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

Pages: [1]
1
Support / Re: How to get demo programs running on Mac
« on: June 29, 2007, 11:59:08 pm »
It was probably the use of / instead of \ that did it.

Now to learn Java!

2
Support / Re: How to get demo programs running on Mac
« on: June 29, 2007, 08:27:57 pm »
Good news - got it working in the end.

It was :

java -Djava.library.path=../../lib/lwjgl-1.0/ -cp ../../lib/lwjgl-1.0/lwjgl.jar:../../lib/jpct/jpct.jar:fps.jar -Xmx128m JPCTDemo width=512 height=384 mipmap zbuffer=16 refresh=60


3
Support / Re: How to get demo programs running on Mac
« on: June 29, 2007, 08:10:54 pm »
I've tried :

java -Djava.library.path=..\..\lib\lwjgl-1.0 -cp ..\..\lib\lwjgl-1.0\lwjgl.jar:..\..\lib\jpct\jpct.jar:fps.jar -Xmx128m JPCTDemo width=512 height=384 mipmap zbuffer=16 refresh=60, and unfortunately, I get :

Exception in thread "main" java.lang.NoClassDefFoundError: com/threed/jpct/BufferedMatrix


4
Support / Re: How to get demo programs running on Mac
« on: June 29, 2007, 04:59:07 pm »
What is the correct path for a Mac - or rather, what is the full command line needed ?

5
Support / Re: How to get demo programs running on Mac
« on: June 29, 2007, 04:44:24 pm »
The error I get is :

Exception in thread "main" java.lang.NoClassDefFoundError: fps/jar

6
Support / How to get demo programs running on Mac
« on: June 29, 2007, 04:05:58 pm »
Hello

How do you get the demo programs (that come with the SDK) running ? I've tried calling the files, but I just get an exception error.



Pages: [1]