Results 1 to 3 of 3
  1. #1
    paintaxe's Avatar
    Join Date
    Mar 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    RSPS REFLECTION CLIENT HELP

    Hey everyone back in the day I used to use the good 'ol reflection client but I don't remember much of whats going on with it now, sooooo

    that being said ive opened the reflection project in netbeans and I have put the class files in the classes as well but when I go to run the program everything checks out besides the actual reflection client itself

    here is my error

    Code:
    Found Main is running!
    Exception in thread "main" java.lang.NoClassDefFoundError: client (wrong name: Client)
    	at java.lang.ClassLoader.defineClass1(Native Method)
    	at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
    	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    	at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
    	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
    	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
    	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    	at Reflection.main(Reflection.java:26)

    what do I need to edit or do to get this going, I know the server can definitely be used on the reflection

  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Exception in thread "main" java.lang.NoClassDefFoundError: client (wrong name: Client)
    I think it's safe to say that the Client class could not be reflected. It has probably been mangled or renamed.
    Ah we-a blaze the fyah, make it bun dem!

  3. #3
    bankisdank's Avatar
    Join Date
    Apr 2017
    Gender
    male
    Posts
    130
    Reputation
    10
    Thanks
    3
    Shoot me a PM I'd be happy to help you with this.

Similar Threads

  1. RSPS Reflection Cheat Client
    By WSewgwehgwehehhehe4 in forum Runescape Private Servers
    Replies: 37
    Last Post: 02-26-2018, 10:32 AM
  2. Rsps Reflection client help
    By dehzyne in forum Runescape Help
    Replies: 1
    Last Post: 09-15-2015, 07:24 PM
  3. [Help Request] Client Help
    By Wampwire in forum Minecraft Help
    Replies: 13
    Last Post: 07-01-2013, 02:58 AM
  4. [Help Request] MCP Hacked Client Help
    By blkjock in forum Minecraft Help
    Replies: 3
    Last Post: 06-22-2013, 04:58 AM
  5. [Help Request] Feed The Beast Client [Help Needed]
    By XEraden in forum Minecraft Help
    Replies: 2
    Last Post: 12-28-2012, 04:10 AM