Deploying a Java game on Steam

Gonna check out jsmooth. I also found out that oracle has a maven dependency for a jre (might be interesting for the ppl who use maven):

<dependency>
  <groupId>com.oracle.java</groupId>
  <artifactId>jre</artifactId>
  <version>1.8.0_131</version>
</dependency>

However it is not supported anymore as far as I know. So there a serveral options right now:

  • jlink (if needed with ModiTect plugin)
  • launch4j
  • jsmooth

Guess I’ll play a little bit around with all of them and see how it goes. Thanks again guys :slight_smile: