I am getting an indexoutofbounds error on server start. I have a jar of my server app and a deploy.xml, an SGS-apps.config and the SunGameServer jar in a folder. Upon launch I get:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(Unknown Source)
at com.sun.gi.framework.install.impl.InstallationURL.<init>(Installation
URL.java:121)
at com.sun.gi.SGS.<init>(SGS.java:145)
at com.sun.gi.SGS.main(SGS.java:330)
Searches have left me with nothing and I thought I followed the setup as best I could. Any thoughts?