Main Menu
Menu

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.

Show posts Menu

Messages - MrTAToad

#1
It was probably the use of / instead of \ that did it.

Now to learn Java!
#2
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
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
What is the correct path for a Mac - or rather, what is the full command line needed ?
#5
The error I get is :

Exception in thread "main" java.lang.NoClassDefFoundError: fps/jar
#6
Support / How to get demo programs running on Mac
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.