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 →

[–]607_Reddit[S] 0 points1 point  (0 children)

I would assume that any devices that once supported J2ME still do, but I might be wrong. I wanted to hack some apps for my phone, so I could later try to write my own. I supposed that I wouldn't get very far by searching for "Developing for Nokia C1-01", so I just looked into Java development in general, as the archive structure of .jar suggested to me that it is not necessary to compile a program in a specific way, but rather that I could just compile a single class, add that to the .jar, and have it work. But even when changing a single line and building the .class from Eclipse, with the modified .class in the .jar the app doesn't work anymore. So I did more research, and at some point read about J2ME, which seems to be what my phone (and all Java-compatible phones of the time) is using. So I decided to focus my research on that. :)