• 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

can't run java files[urgent]

 
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I can't run any java file,but can compile them.
I get an error message in the MsDos prompt
***************************************************************
count=3153,total=5546
Error occured during initialization of VM
java/lang/NoClassDefFound Error:java/lang/object
***************************************************************
I need a clear explanation of what actually the problem is.I want further explanation of the 'count' 'total' variables too.
please do reply immediately
enjoy coding java.
Bye for now.
Netharam
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you using a Sun JVM? When you downloaded it, did you follow the set-up instructions?
 
netharam ram
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes I use sun's JVM,I did not download it but installed it from the pc-quest CD.I'm using jdk1.3.I installed it corectly & am using it for the past six months.I got it solved when I restarted the system,but I wish to know the reason behind this error.So please explain me better.
 
Cindy Glass
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is pc-quest?
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello
pc-quest is a computer magazine which supports linux very much. they have been instrumental in distros, helps and user-groups to spread linux in the indian subontinent.
thanx
 
Cindy Glass
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It Sounds like your JAVA_HOME parameter has not been set up properly. I am not a Linux person - but Sun has instructions on making sure that it is correct.
 
netharam ram
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry Cindy Iam using Microsoft windows98 SE & not Linux.
 
Cindy Glass
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You loaded up a jdk that was put out by a company that is pushing LINUX and you wonder why it does not work on a win98.

You have to load the CORRECT jdk for your operating system.
Of course it is POSSIBLE that they provided several versions of the jdk on that CD. Did they?

[This message has been edited by Cindy Glass (edited October 29, 2001).]
 
netharam ram
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cindy I think u havae misunderstood the company.Pc-quest is a computer magazine that deals with all operating systems.It basically deals with the problems faced by the users of any operating system.It concentrates much on Linux.I installed the correct jdk for win98.I'm running it for the past 6 months,only noe I received this error.Moreover I didn't face the problem again,after restarting the system.
 
Cindy Glass
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well then - not a clue.
reply
    Bookmark Topic Watch Topic
  • New Topic