Thread: Need help running a Rsps

Results 1 to 4 of 4
  1. #1 Need help running a Rsps 
    Registered Member
    Join Date
    Aug 2010
    Posts
    20
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    When I click RUN i get this message

    I can't run my client

    Runbatch :

    @echo off
    title DarkWolfScape Client
    java -Xmx300m Jframe 10 0 highmem members 32
    pause

    Error I get


    Exception in thread "main" java.lang.NoClassDefFoundError: Jframe
    Caused by: java.lang.ClassNotFoundException: Jframe
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    Could not find the main class: Jframe. Program will exit.
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Member Need help running a Rsps Market Banned


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    35
    Posts
    12,574
    Thanks given
    199
    Thanks received
    7,106
    Rep Power
    5000
    Does your client have a Jframe class,,?

    Attached imageAttached image
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Oct 2009
    Age
    28
    Posts
    1,579
    Thanks given
    4
    Thanks received
    23
    Rep Power
    0
    Try

    Code:
    @echo off
    title DarkWolfScape Client
    java -Xmx300m client 10 0 highmem members 32
    pause
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Aug 2010
    Posts
    20
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    That's exactly what it's set at?
    Luke, yes it does
    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
  •