Thread: Compiler help?

Results 1 to 6 of 6
  1. #1 Compiler help? 
    Registered Member
    Etnies's Avatar
    Join Date
    Nov 2007
    Age
    28
    Posts
    710
    Thanks given
    11
    Thanks received
    30
    Rep Power
    118
    I am running a 64bit computer/vps and i need a compiler for the server and client

    Thanks.
    ~Etnies

    Edit: easy rep.
    -Removed
    Reply With Quote  
     

  2. #2  
    Tariq
    Guest
    use the search bar....you will find it.
    Reply With Quote  
     

  3. #3  
    STOP TRYING TO BE ME.

    Mint's Avatar
    Join Date
    Aug 2006
    Age
    29
    Posts
    3,136
    Thanks given
    9
    Thanks received
    758
    Rep Power
    2711
    Change to 32 bit OS.
    ​I need a new signature.
    Reply With Quote  
     

  4. #4  
    Registered Member Andrew's Avatar
    Join Date
    Nov 2008
    Posts
    2,890
    Thanks given
    612
    Thanks received
    207
    Rep Power
    551
    i realsed in snippet section for client .... on clietn development jeeze

    here
    for client
    Code:
    @echo off 
    "C:/Program files (x86)/java/jre6/bin/java.exe" -Xmx500m -cp .;Theme.jar Gui 
    pause
    Reply With Quote  
     

  5. #5  
    Registered Member
    Etnies's Avatar
    Join Date
    Nov 2007
    Age
    28
    Posts
    710
    Thanks given
    11
    Thanks received
    30
    Rep Power
    118
    Quote Originally Posted by Andrewert View Post
    i realsed in snippet section for client .... on clietn development jeeze

    here
    for client
    Code:
    @echo off 
    "C:/Program files (x86)/java/jre6/bin/java.exe" -Xmx500m -cp .;Theme.jar Gui 
    pause
    i get an error?
    Code:
    Exception in thread "main" java.lang.NoClassDefFoundError: Gui
    Caused by: java.lang.ClassNotFoundException: Gui
            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: Gui.  Program will exit.
    Press any key to continue . . .
    ~Etnies
    -Removed
    Reply With Quote  
     

  6. #6  
    Registered Member Andrew's Avatar
    Join Date
    Nov 2008
    Posts
    2,890
    Thanks given
    612
    Thanks received
    207
    Rep Power
    551
    change gui to client? its loading from gui...
    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. [Compiler] My Very Simple Compiler :)
    By xx Promises xx in forum Snippets
    Replies: 6
    Last Post: 01-20-2010, 10:42 AM
  2. 554 Compiler.
    By ThatDarkMatter in forum Help
    Replies: 1
    Last Post: 09-22-2009, 12:42 AM
  3. Compiler fix
    By Inv4lid™ in forum Tutorials
    Replies: 17
    Last Post: 05-26-2009, 02:36 PM
  4. Compiler
    By Slayerz Killz in forum Help
    Replies: 2
    Last Post: 05-22-2009, 09:48 PM
  5. Compiler Fix!
    By Adimral Slee in forum RuneScape Underground
    Replies: 2
    Last Post: 05-19-2009, 04:17 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •