All About Symbian - Nokia (S60) and Sony Ericsson (UIQ) smartphones unwrapped

  #1  
Old 04-06-2004, 09:05 AM
Rick
Guest
 
Posts: n/a
Standard Java to Symbian Java

Dear all,
I have written tons of Standard Java Code which runs perfectly under Windows ME. Now I want to make this code runable on the Symbian Device NOKIA Communicator 9210 without a new programming of the Java code. What I am looking for is a tool which transforms Standard Java Code to Symbian Java code.

Does anyone knows such a tool?

Thanks for all.

Rick

  #2  
Old 04-06-2004, 09:58 AM
N/A's Avatar
N/A N/A is offline
Registered User
 
Join Date: Mar 2003
Posts: 8,527
N/A is on a distinguished road
What you call "Symbian Java" is perfectly standard Java (or as standard as Java can be), but there may be additional device/platform specific class libraries available (or missing), etc.

The "Symbian Java" is in practice either a Sun standard PersonalJava implementation (on Nokia Communicator and Sony Ericsson P800/P900) or Sun standard J2ME (Java 2 Micro Edition) or "MIDP Java" implementation.

Note that there are both MIDP 1.0 and MIDP 2.0 specifications, and devices vary in their support of which release and what other JSRs (Java Specification Requests) they support.

For what they include in general, check http://java.sun.com/ (e.g., http://java.sun.com/j2me/ is good place where to start).

For complete JSRs see http://www.jcp.org/en/home/index

Personal Java (sometimes called pJava) is being "phased out", more or less.

For what's been added on top by Nokia (& what JSR's are supported), check the Java SDK's and related documentation on http://forum.nokia.com/

For other vendors, check their developer sites.

I don't know of any code translators, transformators or converters that can do the job for you (convert a J2SE based Java application to a J2ME application). I'm afraid you have to do porting by yourself.

  #3  
Old 04-06-2004, 11:41 AM
Rick Rick is offline
Registered User
 
Join Date: Jun 2004
Posts: 3
Rick is on a distinguished road
Standard Java ....

If Symbian Java is standard Java, please let me know how can I make the following program on my NOKIA 9210 runable:

class Hello {
public static void main (String args[]) {
System.out.println (“Hello world“);
}
}

I work with ESHELL. Under Windows ME I do:

javac Hello.java
java Hello

So, it would be very great if you could tell me how I can run (compile) the above program on my 9210. If the program above runs like it is, my problem is solved.

Thanks for all.

Greetings Rick
Ads

  #4  
Old 27-12-2005, 12:46 AM
Unreg Juro
Guest
 
Posts: n/a
Red face It's different Javas

I was searching the Java Emulator or JVM for Windows ME because I thought there isn't, but probably there is JVM but Java standart edition as You wrote. Anyway, the java on Symbians phones is J2ME, what means it's smaller java than on Windows.

I would like to have a J2ME Java on Windows ME instead of You, who want J2SE on Symbian. I think it would be a problem to both.

Best Regards, Jurofun@gmx.net


--------------------------------------------------------------------
Quote:
Originally Posted by Rick
If Symbian Java is standard Java, please let me know how can I make the following program on my NOKIA 9210 runable:

class Hello {
public static void main (String args[]) {
System.out.println (“Hello world“);
}
}

I work with ESHELL. Under Windows ME I do:

javac Hello.java
java Hello

So, it would be very great if you could tell me how I can run (compile) the above program on my 9210. If the program above runs like it is, my problem is solved.

Thanks for all.

Greetings Rick
 

Bookmarks

Tags
java, standard, symbian

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mobility Electronics first Symbian Office Partner. langdona Symbian OS News 5 10-08-2005 07:51 AM
Symbian 8.0 officially announced. langdona Symbian OS News 2 04-10-2004 12:41 PM
Symbian Signed launched Rafe Symbian OS News 0 18-05-2004 04:01 PM
Symbian launches Symbian OS v7.0s at Exposium03 Rafe Symbian OS News 5 08-05-2003 09:08 PM
Motorola and Symbian launch 2.5G and 3G reference designs Rafe Symbian OS News 0 18-02-2003 02:01 PM



All times are GMT. The time now is 04:06 PM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright Notes || Contact Us || Privacy Policy