Thread: Error [PLEASE HELP]

Results 1 to 7 of 7
  1. #1 Error [PLEASE HELP] 
    Registered Member
    Join Date
    May 2010
    Posts
    24
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    I know whats wrong with the webclient error but the problem is I DON'T KNOW where to find it, I searched EVERYWHERE in my client.. please help!!
    The Error is
    Code:
    java.lang.ClassFormatError: Incompatible magic value 1013084704 in class file client
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClassCond(Unknown Source)
            at java.lang.ClassLoader.defineClass(Unknown Source)
            at java.security.SecureClassLoader.defineClass(Unknown Source)
            at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
            at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
            at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    Exception: java.lang.ClassFormatError: Incompatible magic value 1013084704 in class file client
    "Incompatible magic value 1013084704 in class file client" is the problem but where can I find it?
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    May 2008
    Posts
    2,327
    Thanks given
    55
    Thanks received
    67
    Rep Power
    0
    obviously its gonna be in client.java since its "class file client"

    search that 1013084704 number in there

    or maybe u have client.java misnamed? or miscapped? (it might be Client.java when it should be client.java)
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2010
    Posts
    24
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by silabgarza View Post
    obviously its gonna be in client.java since its "class file client"

    search that 1013084704 number in there

    or maybe u have client.java misnamed? or miscapped? (it might be Client.java when it should be client.java)
    I searched 1013084704 in client.java but it said Cannot find "1013084704"
    and in my client its client.java non capital
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    May 2010
    Posts
    24
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    sorry for double posting, but i really need help with this!!
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Dec 2008
    Posts
    203
    Thanks given
    1
    Thanks received
    3
    Rep Power
    6
    again ill say use z file searcher
    BAM
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    May 2010
    Posts
    24
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by rcscape View Post
    again ill say use z file searcher
    I used it but it couldn't find anything.

    Guys please help with this problem!!
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Jul 2008
    Age
    28
    Posts
    5,827
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    This may or may not be the cause, but place this in client.java
    public static final long serialVersionUID = 1013084704L;
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •