Is there a reommended way of enabling the javac support ?
see also https://www.genuitec.com/forums/topic/error-compiling-adempiere-project-in-eclipse/
I think as far as MyEclipse GA 7.0 doesn’t come with a full jdk — the javac Task doesn’t work within Ant out-of.the-box.
Somehow I got it working but i’m not sure wether it’s the proper way of doing it.
After registering and additional jre in the preferences pointing to the jdk 1.6.0 i allso modified the tools.jar referenced by the Ant runtimes — but that didn’t help.
After that i modified the myeclipse ini to contain
-vm
c:\jdk1.6.0\bin\javaw.exe
instead of
-vm
C:\MyEclipse\Common\binary\com.sun.java.jre.win32.x86_1.6.0.006\bin\client\jvm.dll
then it finally worked
Regards
loomax