compiling hello world
Posted: Thu Jun 28, 2007 9:18 pm
I'm trying to compile the hello world example. I made a directory and put in it:
jirr13, irrlicht.dll, irrlicht_wrap.dll, sidney.md2, sidney.bmp, TestHelloWorld.java
I changed the media path to just the files. I tried to compile as in the readme, but the code looks for a package:
import net.sf.jirr.*;
The readme says : javac -classpath .;jirr13.jar *.java
I set my path for java in windows xp and typed
javac -classpath .;jirr13.jar *.java
I get a lot of errors.
jirr13, irrlicht.dll, irrlicht_wrap.dll, sidney.md2, sidney.bmp, TestHelloWorld.java
I changed the media path to just the files. I tried to compile as in the readme, but the code looks for a package:
import net.sf.jirr.*;
The readme says : javac -classpath .;jirr13.jar *.java
I set my path for java in windows xp and typed
javac -classpath .;jirr13.jar *.java
I get a lot of errors.