#setenv.sh
#!/bin/sh
JAVA_OPTS="$JAVA_OPTS "-Djava.awt.headless=true
JAVA_OPTS=$JAVA_OPTS" -XX:PermSize=64M -XX:MaxPermSize=128M -Dhttp.proxyHost=footech-Dhttp.proxyPort=8080"
export JAVA_OPTS
DISPLAY=:1.0
export DISPLAY
More details here
Notes and snippets relating to Java, Python, Groovy and Linux as well as the odd hardware review.
#setenv.sh
#!/bin/sh
JAVA_OPTS="$JAVA_OPTS "-Djava.awt.headless=true
JAVA_OPTS=$JAVA_OPTS" -XX:PermSize=64M -XX:MaxPermSize=128M -Dhttp.proxyHost=footech-Dhttp.proxyPort=8080"
export JAVA_OPTS
DISPLAY=:1.0
export DISPLAY
2 comments:
Nick, would it be possible to post the jelly files for your Starteam plugin changes (or Eric's) changes in addition to the java files that have already been posted on the Hudson website. Thanks
Hi
I'll put them on the Hudson Wiki.
Nick
Post a Comment