I’m trying to compile a spark client 2.6.0 into an MSI with predefined server settings. I can’t seem to find the file that holds the settings to tell it what server I’d like it to connect to for everybody.
When I have a successful login with Spark, I notice that it stores the username and server. But when I compile this into an MSI and install it on a fresh computer it erases all of this information. Any help on this issue would be greatly appreciated. I’ve compiled this MSI about 5 times and have searched these forums for the correct answer and couldn’t come up with anything. Thank you in advance.
look for spark.jar (shoudl be in C:\Program Files\Spark\lib). Rename it to spark.zip, open in 7zip (google it), go to org\jivesoft\resource and right click the default.properties and hit edit, make changes, save, close notepad, and 7zip will ask if you want to save changes, say yes, close 7zip, rename .zip back to .jar and test and you are done.