PDA

View Full Version : upload java game to grab.com


Coach
01-03-2005, 12:21 PM
I am trying to submit the java version of Soda Pipes to grab.com but I am not successful. I have a single jar-file and a html-file that refer to one of the classes inside the jar-file. When I try to upload the jar-file (they host <5 MB web games), I get an error message saying "The uploaded game is not a valid Java class file.".

What am I doing wrong? Please help.

Anders

princec
01-03-2005, 03:03 PM
Probably you forgot to use -target 1.1 to compile. I bet they reckon that only 1.1 is valid Java (sigh).

Cas :)

Coach
01-03-2005, 03:45 PM
Probably you forgot to use -target 1.1 to compile. I bet they reckon that only 1.1 is valid Java (sigh).

Cas :)

Well, I did not program the java version so I don't know if that is the problem. I will check tomorrow.

Thanks!

Anders

Coach
01-07-2005, 08:41 AM
Unfortunately the problem remains. If anyone has uploaded a java game to grab.com, please let me know.

Anders