C
ChrisC
Hello,
I'm trying to figure out a problem with deploying my Java Web Start
application, but the console, that I have set to "Show" in the Java
Control Panel, closes during the application start up (along with the
application). There is something happening (I see something get
printed to the console) but I can't read it.
Any idea why the console would close? Can I force it to stay open or
log it somehow?
Further, I have an feeling my application cannot access some data
files it's trying to read -- I put them in the JAR in the same
(relative) folder they are in on my machine. The file reference in
the program is relative... but now I'm thinking that the Web Start
application is not actually looking in the JAR for the data files, but
perhaps rather on the user's computer.
How should I supply and read in a data file using Web Start?
Thanks for any advice!
Christopher
I'm trying to figure out a problem with deploying my Java Web Start
application, but the console, that I have set to "Show" in the Java
Control Panel, closes during the application start up (along with the
application). There is something happening (I see something get
printed to the console) but I can't read it.
Any idea why the console would close? Can I force it to stay open or
log it somehow?
Further, I have an feeling my application cannot access some data
files it's trying to read -- I put them in the JAR in the same
(relative) folder they are in on my machine. The file reference in
the program is relative... but now I'm thinking that the Web Start
application is not actually looking in the JAR for the data files, but
perhaps rather on the user's computer.
How should I supply and read in a data file using Web Start?
Thanks for any advice!
Christopher