mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
[SPARK-811] Added JMF native lib dir to VM Initialization
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@8910 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
<versionLine x="20" y="40" text="version ${compiler:sys.version}" font="Arial" fontSize="8" fontColor="0,0,0" fontWeight="500" />
|
||||
</text>
|
||||
</splashScreen>
|
||||
<java mainClass="org.jivesoftware.launcher.Startup" vmParameters=""-Dappdir=${launcher:sys.launcherDirectory}" -Dsun.java2d.noddraw=true" arguments="" allowVMPassthroughParameters="true" preferredVM="client">
|
||||
<java mainClass="org.jivesoftware.launcher.Startup" vmParameters=""-Dappdir=${launcher:sys.launcherDirectory}" -Dsun.java2d.noddraw=true "-Djava.library.path=${launcher:sys.launcherDirectory}\lib\windows"" arguments="" allowVMPassthroughParameters="true" preferredVM="client">
|
||||
<classPath>
|
||||
<scanDirectory location="lib" failOnError="true" />
|
||||
<directory location="resources" failOnError="false" />
|
||||
|
||||
Reference in New Issue
Block a user