Thread: Client won't open.

Results 1 to 5 of 5
  1. #1 Client won't open. 
    Banned
    Join Date
    Jan 2013
    Posts
    59
    Thanks given
    25
    Thanks received
    3
    Rep Power
    0
    The CMD prompt will show up for a second and will disappear
    I have the newest Java jdk jre.


    [SPOIL]@echo off
    Title Client
    cd ./bin/
    "C:\Program Files (x86)\Java\jdk1.7.0_25\bin\java.exe" -Xmx1000m client 30 0 lowmem members 32
    exit[/SPOIL]

    That's what my code looks like.
    Someone said I would have to make a client path but I don't know how to I haven't seen any tutorials explaining this.
    Reply With Quote  
     

  2. #2  
    Middle Finger is Here


    Join Date
    Feb 2012
    Age
    31
    Posts
    2,546
    Thanks given
    377
    Thanks received
    502
    Rep Power
    162
    Code:
    @echo off
    title Client
    "C:/Program Files (x86)/Java/Jre7/bin/java.exe" -Xmx300m Jframe 10 0 highmem members 32
    pause
    test that.
    Hi
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Jan 2013
    Posts
    59
    Thanks given
    25
    Thanks received
    3
    Rep Power
    0
    Quote Originally Posted by Braveyy View Post
    Code:
    @echo off
    title Client
    "C:/Program Files (x86)/Java/Jre7/bin/java.exe" -Xmx300m Jframe 10 0 highmem members 32
    pause
    test that.
    Error: Could not find or load main class Jframe
    Press any key to continue . . .


    That's the error I recieved.
    Reply With Quote  
     

  4. #4  
    Registered Member
    TheChosenOne's Avatar
    Join Date
    Jan 2013
    Posts
    967
    Thanks given
    47
    Thanks received
    161
    Rep Power
    366
    You'll probably need to set your classpath.
    How (in terms of folders) is the run.bat related to the Jframe.class?
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Jan 2013
    Posts
    59
    Thanks given
    25
    Thanks received
    3
    Rep Power
    0
    Quote Originally Posted by TheChosenOne View Post
    You'll probably need to set your classpath.
    How (in terms of folders) is the run.bat related to the Jframe.class?
    I don't know how to set up the run.bat to find the Jframe.class but it is in this folder
    C:\Users\name\Desktop\RuneStrand Client\RuneStrand Client\src


    [spoiler]
    This is my run.bat atm
    @echo off
    title Client
    "C:/Program Files (x86)/Java/Jre7/bin/java.exe" -Xmx300m Jframe 10 0 highmem

    members 32
    pause
    [/spoiler]

    We can get on skype/teamviewer for a quicker way to communicate.

    Zyzzinspiration is my skype.
    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. Client won't open browsers
    By sky skunk in forum Help
    Replies: 2
    Last Post: 07-31-2012, 01:50 PM
  2. Jaring client won't open
    By firecapez in forum Help
    Replies: 9
    Last Post: 05-13-2012, 07:41 AM
  3. Client won't open
    By turmoil-pk in forum Help
    Replies: 4
    Last Post: 07-25-2011, 01:36 AM
  4. Window's 7 client won't open.
    By CusYaBasic in forum Help
    Replies: 2
    Last Post: 04-18-2011, 05:00 PM
  5. Help, client won't open on other computers! [317]
    By OwnageV3Server in forum Help
    Replies: 0
    Last Post: 03-16-2011, 04:54 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
  •