CodeNameone Simulator Launch Issue -
i facing issues codenameone after recent jdk upgrade. tried resolve in multiple ways no luck.
jar: [echo] compile forcing compliance supported api's/features maximum device compatibility. allows smaller [echo] code size , wider device support [copy] copying 2 files c:\appstek\workspace\appsmobile\build\tmp [javac] c:\appstek\workspace\appsmobile\build.xml:130: warning: 'includeantruntime' not set, defaulting build.sysclasspath=last; set false repeatable builds [javac] compiling 13 source files c:\appstek\workspace\appsmobile\build\tmp [javac] error: not find or load main class com.sun.tools.javac.main build failed c:\appstek\workspace\appsmobile\build.xml:130: compile failed; see compiler error output details. total time: 1 second
i'm guessing using eclipse , java_home environment variable pointing jre installed on machine instead of jdk. make sure java/javac commands of jdk first in os path (before jre commands) , make sure java_home points @ jdk directory run eclipse.
Comments
Post a Comment