-
Nokia / J2ME / JBuilder?
Hello, I've recently installed the Nokia SDK for J2ME on Windows XP. I also have JBuilder9 installed. Integration works swell, except that nothing can be preverified, possibly because it cant find preverify.exe. I've added the path to it to my PATH, but that doesn't help at all. I've tried running it myself via the command line but just can't figure it out. I've tried supposed solutions posted on ForumNokia, but none of them work. Does ANYONE have ANY IDEA a) how to fix this, or b) how to preverify a class from the command line? (or optionally, c, why in gods name nokia developer's suite hangs indefinently when I try to run it "as standalone?")
I've been screwing with this for about a week. I'm even considering installing RedHat on a seperate partition in order to run JBuilder / the nokia SDK on linux in the hopes that MAYBE it will work there.
Heeelp?
*EDIT* Same error on RedHat9 / jb9.
java.lang.io.FileNotFoundException /home/jbproject/testproj/preverifiy-tmp/TstClass.class
-
I had something about the preverifying at home.
-
I fixed it under my linux install by editing my .bashrc to include
Code:
PATH=/home/kaegan/Nokia/Devices/Nokia_3300_SDK_Beta_0_5/bin/:$PATH
exports PATH
If you have a windows solution, by all means let me know :-D