We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eeaf14 commit e610f1dCopy full SHA for e610f1d
deployscripts/expand-app.sh
@@ -7,4 +7,4 @@ JBDEPLOY=/home/apps/jboss-4.0.2/server/default/deploy
7
JBDEPLOYAPP=$JBDEPLOY/review.war
8
mkdir -p $JBDEPLOYAPP
9
cd $JBDEPLOYAPP
10
-jar -xf $DEPLOY_SRCPACKAGE
+/usr/local/java/jdk1.7.0_95/bin/jar -xf $DEPLOY_SRCPACKAGE
0 commit comments