Okay, I've been learning Java in my spare time for a little while now, and figured I'd try making something for the GP2X. I've been using JCreator LE(and IDE which apparently vastly simplifies working with projects), and created some tiny win32 games; things like Minesweeper, and Pipedream. :lol:
I downloaded the java devkit(which works with Eclipse?) and runtimes(go on the SD card?), and that's about where my luck at figuring things out ends.
The instructions are pretty vague, especially for someone that has zero experience with the Eclipse IDE. However, I followed them to the letter.
Okay, done. Projects imported. Now it's spitting out an error message, and I can't figure out how to fix it. B)
Where do I get this 'sdljava' project? It didn't come in the devkit, although there are a slew of sdljava folders, none of which appear to be projects. Do I have to download/configure something else?
Gah, I need a tutorial. I'm a web scripter at heart...
I downloaded the java devkit(which works with Eclipse?) and runtimes(go on the SD card?), and that's about where my luck at figuring things out ends.
The instructions are pretty vague, especially for someone that has zero experience with the Eclipse IDE. However, I followed them to the letter.
It is necessary to import all projects because they have dependencies, for example all projects depends on HAL.Instructions said:The easy way to start using this devkit is importing all projects inside the Eclipse IDE (www.eclipse.org) and giving a look at how the Hello World is implemented.
Okay, done. Projects imported. Now it's spitting out an error message, and I can't figure out how to fix it. B)
Where do I get this 'sdljava' project? It didn't come in the devkit, although there are a slew of sdljava folders, none of which appear to be projects. Do I have to download/configure something else?
Gah, I need a tutorial. I'm a web scripter at heart...
Last edited by a moderator: