View Single Post
  #2   (View Single Post)  
Old 21st July 2011
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

Ensure that the jre package you built was installed. It might not be. Your symbolic links won't work if the plugin isn't there.

$ pkg_info | grep jre

You can use pkg_add or you can use make install with the SUBPACKAGE environment variable, as you prefer:

# cd /usr/ports/packages/<arch>/all
# pkg_add jre

or

# cd /usr/ports/devel/jdk/1.5
# env SUBPACKAGE=-jre make install
Reply With Quote