Hi friends,
While preverifying i get follwing error,
Error preverifying class HelloMIDlet
Class loading error: Bad major version number
Whats the coz?
Regards,
Sachin Warang.
Hi friends,
While preverifying i get follwing error,
Error preverifying class HelloMIDlet
Class loading error: Bad major version number
Whats the coz?
Regards,
Sachin Warang.
Hi sachinwarang,
Which JSE version are you using? Could you please provide us the entire stack trace, in case there's one?
Hi friend,
Actualy i'm not using any Wireless Toolkit coz i've LG's sdk as "lgtjavastationsdk101_2" .
And this sdk can't be included in any toolkit.
So while i'm building application using command prompt.
where after compiling and class file stored in tmpclasses
i've given the command for preverifying
bin\preverify -classpath classes;tmpclasses -d classes HelloMIDlet
where it gives the specified error.
Regards,
Sachin Warang.
Hi Sachin Warang,
I see, unfortunately i do not know this LG Java Station SDK.
Does it have a separate, specialized javac (Java compiler)? I've experienced problems related to version number when using Sun's javac in the past but that doesn't seem to be your case...
Hi friend,
The bin folder contains only preverify and midp command.
No seperate javac .
But what will be the possible coz for this error according to you?
Regards,
Sachin Warang.