5,743 questions
1
vote
1
answer
108
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. ...
1
vote
1
answer
332
views
How to compile a Java class with javac without any dependencies even on the base classes like java.lang.*?
I want to "recreate" J2ME / CLDC with a recent version of javac (e.g. 11.0.19) and compile a purposely built Java program without any or minimal base classes. Obviously classes like java....
0
votes
1
answer
168
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 ...
-3
votes
3
answers
1k
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 ...
0
votes
1
answer
289
views
How to increase a body data size while recording the script using JMeter?
I am using Jmeter 5.2.1. While recording the script due to the heavy response, body data is not recorded properly and due to this when I tried to modify the ids at that time its request failed.
In ...
0
votes
1
answer
107
views
How to retrieve session information and pass single digit value in JMeter
I have the below response on JMeter 5.2.1.
<!DOCTYPE html>
<html>
<head>
<script id="web.layout.odooscript" type="text/...
1
vote
1
answer
105
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....
0
votes
1
answer
42
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 ...
1
vote
1
answer
1k
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?
1
vote
0
answers
1k
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 ...
1
vote
0
answers
238
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 ...
0
votes
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
0
votes
0
answers
394
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 ...
0
votes
0
answers
22
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 ...
0
votes
0
answers
140
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"...