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 - qjvictor

Pages: 1 2 [3] 4 5 6
31
Support / Error with webstart
« on: December 20, 2006, 08:56:00 pm »
I did as you told.

But a strange thing happens.

In jdk1.5, it is fine, but in jdk1.4, still can't find the dll.

32
Support / Error with webstart
« on: December 20, 2006, 08:05:57 pm »
and I found the dll must be put into specified folders to be able to load,
such as C:\WINNT\system32;.;

Can I customized the folders to put the dll file?

lwjgl use "org.lwjgl.Sys.loadLibrary" to load the dll, does that mean the dill must be put in some specified folders?

I remember in java System.load() can load dlls in any path, but System.loadLibrary() only loads the dlls in some specified folders, is it the reason?

33
Support / Error with webstart
« on: December 20, 2006, 08:02:26 pm »
following is the jnlp, I just excluded the detail urls and some company information.

<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://......" href=".....jnlp">
   <application-desc main-class="com.horse.HorseRunnerMain"/>
   <information>
      <title>...</title>
      <vendor>...</vendor>
      <homepage href="http://......"/>
      <description>...</description>
      <offline-allowed/>
   </information>
   <security>
      <all-permissions/>
   </security>
   <resources>
      <j2se version="1.4+" initial-heap-size="128m" max-heap-size="300m"/>
      <jar href="horseracing.jar" main="true"/>
      <jar href="lib/lwjgl_win.jar" />
   </resources>
   <resources os="Windows">
      <j2se version="1.4+"/>
      <nativelib href="lib/lwjgl_win.jar"/>
      <property name="java.library.path" value="."/>
   </resources>
</jnlp>

34
Support / Error with webstart
« on: December 20, 2006, 07:13:42 pm »
running webstart

35
Support / Error with webstart
« on: December 20, 2006, 06:22:36 pm »
Same problem.

Anybody help me out?

Caused by: 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)
   at org.lwjgl.Sys$1.run(Sys.java:75)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.lwjgl.Sys.doLoadLibrary(Sys.java:68)
   at org.lwjgl.Sys.loadLibrary(Sys.java:84)
   at org.lwjgl.Sys.<clinit>(Sys.java:101)
   at org.lwjgl.opengl.AWTGLCanvas.<clinit>(AWTGLCanvas.java:85)
   at com.threed.jpct.AWTGLRenderer.init(Unknown Source)
   at com.threed.jpct.FrameBuffer.enableRenderer(Unknown Source)
   at com.threed.jpct.FrameBuffer.enableGLCanvasRenderer(Unknown Source)

36
Support / no lwjgl in java.library.path
« on: December 20, 2006, 06:18:34 pm »
I tried many methods, but still this error.

I try to put the lwjgl.dll to a specified folder, such as c:\temp, but how to specify the java.library.path to such a folder?  I used "System.setProperty("java.library.path","C:\\temp");" But doesn't work.

by the way, I am using webstart to show the 3d animation. So it is impossible to use commands such as "-Djava.library.path=path".

Anybody has a solution?

Thanks.

37
Support / JPCT eats so much CPU and Memory
« on: December 11, 2006, 08:13:08 pm »
The problem is that I must render the screen in every 10 ms.
Maybe that's the reason the jpct eats so much cpu.

38
Support / JPCT eats so much CPU and Memory
« on: December 11, 2006, 04:19:29 pm »
Thanks.
You mean in the loop to render the screen, use Thread.sleep?
I will try.
Thanks anyway.

39
Support / JPCT eats so much CPU and Memory
« on: December 09, 2006, 12:58:28 am »
We developed a game with web start, the problem is that it seems the jPCT takes so much cpu and memory.
I think it is not the problem caused by my code. because I access http://www.jpct.net/demos.html and click some very simple demos,
it also takes much cup and memory.

Anybody has solution for this issue?

Thanks.

40
Support / Sorry, I cound't fix it in 3ds max
« on: December 07, 2006, 05:42:54 pm »
Sorry, I cound't fix it in 3ds max
So the same problem is existed.
And so far I couldn't find a way to solve it.
My god, who can give me a solution about this.

41
Support / does addChild work?
« on: December 07, 2006, 05:41:19 pm »
does addChild work?
I had a test, when using addChild, the child object is missing.

when the parent object is built, and added to the world, will  the child object be automatically built and added to the world?
And the same, if the parent object is translated to specific positions, will the child be translated?

And will child object remain the position information in 3ds file when it becomes a child of others?

So many questions,  :(

42
Support / texture transparent problem
« on: December 06, 2006, 03:48:51 pm »
2 Objects, I will merge them into one object.
Can I make one object's texture transparent, while the other one is normal?
Thanks

43
Support / Does anybody has webstart example?
« on: December 01, 2006, 08:55:18 pm »
Thanks.
the beta of Java6 fails on it?  what's the meaning?
So what's should the suffix in java 6?

44
Support / Thanks
« on: December 01, 2006, 08:00:02 pm »
Thanks, Olsen.
You always help me a lot.

I've never done web start before. Is the webstart such a thing:
webstart = application+jnlp?

45
Support / Does anybody has webstart example?
« on: December 01, 2006, 07:06:42 pm »
I need a web start example.
I try to convert my applet into web start.
Thanks.

Pages: 1 2 [3] 4 5 6