<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic WEblogic and java in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/weblogic-and-java/m-p/2476668#M17640</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Maybe someone will be able to help. Environment: HP-UX11 64bit, JAVA 1.2.2_06, BEA's Weblogic5.1.&lt;BR /&gt;Problem: I've installed JAVA1.2 and Weblogic without any problems into the opt dirs. But I seem to be having problems when executing Java commands for such things as weblogic's console. (I.e. $&amp;gt;java weblogic. Console) I'll receive the following error:&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Console&lt;BR /&gt;&lt;BR /&gt;So I will run BEA's script for Unix startConsole and thus receive:&lt;BR /&gt;&lt;BR /&gt;can't load javax.swing.plaf.metal.MetalLookAndFeel&lt;BR /&gt;java.lang.Error: can't load javax.swing.plaf.metal.MetalLookAndFeel&lt;BR /&gt;        at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:856)&lt;BR /&gt;        at javax.swing.UIManager.initialize(UIManager.java:926)&lt;BR /&gt;        at javax.swing.UIManager.maybeInitialize(UIManager.java:948)&lt;BR /&gt;        at javax.swing.UIManager.getUI(UIManager.java:559)&lt;BR /&gt;        at javax.swing.JPanel.updateUI(JPanel.java:110)&lt;BR /&gt;        at javax.swing.JPanel.&lt;INIT&gt;(JPanel.java:70)&lt;BR /&gt;        at javax.swing.JPanel.&lt;INIT&gt;(JPanel.java:100)&lt;BR /&gt;        at javax.swing.JRootPane.createGlassPane(JRootPane.java:224)&lt;BR /&gt;        at javax.swing.JRootPane.&lt;INIT&gt;(JRootPane.java:181)&lt;BR /&gt;        at javax.swing.JApplet.createRootPane(JApplet.java:132)&lt;BR /&gt;        at javax.swing.JApplet.&lt;INIT&gt;(JApplet.java:125)&lt;BR /&gt;        at weblogic.admin.T3Cnsl.&lt;INIT&gt;(T3Cnsl.java:359)&lt;BR /&gt;        at weblogic.admin.T3Cnsl.doMain(T3Cnsl.java:189)&lt;BR /&gt;        at weblogic.admin.T3Cnsl.main(T3Cnsl.java:140)&lt;BR /&gt;        at weblogic.admin.ConsoleStarter.startup(ConsoleStarter.java:16)&lt;BR /&gt;        at weblogic.Console.main(Console.java:41)&lt;BR /&gt;I've been using the following attachment from BEA to set my environment, but when I run an echo on any of the variables I receive nothing back.&lt;BR /&gt;BEA has not been able to solve this, they are pointing to the Env. Any help would be appreciated.&lt;BR /&gt;Dan&lt;/INIT&gt;&lt;/INIT&gt;&lt;/INIT&gt;&lt;/INIT&gt;&lt;/INIT&gt;</description>
    <pubDate>Tue, 26 Dec 2000 22:13:07 GMT</pubDate>
    <dc:creator>Daniel LaBonte</dc:creator>
    <dc:date>2000-12-26T22:13:07Z</dc:date>
    <item>
      <title>WEblogic and java</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weblogic-and-java/m-p/2476668#M17640</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Maybe someone will be able to help. Environment: HP-UX11 64bit, JAVA 1.2.2_06, BEA's Weblogic5.1.&lt;BR /&gt;Problem: I've installed JAVA1.2 and Weblogic without any problems into the opt dirs. But I seem to be having problems when executing Java commands for such things as weblogic's console. (I.e. $&amp;gt;java weblogic. Console) I'll receive the following error:&lt;BR /&gt;Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Console&lt;BR /&gt;&lt;BR /&gt;So I will run BEA's script for Unix startConsole and thus receive:&lt;BR /&gt;&lt;BR /&gt;can't load javax.swing.plaf.metal.MetalLookAndFeel&lt;BR /&gt;java.lang.Error: can't load javax.swing.plaf.metal.MetalLookAndFeel&lt;BR /&gt;        at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:856)&lt;BR /&gt;        at javax.swing.UIManager.initialize(UIManager.java:926)&lt;BR /&gt;        at javax.swing.UIManager.maybeInitialize(UIManager.java:948)&lt;BR /&gt;        at javax.swing.UIManager.getUI(UIManager.java:559)&lt;BR /&gt;        at javax.swing.JPanel.updateUI(JPanel.java:110)&lt;BR /&gt;        at javax.swing.JPanel.&lt;INIT&gt;(JPanel.java:70)&lt;BR /&gt;        at javax.swing.JPanel.&lt;INIT&gt;(JPanel.java:100)&lt;BR /&gt;        at javax.swing.JRootPane.createGlassPane(JRootPane.java:224)&lt;BR /&gt;        at javax.swing.JRootPane.&lt;INIT&gt;(JRootPane.java:181)&lt;BR /&gt;        at javax.swing.JApplet.createRootPane(JApplet.java:132)&lt;BR /&gt;        at javax.swing.JApplet.&lt;INIT&gt;(JApplet.java:125)&lt;BR /&gt;        at weblogic.admin.T3Cnsl.&lt;INIT&gt;(T3Cnsl.java:359)&lt;BR /&gt;        at weblogic.admin.T3Cnsl.doMain(T3Cnsl.java:189)&lt;BR /&gt;        at weblogic.admin.T3Cnsl.main(T3Cnsl.java:140)&lt;BR /&gt;        at weblogic.admin.ConsoleStarter.startup(ConsoleStarter.java:16)&lt;BR /&gt;        at weblogic.Console.main(Console.java:41)&lt;BR /&gt;I've been using the following attachment from BEA to set my environment, but when I run an echo on any of the variables I receive nothing back.&lt;BR /&gt;BEA has not been able to solve this, they are pointing to the Env. Any help would be appreciated.&lt;BR /&gt;Dan&lt;/INIT&gt;&lt;/INIT&gt;&lt;/INIT&gt;&lt;/INIT&gt;&lt;/INIT&gt;</description>
      <pubDate>Tue, 26 Dec 2000 22:13:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weblogic-and-java/m-p/2476668#M17640</guid>
      <dc:creator>Daniel LaBonte</dc:creator>
      <dc:date>2000-12-26T22:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: WEblogic and java</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weblogic-and-java/m-p/2476669#M17641</link>
      <description>Daniel,&lt;BR /&gt;&lt;BR /&gt;Are you running the environment setting file from BEA and then trying to run your command?  If so, you need to run that file like this:&lt;BR /&gt;&lt;BR /&gt;. ./filename &lt;RETURN&gt; &lt;BR /&gt;&lt;BR /&gt;Otherwise it just sets the environment variables for a moment, and then 'forgets' them.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;/RETURN&gt;</description>
      <pubDate>Tue, 26 Dec 2000 22:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weblogic-and-java/m-p/2476669#M17641</guid>
      <dc:creator>Maureen Gunkel</dc:creator>
      <dc:date>2000-12-26T22:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: WEblogic and java</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weblogic-and-java/m-p/2476670#M17642</link>
      <description>Hi Maureen,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply but you know been there done that. I'm able to run the script with some editing of BEA's template but I still receive the following when running console&lt;BR /&gt;&lt;BR /&gt;$&amp;gt;java weblogic.Console &lt;BR /&gt;can't load javax.swing.plaf.metal.MetalLookAndFeel &lt;BR /&gt;java.lang.Error: can't load javax.swing.plaf.metal.MetalLookAndFeel &lt;BR /&gt;at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:856) &lt;BR /&gt;at javax.swing.UIManager.initialize(UIManager.java:926) &lt;BR /&gt;at javax.swing.UIManager.maybeInitialize(UIManager.java:948) &lt;BR /&gt;at javax.swing.UIManager.getUI(UIManager.java:559).......&lt;BR /&gt;On Sun's site they suggested to add the swingall.jar to classpath this was done and still receive errors.&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Dec 2000 14:52:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weblogic-and-java/m-p/2476670#M17642</guid>
      <dc:creator>Daniel LaBonte</dc:creator>
      <dc:date>2000-12-27T14:52:26Z</dc:date>
    </item>
  </channel>
</rss>

