• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

successful compilation, but not running

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am beginner and I am facing the following problem with running applets...
"exception in thread "main" java.util.MissingResourceException
cant find resource for bundle sun.applet.resources.MsgAppletViewer, KeyAppletPanel.badattribute.exception....."
Please help me...
one more problem i face is that i can run and compile in my jdk1.3/bin directory but not in jdk1.3
please guide me..
thank you
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
>one more problem i face is that i can run and compile in my
>jdk1.3/bin directory but not in jdk1.3

Did you change your PATH to include jdk1.3/bin ?
 
gayathri bhushan
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
my classpath is set as c:\jdk1.3\bin is it right?
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by gayathri bhushan:
Your class path should begin with .;C and so on.
You must put a .; before the C in your clas path for it to work.
Good Luck!

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I think this is the problem with your classpath setting.
Classpath is always set to " lib " directory.(not bin directory)
And "path" is set to bin directory.
Set classpath & path correctly I hope this should solve your problem
Shripad
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic