phlinux wrote:
Hello,
java -jar myapplication.jar
will launch my java application. I want that this application reads some
file from a .jar file.
On the internet I found a lot of samples for this job, but of course I
need the name of the .jar file.
The name of .jar file is myapplication.j
Hello,
java -jar myapplication.jar
will launch my java application. I want that this application reads some
file from a .jar file.
On the internet I found a lot of samples for this job, but of course I
need the name of the .jar file.
The name of .jar file is myapplication.jar. But how to g