Mehrzad.20105 · Stack Overflow

Score of 1

1 answer

139 views

Unable to install. Invalid file. J2ME Application

I was making a J2ME MIDlet application. I wrote the code, compiled it to Java 1.2 bytecode, prevrified it and then packed it into jar. But when I sent it to my Nokia N72, it said: Unable to install. ...

  • reputation score 19

Score of 0

1 answer

175 views

Make report after running multiple JMX files

I am trying to generate a meaningful report for business owners that reflects the system's behavior during the run of multiple groups of test cases separated in different JMX files. I have created a ...

  • reputation score 9690

Score of -3

3 answers

1421 views

Trying to install Java ME SDK

I want to create my own Java MIDlets, like games and other stuff, so i tried to install Java ME SDK to get started. But when i install it i get this problem. What in the world should i do!! I tried ...

  • reputation score 1

Score of 1

1 answer

117 views

J2ME: How to set a volume of media?

I would like to know how to change, or set value to the media volume, I am currently making a game, that will use the audio volume changing. It seems to me, that you need to use javax.microedition....

  • reputation score 21

Score of 0

1 answer

45 views

Extract JMeter listener execution report using programming

Using JMeter Gui, If we choose aggregate listener and provide JMeter execution result file. it loads all aggregate results on JMeter table and that can be stored in csv file too. I want this activity ...

  • reputation score 13

Score of 1

1 answer

1340 views

How to run j2me game in browser

I have some j2me games, usually running in "KEmulator", and I want to publish them on my server and play them using a browser, is this possible?

  • reputation score 15

Score of 1

0 answers

1210 views

Running JAR games natively on desktop

Is it possible to run old JAR games, the ones that used to run on nokia feature phones, natively on desktop without an emulator? I figured it should be able to run on any device that has JRE but I'm ...

  • reputation score 349

Score of 1

0 answers

263 views

J2me on Mac OS Monterey

I wonder if there is a possible way to get working Java me sdk on recent Mac OS (12) natively. Last official version of sdk is from 2009 and won't launch, probably because of 32 bit architecture. If ...

  • reputation score 39

Score of 0

1 answer

49 views

How to turn off Bluetooth with j2me

To enable Bluetooth shutdown in my software I tried to operate from this place and could not find this How to turn off Bluetooth with j2me

  • reputation score 264

Score of 0

0 answers

404 views

TCP socket in Android

My problem is I have implemented a TCP socket client in android which sends continuously "Hello" messages to the server to maintain a client-server connection and receives messages from the ...

  • reputation score 1

Score of 0

0 answers

32 views

Run JAX-WS on JavaME

I have simple web service application created on JAX-WS. I need to move this application on embedded device that runs Java micro edition. Is it possible run JAX-WS on Java micro edition? public class ...

  • reputation score 18571

Score of 0

0 answers

160 views

how can i send email using j2me midlet

hi all i have been trying to write the a j2me email client code which enables the midlet to send an email into my account but i faced the following error "Must issue a STARTTLS Command first"...

  • reputation score 1

Read the original on stackoverflow.com ↗