To run javaws using SOCKS proxy, set the configuration file:

~/.config/icedtea-web/deployment.properties:

deployment.proxy.socks.port=10443
deployment.proxy.same=true
deployment.proxy.socks.host=localhost
deployment.proxy.type=1

Reference: Oracle Java SE Documentation - Deployment Configuration File and Properties