简体   繁体   中英

'java -version' command in CMD

When I run the 'java -version' command in Command Prompt, then it gives me the following information:

java version "1.7.0_01"
Java(TM) SE Runtime Environment (build 1.7.0_01-b08)
Java HotSpot(TM) Client VM (build 21.1-b02, mixed mode, sharing)

Can I run a web page that hosts a Java Applet properly?

PS: I'm using Windows 7 32 bit.

You don't need Java installed on the server to host a Java applet. Applets are executed on the client side. Apache server (do not confuse with Apache Tomcat) or similar is enough.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM