1 Reply Latest reply on May 23, 2005 10:09 PM by michaellbird

    JBOSS Web Console - error

    michaellbird

      The left pane of jboss's web console does not display. i get the puzzle piece that reads click here to download plugin. I am running on fedora core 3/ kernel 2.6.11-1.14/firefox 1.03/Java SDK 1.4.2_07 (i got this information from the right pane, so I know the installation is working at least part way)

      I am not sure what plugin it is looking for since the jre is installed and when jbossas starts i see that it is pointing to the correct JAVA_HOME and CLASSPATH.

      Any ideas?
      mlb

        • 1. Re: JBOSS Web Console - error
          michaellbird

          Folks, I figured it out by hunting on the web. I just learned about the command 'about:plugins' if put in the address bar, it shows all loaded plugins. My, jre was not there. I then followed a link to mozilla document help and discovered that I needed to install a symbolic link to the jre. what worked for me was the following:

          ln -s /usr/local/j2sdk1.4.2_07/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so

          I hope that this can help another java newbie!!!