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

#1
Support / Re: Troubles starting JPCt! HELP!
January 21, 2009, 03:46:56 AM
Ahh, ok, I thought it was a program. (like an exe jar thing) ok, I've got it, I still like it a lot, infact it might be even better (though harder) for what I am trying to do.
#2
Support / Re: Troubles starting JPCt! HELP!
January 20, 2009, 04:26:33 PM
thank you for the reply. ;D ;D I found many example files, including a simple fps game, I am clueless as to how to make it start though, I found the run_java.bat file inside:
C:\Documents and Settings\Owner\My Documents\jtpc\jpctapi\jpct\examples\fps\run_java.bat
and the code was as follows:
java -Djava.library.path=..\..\lib\lwjgl-2.0\native\win32 -cp ..\..\lib\lwjgl-2.0\jar\lwjgl.jar;..\..\lib\lwjgl-2.0\jar\lwjgl_util.jar;..\..\lib\jpct\jpct.jar;fps.jar -Xmx128m JPCTDemo width=640 height=480 mipmap zbuffer=16 refresh=60

I tried making a run_java.bat in C:\Documents and Settings\Owner\My Documents\jtpc\jpctapi\jpct\lib\jpct to run JPCt with this code:

Quotejava -Djava.library.path=..\..\lib\lwjgl-2.0\native\win32 -cp ..\..\lib\lwjgl-2.0\jar\lwjgl.jar;..\..\lib\lwjgl-2.0\jar\lwjgl_util.jar;..\..\lib\jpct\jpct.jar;jpct.jar -Xmx128m JPCTDemo width=800 height=600 mipmap zbuffer=16 refresh=60

but then it closes.

Any help?  I am sure this is the total wrong approach. :P

tombom
#3
Support / Troubles starting JPCt! HELP!
January 20, 2009, 01:50:25 PM
I am somewhat new to java, but I want to try this, I have A problem though, when I try to open:
C:\Documents and Settings\Owner\My Documents\jtpc\jpctapi\jpct\lib\jpct\jpct.jar , it gives me a error message:
Failed to load main-class Manifest atributes from C:\Documents and Settings\Owner\My Documents\jtpc\jpctapi\jpct\lib\jpct\jpct.jar

so I need to fix that I guess.  Any Help, I am running windows and ubuntu and have tried it in both.