Where can I find the source code for J2ME?

I am currently working in J2ME. I would like to link the J2ME source code to my Eclipse installation so that I can view its contents, and this will also help me in debugging.

I was pretty used to it when the J2SE source code was (available) in jar format and you just need to link it to Eclipse.

Could you provide me a link to download the jar. It's free?

+3
source share
3 answers

I think the main problem is that Java SE and JDK are now open source, where there is no J2ME. Thus, even getting Sun J2ME implementations can be a little tough at this time.

, , J2ME.

0

VM CLDC. , . , . CLDC, SUN dev.java.net PhoneME.

+4

Have you considered using a decompiler like JADclipse ?

-1
source

Source: https://habr.com/ru/post/1702970/


All Articles