Thread: Error trying to run (server and Client)

Results 1 to 3 of 3
  1. #1 Error trying to run (server and Client) 
    Registered Member
    Join Date
    Jun 2009
    Posts
    53
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    I am using creative scape, and when i click run it just says the path can not be specified.

    @echo off
    TITLE Run
    "C:\Program Files (x86)\Java\jdk1.6.0_20\bin\java.exe" -Xmx500m client highmem
    pause

    says that inside it and it still does not work, i changed the java and everything. i cant compile. run server client nothing. Please help me.
    Reply With Quote  
     

  2. #2  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    28
    Posts
    4,758
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    @echo off
    TITLE Run
    "C:\Program Files\Java\jdk1.6.0_20\bin\java.exe" -Xmx500m client highmem
    pause

    this looks like client but you dont have 64-bit computer obviously use this.

    and if this is the client i suggest

    @echo off
    TITLE Run
    start javaw -Xmx500m client highmem
    exit

    thats removes the cmd box
    Reply With Quote  
     

  3. #3  
    Registered Member Richie's Avatar
    Join Date
    Sep 2009
    Age
    25
    Posts
    791
    Thanks given
    81
    Thanks received
    18
    Rep Power
    6
    change jdk1.6.0_20 to your class path like mine is jdk1.6.0_19
    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
  •