![]() |
editext - Printable Version +- dedomil.net - Mobile Games Forum (http://dedomil.net/forum) +-- Forum: Devs & Mods Section (/forumdisplay.php?fid=31) +--- Forum: Help (/forumdisplay.php?fid=34) +--- Thread: editext (/showthread.php?tid=5921) |
RE: editext - JoseskVolpe - 09-11-2021 04:33 AM This app was designed to developers program on-the-go in the old days. It had a server that worked like a 'git', developers could upload their code on PC to the servers, and could continue their projects from their Java phones compiling and testing them online. But the servers are down, so you can't do that anymore. But this is still a useful application to use as a code editor (not a compiler), so i posted it here to be used alongside Alchemy OS with Ether programming language. If you would like to compile a Java code, use J2ME SDK Mobile (Compilers are made locally and requires no internet connection) and program in Java 2 Micro Edition language RE: editext - Abidemhie - 09-11-2021 01:49 PM How would i compile in j2me sdk mobile? Is it the same code i would use in sdk?? RE: editext - JoseskVolpe - 09-11-2021 04:37 PM (09-11-2021 01:49 PM)Abidemhie Wrote: How would i compile in j2me sdk mobile? Use "Build" button And yeah, you would not use this code for J2ME lol I sent it for you to try j2medit editor and it's code colorization RE: editext - Abidemhie - 09-11-2021 10:00 PM Teaching of ether and java would be hard.. Teach java. Thats what we need bro is it ether or ethereum? RE: editext - JoseskVolpe - 09-11-2021 10:29 PM You can't understand how Java ME works without learning the basic of system programming and programming logics. RE: editext - star cash - 09-11-2021 10:34 PM (09-11-2021 10:29 PM)JoseskVolpe Wrote: You can't understand how Java ME works without learning the basic of system programming and programming logics. example of a programming logics....? RE: editext - ay star - 09-11-2021 11:03 PM I think that's what he's teaching us currently RE: editext - Abidemhie - 09-11-2021 11:10 PM (09-11-2021 10:29 PM)JoseskVolpe Wrote: You can't understand how Java ME works without learning the basic of system programming and programming logics. Okay. Continue |