Re: read file in my own .jar

2006-07-28 Thread Jim C.
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

read file in my own .jar

2006-07-27 Thread phlinux
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