|
-
Sep 14th, 2003, 01:12 AM
#1
Thread Starter
PowerPoster
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
Last edited by sunburnt; Sep 14th, 2003 at 03:49 AM.
Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.
-
Sep 15th, 2003, 02:01 AM
#2
I had something about the preverifying at home.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Sep 15th, 2003, 03:00 PM
#3
Thread Starter
PowerPoster
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
Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|