Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Online Application

Status
Not open for further replies.

phatening

Programmer
Aug 8, 2005
18
US
Hi fellow programmers,

Is the only way of displaying a Java application online is by utilzing applets? Does anyone know if I can use Java Web Start and how I may use that?

In order for my viewers to view my app thru an applet, do they have to download the most recent version of the java vm if i'm using java 1.5 in my code?

I appreciate any advice and thanks for your time.

-Pete
 
>>>> Is the only way of displaying a Java application online is by utilzing applets

In effect, yes.


>>>> do they have to download the most recent version of the java vm if i'm using java 1.5 in my code

Yes.



--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top