You must change the lines containing property
lax.nl.current.vm to specify the new path to your desired Java VM
executable. Example:
...
lax.nl.current.vm=/usr/jdk1.6/bin/java
...
Tip:
On Unix systems, you can automate this change with the following
sed command. On the following example, change
$ORABPM_HOME with the full path to your
Oracle BPM installation and
/usr/jdk1.6/bin/java with the full
path to your Java command:
cd $ORABPM_HOME/bin
sed -i 's#current\.vm=.*$#current\.vm=/usr/jdk1.6/bin/java#g' *.lax