Page 1 of 1

Update OSX Build

Posted: 06 Nov 2013, 11:42
by gamera
I'm running currently Madsonic Server 5.0 Build 3760 on MacOSX 10.8

Now I want to update to the latest build but I'm not sure how to do it. Replacing the war/booter isn't a problem but how do I get Madsonic to use Java 1.7?

In the Madsonic.app -> Contents -> info.plist there's the string:

Code: Select all

<key>java</key>
<dict>
   <key>MainClass</key>
   <string>net.sourceforge.subsonic.booter.Main</string>
   <key>JVMVersion</key>
   <string>1.6+</string>
   <key>ClassPath</key>
   <array>
      <string>$JAVAROOT/madsonic-booter.jar</string>
.
.
.
Do I have to change something there? Java 1.7 SDK is installed and I made a reference in my ~/.bash-rofile

Code: Select all

java -version
reports 1.7.0_45-b18

Any help is welcome.

Cheers