I don’t know if thats common but here is the thing:
If I create a Java game I dont want the user to have any trouble whatsoever with Java. In fact he shouldn’t even notice its Java
So what I would do is include a whole JRE folder into the package and the batch or Exe preferable (through JStart) would launch java.exe from that JRE and run my game
So it wouldn’t even matter if the user has JRE installed. However of course since a JRE is only for one OS… yeah
but I will take a look at JSmooth
any other suggestions ?