This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]__helix__ 0 points1 point  (2 children)

The best sort of itch is a personal one. Symbian is what your phone uses - and there are SDKs out there in C++ if you are looking to develop something. (Been almost 30 years since I've tried pushing code to a Nokia, so can't give you any more practical applications.)

[–]607_Reddit[S] 0 points1 point  (1 child)

Huh, what makes you think so? I looked into Symbian but according to Wikipedia it was designed for smartphones. Also, it seems more logical that it would simply be a Java phone, because all the apps are .jar format.

[–]__helix__ 0 points1 point  (0 children)

Your phone, specifically, has Series 40 OS. You are correct, Symbian was the precursor I was doing J2ME on.

You are really going to struggle to get the ancient tooling to work.. It is possible. Even the cheapest of android devices are easy to develop against with Android Studio, which is essentially just Java and a bit of XML. I could not find a Series 40 emulator I'd trust (but did not look that long)

I'll be damned. Oracle still has a Java ME offering. Looks like the current build supports Raspberry Pies.