FoonLudum Dare ExplorerUsers → dash

dash

Games

Comments by dash

LD23 — Tiny World

The Invasion of Timmy by The_Observer 2012-04-25T11:51:00

Hi, I did the coding.

It's seems to me you don't have Java installed? You can get Java at http://www.java.com/en/download/

If I'm wrong: What version of Java do you have installed? In cmd, try "java -jar TheInvasionOfTimmy.jar".

The Invasion of Timmy by The_Observer 2012-04-25T14:46:00

Try restarting or add C:\Program Files\Java\jre6\bin (if you have 32bit OS or 64bit java) or C:\Program Files (x86)\Java\jre6\bin (if you have 64bit OS)to the PATH environment variable.

Normally the bat-file would then work.

The Invasion of Timmy by The_Observer 2012-04-28T10:01:00

For how to set the PATH environment variable see: http://www.computerhope.com/issues/ch000549.htm

The Invasion of Timmy by The_Observer 2012-04-30T07:10:00

@summaky I've been able to recreate your problem by installing a 32 bit version of java on a 64 bit OS. Try installing the 64 bit version of java: http://www.oracle.com/technetwork/java/javase/downloads/jre-6u32-downloads-1594646.html