Dear List:
 
I am trying to build an Installer for my Java program which will involve dumping my jar file onto the Clients Machine in a Folder he will have option to choose.
 
Right now I have two options for dumping.
 
(1) Use 'exec' but limit myself to Windown Environment.
(2) Read and then Write Class Files to Destination( clumsy?) and error-prone
 
Is their a neater way to do this in Java.?
 
Another Question:
I am trying to build my Help Menu Item for my Swing App. Currently I am using JOptionPane to display information which is not good enough cos I haave to supply many pages of Info.
 
What options do I have which will let USers work on the main page and read my Help Info DOc simultaneously unlike JOptionPane which blocks the Thread until one clocks 'OK'
 
Thanks,
 
Chetan Pandey

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

_______________________________________________
Java mailing list
[email protected]
http://mail.jug-delhi.org/mailman/listinfo/java_jug-delhi.org

Reply via email to