vote up 0 vote down star

My computer is running behind proxy. I want to access url from JavaFX. for example say i want to show image from a url. But i haven't seen anyway to provide proxy settings for the connection(?). Please if someone can tell me how to do things in such situation? Thanks

flag

plz someone help!!!!!!!! – Pradyumna Sep 14 at 4:46

2 Answers

vote up 2 vote down check

Setting proxy in Java/FX

link|flag
+1-Hey thanks may be this can be useful. will try it today! – Pradyumna Sep 14 at 9:09
vote up 0 vote down

By default, JavaFX will automatically use your Operating Systems proxy settings, this is controlled via the Java Preferences or Java Control panel icons on your Mac or PC.

You can also set, within Java, the proxy environment variables, but I haven't tried this.

If you are trying to request an external resource from an unsigned application, Java may prompt you (the user) for permission when it runs.

link|flag

Your Answer

Get an OpenID
or

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