|
I recently upgraded to Java 1.6.0. I got ImageJ running okay with the
following ImageJ.cfg file:
C:\PROGRA~1\ImageJ\
C:\Program Files\Java\jdk1.6.0_05\bin\javaw.exe
-Xmx594m -cp
C:\PROGRA~1\Java\JDK16~1.0_0\lib\tools.jar;ij.jar;C:\PROGRA~1\ImageJ\ij.jar
ij.ImageJ
I later added the lti-civil plugin. Following their instructions I modified
the cfg file as follows:
C:\PROGRA~1\ImageJ\
C:\Program Files\Java\jdk1.6.0_05\bin\javaw.exe
-Xmx594m -Djava.library.path="C:/LTIcivil/native/win32-x86"
-cp
C:\PROGRA~1\Java\JDK16~1.0_0\lib\tools.jar;ij.jar;C:\PROGRA~1\ImageJ\ij.jar;C:\LTIcivil\lti-civil.jar
ij.ImageJ
Now when I try to execute "Compile and run", I get an error message about
the JVM not having a compiler. If I switch back to the first cfg above, it
works okay.
Can someone point out where the problem is in the second cfg file?
Thanks,
Tim
|