|
Java example source code file (JDK-Info.plist)
The JDK-Info.plist Java example source code
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion
<string>English
<key>CFBundleExecutable
<string>libjli.dylib
<key>CFBundleGetInfoString
<string>@@INFO@@
<key>CFBundleIdentifier
<string>@@ID@@
<key>CFBundleInfoDictionaryVersion
<string>7.0
<key>CFBundleName
<string>@@NAME@@
<key>CFBundlePackageType
<string>BNDL
<key>CFBundleShortVersionString
<string>1.0
<key>CFBundleSignature
<string>????
<key>CFBundleVersion
<string>@@VERSION@@
<key>JavaVM
<dict>
<key>JVMCapabilities
<array>
<string>CommandLine
</array>
<key>JVMMinimumFrameworkVersion
<string>13.2.9
<key>JVMMinimumSystemVersion
<string>10.6.0
<key>JVMPlatformVersion
<string>@@PLATFORM_VERSION@@
<key>JVMVendor
<string>@@VENDOR@@
<key>JVMVersion
<string>@@VERSION@@
</dict>
</dict>
</plist>
Other Java examples (source code examples)Here is a short list of links related to this Java JDK-Info.plist source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.