make -f ins_forms.mk sharedlib install gives ld: fatal: library -ljvm: not found
I am following the note
Using JDK 7.0 Latest Update with Oracle E-Business Suite Release 12.0 and 12.1 (Doc ID 1467892.1)
to upgrade the version of java on the apps tier.
When it comes to the relink forms bit I am getting an error
cd $ORACLE_HOME/forms/lib
$ make -f ins_forms.mk sharedlib install
ld: fatal: library -ljvm: not found
ld: fatal: file processing errors. No output written to frmbld
*** Error code 1
make: Fatal error: Command failed for target `frmbld'
Are there some missing files in the latest Java 7 JDK download that Oracle needs?