I'm trying to preverify the class MyOwnMess I had already compiled well, and I get this error Error preverifying class MyOwnMess Class loading error: Wrong name what could it be?thanks a lot to anyone for answering
Mike Reich
Greenhorn
Joined: Aug 01, 2002
Posts: 2
posted
0
I'm having the same problem, even with example code I've downloaded. javac runs fine, and the midlet can be run with an emulator.
Rishi Tyagi
Ranch Hand
Joined: Feb 14, 2002
Posts: 100
posted
0
Have you tried to compile and preverify the application using KToolbar GUI Application given by sun microsystems with its j2me toolkit. Rishi
Matthew Phillips
Ranch Hand
Joined: Mar 09, 2001
Posts: 2676
posted
0
mike_reich, JavaRanch has a naming policy which is strictly enforced. Please read the policy and change your display name if you wish to continue posting here. Thanks.
Matthew Phillips
Mike Reich
Greenhorn
Joined: Aug 01, 2002
Posts: 2
posted
0
There doesn't seem to be a preverify option on the KToolbar that I have. I tried using the preverify that came with KToolbar and produces the same results : /
a sanjuan
Ranch Hand
Joined: Jun 12, 2002
Posts: 164
posted
0
hi mike: create a new project. place all your source files and resoucve files in the correct folders (you can "hollow" out a pre installed project if you want). Press "BUILD". the app will preverify and compile your app suite. then all you need to do is run it [ August 01, 2002: Message edited by: a sanjuan ]
todd hodes
Greenhorn
Joined: Aug 20, 2002
Posts: 1
posted
0
I got this too. put your library in $J2ME_HOME/apps/lib instead of $YOURAPP/lib .
This is a BUG.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.