1 <?xml version="1.0" encoding="UTF-8"?>
4 This file shows what elements the javasettings_platform.xml can contain.
5 The children of javaInfo are only created when a JRE is selected. The children of
6 vmParameters are only created when parameters are added and the children of
7 jreLocations are only created when the paths are added.
8 See CNodeJava::loadFromSettings and CNodeJava::writeSettings for details.
9 When extending the javavendors.xml then use the schema to verify it.
12 <java xmlns='http://openoffice.org/2004/java/framework/1.0'
13 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
14 xsi:schemaLocation='http://openoffice.org/2004/java/framework/1.0 file:/D:/cws-jl6/jvmfwk/source/javasettings.xsd'>
15 <classesDirectory>program/classes</classesDirectory>
16 <enabled xsi:nil="true"></enabled>
17 <userClassPath xsi:nil="true"></userClassPath>
18 <vmParameters xsi:nil="true"/>
19 <!--param>-Xdebug</param-->
20 <!--</vmParameters>-->
21 <jreLocations xsi:nil="true"/>
22 <!--location></location-->
23 <!--</jreLocations>-->
24 <javaInfo xsi:nil="true"/>
25 <!--javaInfo vendorUpdate="2004-03-27" xsi:nil="false"-->
30 <requirements></requirements>
31 <vendorData></vendorData>