You are not logged in.
help I cannot find wheres that fix this, I have JDK here's the problem.
BUILD FAILED D:\DS\TS\aoi\PluginStarterKit\examples\build.xml:39: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK. It is currently set to "C:\Program Files\Java\jre6"
I am using eclipse gallileo
thanks in advance
Last edited by DarkAngelDeath (February 3, 2010, 10:03 pm)
Offline
Your compiler doesn't point to the folder where java is. You must set classpath.
http://java.sun.com/j2se/1.3/docs/toold … spath.html
I'm not truly a Java developer, but this may help too:
http://www.cs.iastate.edu/~lmiller/cs36 … clipse.htm
What are you wanting to do?
Offline
Thanks mayid, I try that
mayid wrote:
What are you wanting to do?
just take a look at and might also learn, I am not also a java developer.
I am trying to compile the sample in starter plug in kit.
thanks
Offline