An unsigned standalone jar?
The fundamental issue here is that:
- standalone costs you a manifest.mf in the jar, but gets you full execution privileges - hence you can go full-screen.
- webstart releases you of the need for a manifest.mf, but you are sandboxed - requiring signing to release you from the sandbox.
Obviously signing the jar is a great-deal more expensive than including a manifest.mf (so much so that it is impractical for a 4kb java app.).
Therefore to encourage webstart in past competitions, an oversized webstart submission was allowed to accompany the stand-alone executable jar.
Note the important distinction - it was the stand-alone executable jar that was demonstrating the game could meet the competitions rule requirements - the webstart submission was simply for convenience.
Will this competition be the same? e.g. if over sized, the webstart submission should be considered a convenience tool not an actual valid submission.