Ankit Gupta

Greenhorn
+ Follow
since Apr 13, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ankit Gupta

Hi I tested your jar file and it worked properly in my mobile. I tried to recompile HelloMIDlet.java using the following commands but that jar file installs on my mobile but does not runs.
Everytime the application terminates as soon as it is launched. Looks like there is some problem with my compilation and preverification.

Can you please help me with the same?

javac -bootclasspath C:\Java_ME_platform_SDK_3.0.5\lib\cldc_1.0.jar;C:\Java_ME_platform_SDK_3.0.5\lib\midp_1.0.jar HelloMIDlet.java
Files Generated: HelloWorld.class

C:\Java_ME_platform_SDK_3.0.5\bin\preverify.exe -classpath C:\Java_ME_platform_SDK_3.0.5\lib\cldc_1.0.jar;C:\Java_ME_platform_SDK_3.0.5\lib\midp_1.0.jar HelloMIDlet
Files Generated: output\HelloWorld.class
11 years ago