This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-Dhttp.proxyHost=XXX.XXX.XXX.X -Dhttp.proxyPort=TTTT -Dhttps.proxyHost=XXX.XXX.XXX.X -Dhttps.proxyPort=YYYY -Dhttp.proxySet=true |
ან მაგალითად JNLP ვუშვებთ ჯივიემის პარამეტერებით:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<resources> | |
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se" max-heap-size="512m" /> | |
<jar href="visible-signer-package-2.0.jar" main="true" /> | |
<property name="-DdevelopmentMode" value="false"/> | |
<extension name="BouncyCastle cryptography library" href="bcprov-jdk16.jnlp"/> | |
</resources> |
System.getProperty("developmentMode");
No comments:
Post a Comment