• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Cannot able to view the left frame of admin console

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I have installed weblogic 7 server.I am facing one problem. I Cannot able to view the left frame of admin console. I got this error.

java.lang.classnotfoundexception: weblogic.management.console.applets.Navapplet

Pls help me..

Thanks in advance..

Ram..
 
Ram Kumar Rengarajan
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I have another problem in weblogic. If I open the weblogic builder's Open an exploded or archived module, I could not able to view the directory structure. Pls Can anyone help me?

Thanks in advance.

Ram..
 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) weblogic.management.console.applets.Navapplet class comes with weblogic.jar. can you check whether your weblogic.jar file contains with that class or not.
2) Both of this can happen because of your machine environment is unable to run java applets. Configure your java runtime for that.
reply
    Bookmark Topic Watch Topic
  • New Topic