How do I easiest run my files on other machines?

I just made a Risk game and I use j4exe to compile it to an exe file. However - There are a few bugs like the Random class that gives the same number 100 times in a row and it claims that it cant find the Scanner class that was implemented in 1.5.0 and such things.

Then I would like to know how you guys show your work to people with a computer with no compiling tools og anything.

Do you create exe files too? I see you upload your .jar files, but dont you have to have a little knowledge about java to run such one without using Eclipse og something semilar?

Well, At least I would like to know how you profs do :slight_smile:

And btw:

A link for my Risk game:

http://stephan.syska.dk/javating/risk/risk.zip

please tell me what you think of it. Thanks.

If you just want to demo it on forums liek use webstart. Its quite easy to add fixes and new code.

If you want to sell you stuff to somebody compile to native code (for windows).

Optionally you can search for Jakob Marnes Exe tool, wich is just a bat file in disguise.

Just my two cents - A fellow dane

*/me awaits bashing from 3xblah