Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-mtj-dev] RE: RE: Issues using JavaME 3.0 EA with Eclipse 3.4

Hi Diego,

 Im using MTJ 1.0 version. could you tell me how to run the MIDlet directly from command prompt(im very new to the j2me). Please find the attached .jad file im using.

Thank you,
bala.
______________________________
__

Hi Bala,

It seams you are having problems for running your MIDlet using OTA,
could you send your jad file?  And which version of MTJ you are using?
I've found some problems on the OTA solution available in the 0.9.1
version which was corrected in the 1.0 HEAD.

If you try to run the MIDlet class directly, does it run correctly?

Cheers,

Diego

______________________________
__

From: dsdp-mtj-dev-bounces@xxxxxxxxxxx
[mailto:dsdp-mtj-dev-bounces@xxxxxxxxxxx] On Behalf Of Bala chandra
Sent: Wednesday, April 15, 2009 11:07 AM
To: dsdp-mtj-dev@xxxxxxxxxxx
Subject: [dsdp-mtj-dev] RE: Issues using JavaME 3.0 EA with Eclipse 3.4



Hi Diego,

 Thx for the reply. I've removed the sdk i imported when i had JWTK and
reimported the sdk using the import option by pointing to the bin dir of
JavaME SDK and thats when im keep getting the issue. also i removed the
previous projects i was using with JWTK and created a fresh one after
re-importing SDK from JavaME.

Thank you,
bala.
______________________________

__


Hi,


Have you re-imported the SDK? If the project holds reference to the old
SDK the project will not be able to be built. You must re-import the
SDK, remove from the project all runtimes referent to the old sdk and
add new runtimes based on the new SDK.


Regards,

Diego



______________________________

__

From: dsdp-mtj-dev-bounces@xxxxxxxxxxx
[mailto:dsdp-mtj-dev-bounces@xxxxxxxxxxx] On Behalf Of Bala chandra
Sent: Wednesday, April 15, 2009 10:01 AM
To: dsdp-mtj-dev@xxxxxxxxxxx
Subject: [dsdp-mtj-dev] Issues using JavaME 3.0 EA with Eclipse 3.4



Hi,

 Im using JavaME with eclipse. i have installed Eclipse plugin MTJ
plugin. during installation i had JavaWirlessToolKit instlled in my
machine later i have removed it and installed JavaME. when i try to run
an application im getting the below error.

HTTP server started!

*** Error ***
A problem occured during deploying application from
http://127.0.0.1:50407/EMProject2.jad
* Reason:
Either the configuration or profile is not supported.


im not sure how to reslove this. could anybody help me on this please.

Thank you,
bala.
MIDlet-1: HelloWorld,,open.helloworld.HelloWorld
MIDlet-Jar-Size: 1222
MIDlet-Jar-URL: HelloWorld.jar
MIDlet-Name: HelloWorld MIDlet Suite
MIDlet-Vendor: MIDlet Suite Vendor
MIDlet-Version: 1.0.0
MicroEdition-Configuration: 1.1
MicroEdition-Profile: 2.1

Back to the top