Tagged Questions
3
votes
2answers
184 views
Distributing a jar
I'm distributing a jar file, with associated libraries, media, documentation, etc. I would like to create a simple deb/rpm package for linux users, and I would also like to distribute this for ...
3
votes
5answers
378 views
How to package a game for Linux?
I have a game that currently runs under Windows and Mac OS X and I'd like to make it available under Linux. The porting should be fairly easy since it's a Java based game and uses portable libraries ...
1
vote
2answers
82 views
Open debian package with Java
Are there any libraries in Java for unpacking a .deb (debian) archive? Unfortunately I Couldn't find anything useful out there yet. Thanks.