javax,microedition does any one have it ?
-
hi for all (SORRY FOR MY BAD ENGLISH) please i want this jar file javax,microedition free thank you all
-
hi for all (SORRY FOR MY BAD ENGLISH) please i want this jar file javax,microedition free thank you all
-
i did not find the jar file i want maybe i am weak in searching please if you have a download link help me (SORRY FOR MY BAD ENGLISH) and thank you too much
-
i did not find the jar file i want maybe i am weak in searching please if you have a download link help me (SORRY FOR MY BAD ENGLISH) and thank you too much
You did not find "a jar file" because there is no jar file. You are talking about JAVA ME. That's a complete runtime. Let's get it in another way: - What are you trying to do? - Why do you think you need a jar-file from JAVA ME? regards Torsten
I never finish anyth...
-
You did not find "a jar file" because there is no jar file. You are talking about JAVA ME. That's a complete runtime. Let's get it in another way: - What are you trying to do? - Why do you think you need a jar-file from JAVA ME? regards Torsten
I never finish anyth...
i know it is J2ME i am going to make a chat program work in all mobiles in my country so i need j2me i found small example j2me with php with mysql i am going to understant that code but the code import javax.mircoedition like this
import javax.microedition.lcdui.Command;
import javax.microedition.rms.*;
...etcso i need that but you say that javax is not a jar so how can i use it to correct my code thank you very much mabye my questions is not good , i am really thank you (SORRY FOR MY BAD ENGLISH)
-
i know it is J2ME i am going to make a chat program work in all mobiles in my country so i need j2me i found small example j2me with php with mysql i am going to understant that code but the code import javax.mircoedition like this
import javax.microedition.lcdui.Command;
import javax.microedition.rms.*;
...etcso i need that but you say that javax is not a jar so how can i use it to correct my code thank you very much mabye my questions is not good , i am really thank you (SORRY FOR MY BAD ENGLISH)
OK, so you want to work with it. Java ME JDK 3.0[^] download that JDK and install it. Setup the project preferences, so that it points to this JDK (you might need to import it first into the IDE). Afterwards you should be able to address the Java ME. Eclipse: setup Project Preferences: right click on project -> preferences -> Java Build Path importing JRE or JDK: Window -> Preferences -> installed JREs Netbeans: setup Project Preferences: ??? importing JRE or JDK: ??? regards Torsten
I never finish anyth...