Click to See Complete Forum and Search --> : Java Application
Cyber_Ask
Dec 10th, 2002, 01:07 AM
Can I use my normal .java file with a web? I dont mean the applet, but a normal Java Application, if so, how?
CornedBee
Dec 11th, 2002, 10:29 AM
Not really. There's Java web start which can start a class file stored on the web, but all it does actually is downloading the file and running it (I think). If you want to integrate Java into a web page you have to use an applet.
If that is what you mean.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.