Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kobeto

Pages: [1]
1
Support / Error with webstart
« on: September 14, 2004, 01:47:02 pm »
mmm.... dont works ....
Code: [Select]
<?xml version="1.0" encoding="UTF-8"?><jnlp spec="1.0+" codebase="http://kobetoweb.no-ip.com/kobeto/fullmetal" href="fullmetal.jnlp">
<information>
<title>FullMetal jPCT</title>
<vendor>Kobeto</vendor>
<homepage href="http://kobetoweb.no-ip.com"/>
<description>FullMetal</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.2+" initial-heap-size="64m" max-heap-size="256m"/>
<jar href="fm.jar"/>
<jar href="lib/jpct.jar"/>
<jar href="lib/lwjgl.jar"/>
<nativelib href="lib/lwjgl.zip"/>
</resources>
<application-desc main-class="FullMetalTest">
<argument>trilinear</argument>
<argument>16bit</argument>
</application-desc>
</jnlp>

2
Support / Error with webstart
« on: September 14, 2004, 06:44:04 am »
i tried and tried ... but how i can use LWJGL work on my webstart game.... pls help me. I get ALWAYS ( +100 times already ... ) the same error: "no lwjgl in java.library.path " i know how to fix this with Eclipse :
"-Djava.library.path=..\..\lib\lwjgl-0.9\ -cp ..\..\lib\lwjgl-0.9\lwjgl.jar" etc ..  but i cant do this on webstart  .... or i can do it? =P i dont know .... pls help me ! XD.... maybe is the manifest? maybe the .classpath on the jar? ...
 
Thanks for your time ^^ .
And sorry for the bother.

3
Support / Error with webstart
« on: September 14, 2004, 03:59:46 am »
ok thank u ^^

4
Support / Error with webstart
« on: September 12, 2004, 12:36:39 am »
I have an error when i change to opengl mode on webstart. it says:


no lwjgl in java.library.path

...

java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path

   at java.lang.ClassLoader.loadLibrary(Unknown Source)

   at java.lang.Runtime.loadLibrary0(Unknown Source)

   at java.lang.System.loadLibrary(Unknown Source)
...

something like that,

and if someone can tell me how i set up webstart so it load files from within the JAR file.   ... is loading from the directories outside the jar ... (/models,/textures etc)

thx ^^

5
Support / project online? webstart?... how?
« on: September 04, 2004, 08:37:27 pm »
( sorry for post like guest i didn notice =P)
http://mindprod.com/jgloss/jdk.html

i think that i found it thx, anyway ^^

6
Support / project online? webstart?... how?
« on: September 04, 2004, 06:18:00 pm »
Hi to all, ^^ , mmhh i dunno if someone can help me with this but anyway ... how i can convert my project to webstart?, i tried, but it says that i have to sign my jar files.... how i can do that?  is because the:

<security>
   <all-permissions/>
</security>

i believe .... :S

Thanks for the help. ^^ and i have to say that JPCT is a reeeaaalllly damn good engine. Good Work

 * hope to post some screens of my game soon *

Pages: [1]