← Back to team overview

gnome-split-team team mailing list archive

[Branch ~respawneral/gnome-split/mainline] Rev 257: Options for Java.

 

------------------------------------------------------------
revno: 257
committer: Guillaume Mazoyer <respawneral@xxxxxxxxx>
branch nick: java-launcher
timestamp: Sat 2011-06-25 10:55:50 +0200
message:
  Options for Java.
  
  Use more options to start GNOME Split.
  That should not really change something but it's better like that.
modified:
  configure


--
lp:gnome-split
https://code.launchpad.net/~respawneral/gnome-split/mainline

Your team GNOME Split developers is subscribed to branch lp:gnome-split.
To unsubscribe from this branch go to https://code.launchpad.net/~respawneral/gnome-split/mainline/+edit-subscription
=== modified file 'configure'
--- configure	2011-02-19 16:17:00 +0000
+++ configure	2011-06-25 08:55:50 +0000
@@ -1501,6 +1501,10 @@
 print LAUNCHER "#!/bin/sh\n";
 print LAUNCHER join (" ",
 	"exec java",
+	"-client",
+	"-ea",
+	"-Dprogram='gnome-split'",
+	"-Djava.awt.headless=true",
 	"-Djava.library.path=$libdir",
 	"-classpath tmp/classes:$JAVAGNOME_JAR:$DBUSJAVA_JAR:$DEBUGDIS_JAR:$DEBUGENA_JAR:$HEXDUMP_JAR:$UNIXSOCK_JAR",
 	"org.gnome.split.GnomeSplit",
@@ -1518,6 +1522,10 @@
 print LAUNCHER "cd $prefix\n";
 print LAUNCHER join (" ",
 	"exec java",
+	"-client",
+	"-ea",
+	"-Dprogram='gnome-split'",
+	"-Djava.awt.headless=true",
 	"-Djava.library.path=$libdir",
 	"-classpath $GNOME_SPLIT_JAR:$JAVAGNOME_JAR:$DBUSJAVA_JAR:$DEBUGDIS_JAR:$DEBUGENA_JAR:$HEXDUMP_JAR:$UNIXSOCK_JAR",
 	"org.gnome.split.GnomeSplit",