Hi,
I posted this on Newless Clewbies…but didn’t get answers… :-/
I’m using Eclipse 2.1. My problem is that the Ant Builder included doesn’t find the java executables, i.e., I cannot use the <rmic … > tag. To solve the problem I’m using <exec …jdk\bin\rmic.exe …>
I didn’t try the others executables (jar, javac) because I 'm using the Ant script after Eclipse’s Java build.
When I try to build the project, I recieve the following error:
[rmic] BUILD FAILED: file:E:/Proyectos/jinitest/build.xml:4: Cannot use SUN rmic, as it is not available. A common solution is to set the environment variable JAVA_HOME or CLASSPATH.
I don’t know if it’s a problem of Eclipse(config or installation) or my Java installation… (currently using j2sdk1.4.0 on Win98SE)
Anyone knows where to configure correctly Ant in Eclipse??