I have just recently downloaded the J2ME toolkit, and have attempted to compile one of my midlets. For some reason, I get an invalid argument error when defining my -classpath.
(I have path variables setup for this, but I'll write it out for you so you understand where I'm going with these)
>javac -g -d tmp -bootclasspath c:\j2mewtk\lib\mdpapi.zip -classpath c:\j2mewtk\lib\kenv.zip;c:\j2mewtk\lib\kvem.jar;c:\j2mewtk\lib\lime.jar TestMidlet.java
For some reason it outputs invalid argument: c:\j2mewtk\lib\kenv.zip;c:\j2mewtk\lib\kvem.jar;c:\j2mewtk\lib\lime.jar
Last I checked, that wasn't an invalid argument.
Any ideas?
(I have path variables setup for this, but I'll write it out for you so you understand where I'm going with these)
>javac -g -d tmp -bootclasspath c:\j2mewtk\lib\mdpapi.zip -classpath c:\j2mewtk\lib\kenv.zip;c:\j2mewtk\lib\kvem.jar;c:\j2mewtk\lib\lime.jar TestMidlet.java
For some reason it outputs invalid argument: c:\j2mewtk\lib\kenv.zip;c:\j2mewtk\lib\kvem.jar;c:\j2mewtk\lib\lime.jar
Last I checked, that wasn't an invalid argument.
Any ideas?