I tend to work with javaws applications. I also have to set different proxies for them (for each javaws application). Up until today, I was using one application at a time, and manually changing proxies in java Control Panel.

My proxy properties are stored in ~/.javaws/deployment/deployment.properties file.

I was wondering if it would be possible to start a javaws application which is using an other ~/.java directory, because this way I could run multiple javaws applications with different proxy settings at the same time.

link|improve this question

feedback

1 Answer

You could try changing your HOME environment variable (in the specific javaws startup script) to point to different folder, probably one being a sub directory of your regular /home/$USER

link|improve this answer
i give it a try – asdmin Feb 17 at 12:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.