ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaha_5.4.0.1/sdpropf.htm

62 lines
3.5 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="SystemDefault.properties file" />
<meta name="abstract" content="The SystemDefault.properties file is a standard Java properties file that enables you to specify default properties of your Java environment." />
<meta name="description" content="The SystemDefault.properties file is a standard Java properties file that enables you to specify default properties of your Java environment." />
<meta name="DC.Relation" scheme="URI" content="sysprop.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="sdpropf" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>SystemDefault.properties file</title>
</head>
<body id="sdpropf"><a name="sdpropf"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">SystemDefault.properties file</h1>
<div><p>The SystemDefault.properties file is a standard Java™ properties
file that enables you to specify default properties of your Java environment. </p>
<p>The SystemDefault.properties file that resides in your home directory takes
priority over the SystemDefault.properties file that resides in the /QIBM/UserData/Java400
directory.</p>
<p>Properties that you set in the /YourUserHome/SystemDefault.properties file
affect only the following specific Java virtual machines:</p>
<ul><li>JVMs that you start without specifying a different user.home property</li>
<li> JVMs that others users start by specifying the property <samp class="codeph">user.home
= /YourUserHome/</samp></li>
</ul>
<div class="section"><h4 class="sectiontitle">Example: SystemDefault.properties file</h4><p>The following
example sets several Java properties:</p>
<pre> #Comments start with pound sign
#Use J2SDK 1.4
java.version=1.4
#This sets a special property
myown.propname=6</pre>
<p>For more information about system properties, see the following
pages:</p>
<blockquote> <p><a href="sysprop.htm">Java system properties</a></p>
<p><a href="sysprop2.htm">List of Java system properties</a></p>
</blockquote>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="sysprop.htm" title="Java system properties determine the environment in which you run your Java programs. They are similar to system values or environment variables in i5/OS.">Java system properties</a></div>
</div>
</div>
</body>
</html>