Elizabeth Skippington Notes: Difference between revisions

From MDWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 12: Line 12:


This has been temporarily fixed by creating a symlink in ~/bin/ of java pointing to the new version of java.
This has been temporarily fixed by creating a symlink in ~/bin/ of java pointing to the new version of java.
= Running power graph Program =
Run the power graph program by something like:
  java -Xmx1024M -jar Oog.jar -convert -inputfiles=edg -output=bbl -v -writeLog=0 -sortbyfilesize -checkequality -minsim=0.0 -min_max=1 -useGlobalClustering=1 -useGreedyClustering=1
Use the following line for help:
  java -Xmx1024M -jar Oog.jar -?

Revision as of 07:55, 10 August 2008

Liz's Notes

Add some notes here.


Running Java Apps

Currently it appears that only version 1.4.2 of the JRE (Java Runtime Environment) is installed, which is not suitable for all applications. To use the newer version of JRE, you need to specify the full path to the java executable that is installed in the home directory e.g. instead of

 java app.jar

use

 /home/e.skippington/Programs/java/jre1.6.0_07/bin/java app.jar

This has been temporarily fixed by creating a symlink in ~/bin/ of java pointing to the new version of java.


Running power graph Program

Run the power graph program by something like:

 java -Xmx1024M -jar Oog.jar -convert -inputfiles=edg -output=bbl -v -writeLog=0 -sortbyfilesize -checkequality -minsim=0.0 -min_max=1 -useGlobalClustering=1 -useGreedyClustering=1

Use the following line for help:

 java -Xmx1024M -jar Oog.jar -?