File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java Micro Edition and the fly likes cannot compile Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "cannot compile" Watch "cannot compile" New topic
Author

cannot compile

uneeb ishtiaq
Greenhorn

Joined: Dec 21, 2001
Posts: 1
dear guys plz help me i m using jdk1.3.1 with j2mewtk but when i compile with this command at the command prompt
C:\jdk1.3\bin>javac -g:none -bootclasspath %SUNJ2MEHOME%\lib\midpapi.zip -bootclasspath %SUNJ2MEHOME%\wtklib\kvem.jar HelloWorld.java
I get this error message
Fatal Error: Unable to locate package java.lang in classpath or bootclasspath
the sunj2mehome variable is set to c:\j2mewtk
some one plz help me on the correct command or way to compile
sameet bm
Greenhorn

Joined: Aug 02, 2001
Posts: 4
Use the build command from the toolkit instead
of trying to compile it from the command prompt
 
 
subject: cannot compile
 
Threads others viewed
How to run midlet?
Compiling J2ME from command prompt
problem setting jsdk2.0 classpath
i am new in j2me (compilaton problem on command prompt)
plz Help me in Compilation
MyEclipse, The Clear Choice