Java application not picking up app.properties on Widows 10












1















there is an application that needs certification to work fine, in Linux, there is no problem but I want to run this on a windows machine.
I have Installed Java on my windows 10 system.



then I Download that jnlp application to run it on my windows machine.
to running app correctly I need to create a properties file like "~/.app.properties". and in that file, I should point the app to my pem file and the ssh keys.
the File contains:



orca.xmlrpc.url=https://webpage.com/orca/xmlrpc
user.certfile=/Users/pruth/.ssl/file.pem
user.certkeyfile=/Users/pruth/.ssl/file.pem
enable.modify=true
ssh.key=~/.ssh/id_dsa
SSH Public key to install into VM instances
ssh.pubkey=~/.ssh/id_dsa.pub
Secondary login (works with ssh.other.pubkey)
ssh.other.login=pruth
Secondary public SSH keys
ssh.other.pubkey=~/.ssh/id_dsa.pub
Should the secondary account have sudo privileges
ssh.other.sudo=yes
Path to XTerm executable on your system
xterm.path=/opt/X11/bin/xterm


After running this app it doesn't follow lines in the properties file but in Linux it does.




Update: application tells that put properties file in $HOME/.app.properties, where i can find this folder in windows?











share|improve this question

























  • $Home indicates the same directory as the application typically

    – Ramhound
    Jan 22 at 20:38











  • @Ramhound I put properties file the same directory as the application. still doesn't work.

    – Arash
    Jan 23 at 0:44
















1















there is an application that needs certification to work fine, in Linux, there is no problem but I want to run this on a windows machine.
I have Installed Java on my windows 10 system.



then I Download that jnlp application to run it on my windows machine.
to running app correctly I need to create a properties file like "~/.app.properties". and in that file, I should point the app to my pem file and the ssh keys.
the File contains:



orca.xmlrpc.url=https://webpage.com/orca/xmlrpc
user.certfile=/Users/pruth/.ssl/file.pem
user.certkeyfile=/Users/pruth/.ssl/file.pem
enable.modify=true
ssh.key=~/.ssh/id_dsa
SSH Public key to install into VM instances
ssh.pubkey=~/.ssh/id_dsa.pub
Secondary login (works with ssh.other.pubkey)
ssh.other.login=pruth
Secondary public SSH keys
ssh.other.pubkey=~/.ssh/id_dsa.pub
Should the secondary account have sudo privileges
ssh.other.sudo=yes
Path to XTerm executable on your system
xterm.path=/opt/X11/bin/xterm


After running this app it doesn't follow lines in the properties file but in Linux it does.




Update: application tells that put properties file in $HOME/.app.properties, where i can find this folder in windows?











share|improve this question

























  • $Home indicates the same directory as the application typically

    – Ramhound
    Jan 22 at 20:38











  • @Ramhound I put properties file the same directory as the application. still doesn't work.

    – Arash
    Jan 23 at 0:44














1












1








1








there is an application that needs certification to work fine, in Linux, there is no problem but I want to run this on a windows machine.
I have Installed Java on my windows 10 system.



then I Download that jnlp application to run it on my windows machine.
to running app correctly I need to create a properties file like "~/.app.properties". and in that file, I should point the app to my pem file and the ssh keys.
the File contains:



orca.xmlrpc.url=https://webpage.com/orca/xmlrpc
user.certfile=/Users/pruth/.ssl/file.pem
user.certkeyfile=/Users/pruth/.ssl/file.pem
enable.modify=true
ssh.key=~/.ssh/id_dsa
SSH Public key to install into VM instances
ssh.pubkey=~/.ssh/id_dsa.pub
Secondary login (works with ssh.other.pubkey)
ssh.other.login=pruth
Secondary public SSH keys
ssh.other.pubkey=~/.ssh/id_dsa.pub
Should the secondary account have sudo privileges
ssh.other.sudo=yes
Path to XTerm executable on your system
xterm.path=/opt/X11/bin/xterm


After running this app it doesn't follow lines in the properties file but in Linux it does.




Update: application tells that put properties file in $HOME/.app.properties, where i can find this folder in windows?











share|improve this question
















there is an application that needs certification to work fine, in Linux, there is no problem but I want to run this on a windows machine.
I have Installed Java on my windows 10 system.



then I Download that jnlp application to run it on my windows machine.
to running app correctly I need to create a properties file like "~/.app.properties". and in that file, I should point the app to my pem file and the ssh keys.
the File contains:



orca.xmlrpc.url=https://webpage.com/orca/xmlrpc
user.certfile=/Users/pruth/.ssl/file.pem
user.certkeyfile=/Users/pruth/.ssl/file.pem
enable.modify=true
ssh.key=~/.ssh/id_dsa
SSH Public key to install into VM instances
ssh.pubkey=~/.ssh/id_dsa.pub
Secondary login (works with ssh.other.pubkey)
ssh.other.login=pruth
Secondary public SSH keys
ssh.other.pubkey=~/.ssh/id_dsa.pub
Should the secondary account have sudo privileges
ssh.other.sudo=yes
Path to XTerm executable on your system
xterm.path=/opt/X11/bin/xterm


After running this app it doesn't follow lines in the properties file but in Linux it does.




Update: application tells that put properties file in $HOME/.app.properties, where i can find this folder in windows?








linux windows java ssl jdk






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 22 at 20:29







Arash

















asked Jan 21 at 6:13









ArashArash

4483928




4483928













  • $Home indicates the same directory as the application typically

    – Ramhound
    Jan 22 at 20:38











  • @Ramhound I put properties file the same directory as the application. still doesn't work.

    – Arash
    Jan 23 at 0:44



















  • $Home indicates the same directory as the application typically

    – Ramhound
    Jan 22 at 20:38











  • @Ramhound I put properties file the same directory as the application. still doesn't work.

    – Arash
    Jan 23 at 0:44

















$Home indicates the same directory as the application typically

– Ramhound
Jan 22 at 20:38





$Home indicates the same directory as the application typically

– Ramhound
Jan 22 at 20:38













@Ramhound I put properties file the same directory as the application. still doesn't work.

– Arash
Jan 23 at 0:44





@Ramhound I put properties file the same directory as the application. still doesn't work.

– Arash
Jan 23 at 0:44










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1396481%2fjava-application-not-picking-up-app-properties-on-widows-10%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1396481%2fjava-application-not-picking-up-app-properties-on-widows-10%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...