Re: jogl with Java 1.7
Posted by
jiapei100 on
URL: https://forum.jogamp.org/jogl-with-Java-1-7-tp4025660p4025671.html
Furthermore, I also tried under
Windows7 + Java 1.7.0_05
<nabble_embed>C:\Users\pei\MyPrograms\Java\Eclipse\Cannonical\jocl>java -version
java version "1.7.0_05"
Java(TM) SE Runtime Environment (build 1.7.0_05-b06)
Java HotSpot(TM) Client VM (build 23.1-b03, mixed mode, sharing)</nabble_embed>
jogl now compiles !!! However, jocl fails, with the following errors:
<nabble_embed>.....
[echo] - - - JOCL binding files generated - - -
-pre-compile:
-compile-depend:
-do-compile:
[mkdir] Created dir: C:\Users\pei\MyPrograms\Java\Eclipse\Cannonical\jocl\bu
ild\empty
[javac] Compiling 77 source files to C:\Users\pei\MyPrograms\Java\Eclipse\Ca
nnonical\jocl\build\classes
[javac] javac: 无效的标记: Files\Java\jdk1.7.0_05\jre/lib/rt.jar
[javac] 用法: javac <options> <source files>
[javac] -help 用于列出可能的选项
BUILD FAILED
C:\Users\pei\MyPrograms\Java\Eclipse\Cannonical\jocl\nbproject\build-impl.xml:44
2: The following error occurred while executing this line:
C:\Users\pei\MyPrograms\Java\Eclipse\Cannonical\jocl\nbproject\build-impl.xml:22
8: Compile failed; see the compiler error output for details.
Total time: 15 seconds
</nabble_embed>
Seriously have no idea how to make everything successfully compiled !!
Best Regards
Pei