| Author |
Run JRE from CD?
|
Matt Wilcko
Ranch Hand
Joined: Sep 23, 2003
Posts: 65
|
|
Hi, I am distributing a java application via cd with JRE 1.4 also on the cd. Is is possible to run the application from CD without the user having to install the JRE onto their system(just have the program use the JRE on the cd?). My goal is to have a program that autostarts when the cd is inserted without the need to install the JRE. Its for windows only. Thanks, Matt
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8259
|
|
|
I did it back in the JRE 1.1 days. CD's are cheap. Create a simple app that just displays a JFrame, create an autorun CD and try it out!
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Run JRE from CD?
|
|
|