dedomil.net - Mobile Games Forum
[APP] J2ME SDK Mobile - Printable Version

+- dedomil.net - Mobile Games Forum (http://dedomil.net/forum)
+-- Forum: Download Section (/forumdisplay.php?fid=8)
+--- Forum: Mobile Games [Public] (/forumdisplay.php?fid=18)
+---- Forum: Java Platform (/forumdisplay.php?fid=19)
+---- Thread: [APP] J2ME SDK Mobile (/showthread.php?tid=5579)

Pages: 1 2 3


[APP] J2ME SDK Mobile - JoseskVolpe - 05-01-2021 01:12 AM

Abidemhie asked to upload it somewhere else, so here's

You can use this application to create J2ME Games and apps in Java phones itself.
Althought i don't recommend that for big projects, only for very small ones, because it takes very long to compile, has many glitches and you could takes minutes to do something for J2ME from PC you will take hours using this J2ME App
But that is a aternative for everyone, especially those who only have Java phones today

[Image: kEfAmHo.png]

[Image: ovKwUvU.png]

[attachment=3549]
I have made a template on this app (Download above). I've comented all the methods and wrote some annotations, so you can know what you'll need to use in a simple way.
Download it and extract it (i recommend Centurion [Download] for this and to compress your projects in the future), then go to "Open Project..." and just move to the "game base" folder
So save your time and use this, this is where you'll begin your projects

API Reference and tutorials.
You can use that to check the J2ME javadoc without the need to leave the application
I've not included all the APIs, only the necessary 2D APIs you'll need to create your game and references for the game template features
I'll update that based on your difficulties
Use that ;3
[attachment=3559]

¡Wrote some demos!

FAQ

Your first game engine tutorial (DEPRECATED)



RE: [APP] J2ME SDK Mobile - Abidemhie - 05-01-2021 01:16 AM

Thanks...
Downloaded.


RE: [APP] J2ME SDK Mobile - Abidemhie - 05-01-2021 01:20 AM

Both...
It works both.


RE: [APP] J2ME SDK Mobile - JoseskVolpe - 05-01-2021 01:21 AM

(05-01-2021 01:18 AM)star cash Wrote:  But java2me is for andriod not java phone

Java phones uses Java 2 Micro Edition, Android has Java but it's a proprietary customized edition, not J2ME, this app is for Java phones (J2ME)


RE: [APP] J2ME SDK Mobile - Abidemhie - 05-01-2021 01:23 AM

Maybe i start tomorow


RE: [APP] J2ME SDK Mobile - JoseskVolpe - 05-01-2021 01:32 AM

¡Good luck!


RE: [APP] J2ME SDK Mobile - JoseskVolpe - 05-01-2021 07:19 AM

Just made a game template for this app, on this app itself. I compiled it and it is working without errors.
I have commented the methods and made some annotations, so you know what are their use

So, use it and save your time

Download it (read the note on the ending) and extract it somewhere, i recommend Centurion (on attachments) for this and for compressing your projects in the future, then go to "Open Project..." and just move to "game base" folder

Note: This game template is outdated, i've kept it to prevent 404 errors in some posts, download the lastest version shown in the article
I'm going to remove this in the future



RE: [APP] J2ME SDK Mobile - Jay man - 05-01-2021 08:19 AM

Interesting..., one can create games with java phones