Re: Compile and run error
Posted by Ahmed Khwaja on
URL: http://imagej.273.s1.nabble.com/version-1-35l-tp3702806p3702810.html
Hi all,
Thank you for the help. The problem is solved as following.
I deleted ImageJ.cfg file in the ImageJ directory and uninstalled old JRE
installations, and installed J2SE development kit 5.0 update 6.0.
When I started ImageJ it created the ImageJ.cfg by itself and located
tools.jar. The line for tools.jar was missing in the old deleted ImageJ.cfg
file.
My ImageJ.cfg file appears as following:
.
C:\Program Files\Java\jdk1.5.0_06\bin\javaw.exe
-Xmx640m -cp C:\PROGRA~1\Java\JDK15~1.0_0\lib\tools.jar;ij.jar ij.ImageJ
I appreciate for all your help.
Best,
Ahmed