dedomil.net - Mobile Games Forum
Source Code - Printable Version

+- dedomil.net - Mobile Games Forum (http://dedomil.net/forum)
+-- Forum: About dedomil.net (/forumdisplay.php?fid=5)
+--- Forum: Need help? (/forumdisplay.php?fid=6)
+--- Thread: Source Code (/showthread.php?tid=5739)



Source Code - Kankon - 07-12-2021 04:45 PM

Hello Guys, Is There Any Way To Get The Source Code Of A J2me Game Or App?

Is There Any J2me App?

That Converts .Jar Or .Class To .Java Format?


RE: Source Code - King_Dave - 07-12-2021 04:46 PM

Explore 3.77 decompiles .class file into .java


RE: Source Code - adnan786 - 07-12-2021 06:12 PM

there are many site ro decompile .class file to .java, try that! Also available j2me editor java app.jar, download it from web.


RE: Source Code - Kankon - 07-13-2021 04:38 AM

Thanks. Any For .Jar To .Java


RE: Source Code - King_Dave - 07-13-2021 10:18 AM

(07-13-2021 04:38 AM)Kankon Wrote:  Thanks. Any For .Jar To .Java

jar cant be converted directly to java,


RE: Source Code - Abidemhie - 07-13-2021 12:35 PM

This may help


RE: Source Code - Jay man - 07-13-2021 12:53 PM

Sorry, what is the difference between jar and java?


RE: Source Code - King_Dave - 07-13-2021 01:04 PM

(07-13-2021 12:53 PM)Jay man Wrote:  Sorry, what is the difference between jar and java?

.jar means Java Archive, .java is a source file to a .class, Java itself is an advanced programming language..