Hallo
It is my first post here. Sorry for my INGLISZ.
So I installed NetBeans 6.0 beta and https://netbeans-opengl-pack.dev.java.net/ and then I run my project. And than no problem. JOGL works
But when I run New project ->JOGL->Demos->whatever
And i try to build it, i got an error :â(
[quote]init:
deps-clean:
Removing native distibutions
clean:
init:
deps-jar:
Created dir: E:\Documents and Settings\Tryllion\Moje dokumenty\NetBeansProjects\JOGLContextSharingDemo\build\classes
Compiling 1 source file to E:\Documents and Settings\Tryllion\Moje dokumenty\NetBeansProjects\JOGLContextSharingDemo\build\classes
Note: E:\Documents and Settings\Tryllion\Moje dokumenty\NetBeansProjects\JOGLContextSharingDemo\src\demos\testContextSharing\JOGLContextSharingDemo.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
compile:
Created dir: E:\Documents and Settings\Tryllion\Moje dokumenty\NetBeansProjects\JOGLContextSharingDemo\dist
Building jar: E:\Documents and Settings\Tryllion\Moje dokumenty\NetBeansProjects\JOGLContextSharingDemo\dist\JOGLContextSharingDemo.jar
To run this application from the command line without Ant, try:
java -jar âE:\Documents and Settings\Tryllion\Moje dokumenty\NetBeansProjects\JOGLContextSharingDemo\dist\JOGLContextSharingDemo.jarâ
Creating native distibutions
Created dir: E:\Documents and Settings\Tryllion\Moje dokumenty\NetBeansProjects\JOGLContextSharingDemo\dist-linux-i586
E:\Documents and Settings\Tryllion\Moje dokumenty\NetBeansProjects\JOGLContextSharingDemo\nbproject\build-jogl-template-impl.xml:12: The following error occurred while executing this line:
E:\Documents and Settings\Tryllion\Moje dokumenty\NetBeansProjects\JOGLContextSharingDemo\nbproject\build-jogl-template-impl.xml:45: E:\Documents and Settings\Tryllion.netbeans\6.0beta1\libs\jogl.jar;E:\Program Files\Java\jdk1.6.0_02\jre\lib\ext\jogl.jar-natives-windows-i586 not found.
BUILD FAILED (total time: 0 seconds)
[/quote]
I have jdk 1.06.03 no 02 ! CLASSPATH is correct, i dont know what to do. I didnt copy jogl.jar etc. to my java jdk directory, i heard it may cause problems.
Dont know what to do, please help me ! :-[