View Single Post
  #4   (View Single Post)  
Old 5th July 2011
sepuku's Avatar
sepuku sepuku is offline
Real Name: Vizard Sepuku
Package Pilot
 
Join Date: Jun 2011
Location: Athens & Chania,Greece
Posts: 143
Default

OK,i got it what you said.After make install,i had no messages that's why i was lost!I found the file " MESSAGE-main" in
Code:
/usr/ports/devel/jdk/1.5/pkg
which says:

Code:
Use and distribution of this technology is subject to the Java Research
License included herein.

To use the Java plugin with Seamonkey or Firefox you must create
a symbolic link (do not copy or hard link) from

${PREFIX}/${JDKHOME}/jre/plugin/${MACHINE_ARCH}/ns7/libjavaplugin_oji.so

to your local Mozilla plugins directory, which is found at

~/.mozilla/plugins/

or to the shared Mozilla plugins directory, which is found at

${PREFIX}/lib/mozilla-plugins
then when i give :

Code:
 sudo ln -s ~.mozilla/plugins /usr/local/jdk-1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so
i get
Code:
ln: /usr/local/jdk-1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so: File exists
Should i delete the file?Or this would make things worse?

Last edited by sepuku; 6th July 2011 at 11:32 PM.
Reply With Quote