Thu Nov 27, 2014 10:48 pm by buttcmd
if you want to run serviio with your own java and not with Java 6, you only need to run java yourself without using the javastub provided with the program(the javastub is used when you doeble click the serviio icon).
This is not a beautiful way but it works. It is pretty easy to make a script associated to an icon afterwards if it is needed/wanted.
To run the serviio server open a terminal and run this:
cd /Applications/Serviio.app/Contents/Resources/Java/;java -cp serviio.jar:commons-codec.jar:commons-imaging.jar:commons-io.jar:commons-jxpath.jar:commons-lang.jar:concurrent.jar:derby.jar:freemarker.jar:groovy-all.jar:gson.jar:httpcore.jar:jaudiotagger.jar:jcl-over-slf4j.jar:jcs.jar:jdom.jar:jnat-pmplib.jar:jul-to-slf4j.jar:log4j.jar:lucene-analyzers-common.jar:lucene-core.jar:org.restlet.ext.gson.jar:org.restlet.ext.net.jar:org.restlet.ext.xstream.jar:org.restlet.jar:padlock.jar:rome-modules.jar:rome.jar:sbbi-upnp.jar:serviio-media-browser-web.jar:serviio-media-browser.jar:slf4j-api.jar:slf4j-log4j12.jar:streamflyer-core.jar:winp.jar:xstream.jar:config org.serviio.MediaServer
To run the serviio-console (after you run the server) run this:
cd /Applications/Serviio-Console.app/Contents/Resources/Java;java -cp commons-codec.jar:jul-to-slf4j.jar:log4j.jar:org.restlet.ext.net.jar:org.restlet.ext.xstream.jar:org.restlet.jar:serviio-client.jar:serviio.jar:slf4j-api.jar:slf4j-log4j12.jar:xstream.jar:config org.serviio.console.ServiioConsole