Thread: client help rep++

Results 1 to 3 of 3
  1. #1 client help rep++ 
    Banned
    Join Date
    Feb 2010
    Posts
    17
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    need help:
    Code:
    @echo off
    Start javaw -Xmx500m -cp .;Theme.jar Gui
    exit
    thats my client thing, it has the cmd come up them disappears, nothing comes up

    Help plz will rep.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jun 2008
    Age
    27
    Posts
    2,312
    Thanks given
    485
    Thanks received
    231
    Rep Power
    0
    @echo off
    java -Xmx500m -cp .;Theme.jar Gui
    pause
    Reply With Quote  
     

  3. #3  
    Registered Member Silentone's Avatar
    Join Date
    Sep 2006
    Age
    33
    Posts
    139
    Thanks given
    0
    Thanks received
    1
    Rep Power
    44
    For one your using javaw which its function is to run it in the background without the requirement from the command prompt.

    So use "java"
    Have a look at my project here
    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
  •