Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Help, I have no idea what my console is telling me. :(

  1. #1
    Junior Member
    Join Date
    Nov 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help, I have no idea what my console is telling me. :(

    I'm using Windows XP 32bit, and JRE6 update 29, I've tried this with 7 update 1 as well. The thing is all of a sudden we can't use any java based chatrooms. Its effecting every computer down here so I guess it could be a problem with our router?

    Here's what the console is telling us the error is:

    load: class com.chatspace.v400320.Chat not found.
    java.lang.ClassNotFoundException: com.chatspace.v400320.Chat
    at sun.plugin2.applet.Applet2ClassLoader.findClass(Un known Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(U nknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Un known Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Un known Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unk nown Source)
    at sun.plugin2.applet.Plugin2Manager.createApplet(Unk nown Source)
    at sun.plugin2.applet.Plugin2Manager$AppletExecutionR unnable.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Exception: java.lang.ClassNotFoundException: com.chatspace.v400320.Chat


    That's with JRE6 update 29, This is with 7.

    Java Plug-in 10.1.0.8
    Using JRE version 1.7.0_01-b08 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\COMPUTER

    Detected from bootclasspath: C:\PROGRA~1\Java\jre7\lib\deploy.jar

    Does this say in anyway what is going on? We've been trying to figure this out since yesterday when they were working and then all of a sudden, weren't.


  2. #2
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Help, I have no idea what my console is telling me. :(

    Exception is making clear that it can't find class.
    Well, can you provide SSCCE, so that we could have a look.

  3. #3
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Help, I have no idea what my console is telling me. :(

    com.chatspace.v400320.Chat
    The JVM can not find the class file Chat that is in the package: com.chatspace.v400320

    Is that class file in the jar with the program or how does the JVM get it?

    Did the program used to execute correctly? What has changed?

  4. #4
    Member
    Join Date
    Nov 2011
    Posts
    37
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: Help, I have no idea what my console is telling me. :(

    Hi,
    Can you show your code .

    Core java
    Last edited by mr.miku; January 11th, 2012 at 07:18 PM.

Similar Threads

  1. My Idea about this forum...
    By IAmHere in forum Member Introductions
    Replies: 6
    Last Post: October 15th, 2011, 02:14 PM
  2. No idea how to fix it.
    By Hammer67 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: September 13th, 2011, 10:41 AM
  3. need help with my idea!
    By frostwing in forum Object Oriented Programming
    Replies: 3
    Last Post: February 10th, 2011, 09:53 AM
  4. Project idea?
    By toop in forum Java Theory & Questions
    Replies: 3
    Last Post: January 6th, 2011, 11:09 PM
  5. No idea what to do for this
    By jwb4291 in forum What's Wrong With My Code?
    Replies: 7
    Last Post: July 18th, 2010, 07:16 PM