twc
Posts: 129
Nickname: twc
Registered: Feb, 2004
|
|
Re: Conversion of class file into executable format.
|
Posted: Feb 9, 2004 5:44 AM
|
|
> >But in this case JDK should be > > at the clients machine.
Actually, all that is needed is the JRE, not the full JDK. Only developers need the JDK. > I'm new to java. It's my understanding that in order to > run a java program it has to be run in MS-Dos. That is a > big problem because If I build a comericial program for > the masses most people would have trouble doing that. That > is why I would think it would be better to have an a on > click start format.
You can have a "click start format" on Windows if you bundle your program into an executable Jar file. In fact, the jar files that I have used not only click-started on Windows, but on Mac as well.
Of course, as indicated above, the user will still have to have the Java Runtime installed to run programs written in Java, but that is the way things are going. Visual Basic programs have always required a special runtime file to be installed. Flash, Shockwave, and others require plug-ins. Both Java and .NET just take the process to the next level with a full runtime environment required.
I hope this helps.
tom
|
|