Ive just downloaded the JOGL demos, and im having trouble manually building the files...
im currently using a .bat file containing the following code:
1 2 3
| path= C:\Java\jdk1.6.0\bin javac *.java pause |
Wont build and has errors, i can quite happily put them in again if needed. Ive also confirmed that the classpath is setup correctly and it still doesnt seem to build....
I asked a very similar question in some other forums but no one seemed ot be able to solve the manual build issue, they just told me to build it via Netbeans but to be honest i dont know how to just build a single .java file within there, it seems like i can only make a project, and when i make a basic project and put the source file in it doesnt seem to build...