Thread: [-Error, Again-] "Main Class Not Found", ffs, on every client..?

Results 1 to 6 of 6
  1. #1 [-Error, Again-] "Main Class Not Found", ffs, on every client..? 
    Registered Member
    Join Date
    Oct 2010
    Posts
    110
    Thanks given
    57
    Thanks received
    9
    Rep Power
    35
    This error, refuses to go away.
    I cannot seem to fix this error; an error placed on a previous topic worked, however, this time it simply will not fix and I cannot seem to understand why.

    I've made several different batch files, they just don't seem to work. First, a displace picture on how the client folders and batch files are layed out:


    Now, here is the code in all my .bat files:
    "Run Wind7"
    Code:
    @echo off
    title Client
    cd ./Class/
    "C:\Program Files\Java\jre6\bin\java.exe" -Xmx500m Gui 30 0 lowmem members 32
    pause
    "Run"
    Code:
    @echo off
    Title Client
    cd ./Class/
    START java -Xmx512m Gui 30 0 lowmem members 32
    exit
    "64-Bit Run" (not for my operating system, but here is the code anyways.)
    Code:
    @echo off
    Title Client
    cd ./Class/
    "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xmx500m Gui 30 0 lowmem members 32
    exit
    The Error in the Batch File, when I run it!


    None of them make the client run, ffs. I understand that it cannot find the main class, and all of that. I've tried moving the batch files into both folders and than running, still nothing. It does this for every single client, except clients past the 500+ revision. Again, rep++ will be given aswell as thanks.
    Quote Originally Posted by Faris View Post
    Jesus christ, PI was that bad? Was it a decent version you test on? or one of the generic PI loaded with crap..?
    It was probably your "generic PI" loaded with crap..
    Reply With Quote  
     

  2. #2  
    Highly Regarded Member

    Lenin's Avatar
    Join Date
    Nov 2008
    Age
    26
    Posts
    1,885
    Thanks given
    526
    Thanks received
    218
    Rep Power
    2434
    remove the Gui in the run command or add the class file for the Gui you can get it from any standard PI download
    Extreme Donator

    "It ain't what you don't know that gets you into trouble. It's what you know for sure that just ain't so."
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2010
    Posts
    110
    Thanks given
    57
    Thanks received
    9
    Rep Power
    35
    Quote Originally Posted by Lenin View Post
    remove the Gui in the run command or add the class file for the Gui you can get it from any standard PI download
    The class file Gui is already in the client.. It's the Main class.
    Quote Originally Posted by Faris View Post
    Jesus christ, PI was that bad? Was it a decent version you test on? or one of the generic PI loaded with crap..?
    It was probably your "generic PI" loaded with crap..
    Reply With Quote  
     

  4. #4  
    Registered Member Mikey's Avatar
    Join Date
    Apr 2011
    Posts
    751
    Thanks given
    570
    Thanks received
    32
    Rep Power
    40
    try changing "lowmem" to "highmem" ?
    It has to match your GUI (I'm sure because my friend fucked his up used his own and it wouldnt work )

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Dec 2007
    Age
    27
    Posts
    1,987
    Thanks given
    257
    Thanks received
    326
    Rep Power
    0
    compile it first =.=
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Oct 2010
    Posts
    110
    Thanks given
    57
    Thanks received
    9
    Rep Power
    35
    Quote Originally Posted by Clienthax View Post
    compile it first =.=
    I tried that, I'm not a dumb ass.

    I downloaded the Rs2-server #474 Hyperion release; source runs fine, however, when I run the client I get the same error.

    Quote Originally Posted by Faris View Post
    Jesus christ, PI was that bad? Was it a decent version you test on? or one of the generic PI loaded with crap..?
    It was probably your "generic PI" loaded with crap..
    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

Similar Threads

  1. Replies: 13
    Last Post: 07-16-2010, 05:26 AM
  2. Replies: 1
    Last Post: 06-28-2010, 08:18 PM
  3. Replies: 1
    Last Post: 06-13-2010, 11:16 AM
  4. Replies: 2
    Last Post: 12-17-2009, 08:22 AM
  5. Exception in thread "main" error
    By Asmo in forum Help
    Replies: 3
    Last Post: 10-01-2009, 11:47 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •