You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/12/11 21:14:11 UTC

svn commit: r1773668 - /poi/trunk/run.sh

Author: centic
Date: Sun Dec 11 21:14:11 2016
New Revision: 1773668

URL: http://svn.apache.org/viewvc?rev=1773668&view=rev
Log:
Revert "Use Java 6 from Oracle in run.sh"

This reverts commit 8b2ba261da76d59be694e90f0f61d008aaef2574.

Modified:
    poi/trunk/run.sh

Modified: poi/trunk/run.sh
URL: http://svn.apache.org/viewvc/poi/trunk/run.sh?rev=1773668&r1=1773667&r2=1773668&view=diff
==============================================================================
--- poi/trunk/run.sh (original)
+++ poi/trunk/run.sh Sun Dec 11 21:14:11 2016
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export JAVA_HOME=/usr/lib/jvm/java-6-oracle
+export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-amd64
 
 # use this JVM for creating javadocs:
 #export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org