J2ME: javac: target release 1.1. conflicts with default source release 1.5

J

John Goche

Hello,

I have installed Java 1.5 and MIDP 1.0.3. When I use the J2ME
Wireless Toolkit and hit the "Build" button to build the project
I get the following error:

Builing "Hello"
javac: target release 1.1. conflicts with default source release 1.5
com.sun.kvem.ktools.ExecutionException
Build failed

Any idea how come I am getting this? Should I downgrade my JDK?
Or perhaps upgrade to MIDP 2.0 (which among other things has SSL
support, which is missing in MIDP 1.0).

Thanks,

JG
 
J

John Goche

Hello,

I solved this problem by downgrading to JDK 1.4.2
and updating the corresponding Path and CLASSPATH
variables on WinXP:

$ javac -target 1.1 -bootclasspath \
%MIDP_HOME%\classes Hello.java

$ preverify -cldc -classpath %MIDP_HOME%\classes;. -d . Hello

$ midp -classpath . Hello

Thanks,

JG
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top