★ wanayoo — archive 1999 http://codeguru.earthweb.com/java/articles/545.shtmlNouvelle recherche | Portail wanayoo
EarthWeb
Developer.com Click Here!
Click Here!
Find:
 

EXPERT SEARCH
SEARCH TECHCRAWLER -----
Site
windows 2000
visual c++
java
visual basic
javascripts
recommend it
 
Book
thinking in java
 
Interact
forum
guest book
jobs
jokes
what's new

share code
 
Resource
add resource
modify resource
new resource
 

-----
Java by E-mail:

Get the weekly e-mail highlights on Java!
-----



EarthWeb Sites:
IT Management
Networking & Telecommunications
IT Jobs
Software Development
Hardware & Systems
Commerce
Community

EarthWeb Worldwide

-

Details about the JAVA at run-time


Author: Real Gagnon
Author's WebSite: http://tactika.com/realhome/realhome.html

Applets can read certain system properties by invoking System.getProperty(String key)


java.version Java version number
java.vendor Java vendor-specific string
java.vendor.url Java vendor URL
os.name Operating system name
os.arch Operating system architecture
file.separator File separator (eg, "/")
path.separator Path separator (eg, ":")
line.separator Line separator
java.class.version Java class version number

But applets are prevented from reading these system properties (for security reason):


java.home Java installation directory
java.class.path Java classpath
user.name User account name
user.home User home directory
user.dir User's current working directory

To read a system property from within an applet, simply invoke System.getProperty(key) on the property you are interested in.


 String s = System.getProperty("java.vendor");



Posted On: 7-Jul-1999

Give them a visit Click Here!

Click Here!

Get the Answers You Need!
Incentive-based, question & answer Marketplace. The first 5,000 members receive $12 credit! Try it! Knowledge Market.

For tons of Windows technology resources, check out the Windows Programming directory.

Target your Technical searches with
TechCrawler

Sweepstakes:
Here's your chance to win Windows 2000 Professional. EarthWeb's sweepstakes runs through July 2. Click here to enter.

Give them a visit Click Here!

Click Here!

Click Here!

Click Here!

Home About Us Search Subscribe Advertising Info Contact Us FAQs
Use of this site is subject to certain Terms & Conditions.
Earthweb's statement regarding our users' right to privacy.
Copyright ©1996-2000 EarthWeb Inc.. All rights reserved. Reproduction in whole or in part in any form or medium without express written permission of EarthWeb is prohibited.