Hello I have three files (Mandelbrot.java, CompleNumber.java, Panel.java) How can I make the jaz file and run the Applet(Mandelbrot.java). In such way, that from command line I would bring the browser up and see the Applet. Thanks
Manfred Leonhardt
Ranch Hand
Joined: Jan 09, 2001
Posts: 1492
posted
0
Hi Mike, The short answer is you can't. That is called an application. Your first problem is that you don't know what browser the user will have and you definitely won't know the path to it from a DOS batch file. The best you can hope for is to include an *.html file for the user to double click on and their system will open their favorite browser and run the applet. Regards, Manfred.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.