| Author |
problem running jar in mobile device ?
|
naved momin
Ranch Hand
Joined: Jul 03, 2011
Posts: 543
|
|
i have make an application , and i have made the .jar also from netbeans , but when i m running that app in my mobile it says minifiest is invalid or content file corrupted , but this app runs fine in my desktop ,
do i need to use just J2ME to make apps for java enabled devices ?or by using J2se can we make and run apps in both pc and mobile devices ?
|
The Only way to learn is ...........do!
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 3214
|
|
naved momin wrote: do i need to use just J2ME to make apps for java enabled devices ?
Yes. More specifically, you have to limit yourself to the platform and optional APIs supported by the target device, e.g. CLDC 1.1 / MIDP 2.0, JSR 177 etc
naved momin wrote: or by using J2se can we make and run apps in both pc and mobile devices ?
No. Not unless you include laptops as 'mobile devices'
|
luck, db
There are no new questions, but there may be new answers.
|
 |
 |
|
|
subject: problem running jar in mobile device ?
|
|
|