Archive for 'Windows Scripting'

Rewrite Memory size for JNLP Web Clients

Well today I ran into a weird issue where a JNLP file wouldn’t launch the JVM. Through some troubleshooting, I discovered it was because more virtual memory than could be assigned was being assigned. I wrote this little script that goes and gets the latest ws file, searches for 1024m and replaces with 768m then [...]