Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / December 2005

Tip: Looking for answers? Try searching our database.

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

Thread view: 
John Goche - 17 Dec 2005 17:06 GMT
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
John Goche - 17 Dec 2005 20:12 GMT
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


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.