Skip to main content

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

Hi Diego,

  Thx for the reply. ill look into the latest build and let you know the status soon.

Thank you,
bala.

On Mon, Apr 27, 2009 at 8:37 PM, Sandin Diego-WDS057 <wds057@xxxxxxxxxxxx> wrote:

Hi Bala,

 

Sorry for the late response. After looking the jad file you sent, we found out that the attributes MicroEdition-Configuration and MicroEdition-Profile were generated incorrectly.

 

Your jad:

MicroEdition-Configuration: 1.1

MicroEdition-Profile: 2.1

 

Correct profile and configuration versions

MicroEdition-Configuration: CLDC-1.1

MicroEdition-Profile: MIDP-2.1

 

We have fixed this issue in the latest MTJ nightly build. You can download it from http://download.eclipse.org/dsdp/mtj/downloads/drops/N-N20090427-200904270948/index.html

 

Since you are new in the ME world, you should take a look at the getting started section of MTJ documentation (http://dsdp.eclipse.org/help/latest/index.jsp?topic=/org.eclipse.mtj.doc.user/html/gettingstarted/gettingstarted.html).

 

Cheers,

Diego


From: dsdp-mtj-dev-bounces@xxxxxxxxxxx [mailto:dsdp-mtj-dev-bounces@xxxxxxxxxxx] On Behalf Of Bala chandra
Sent: Friday, April 17, 2009 9:58 AM

Subject: [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.


_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev



Back to the top