Thread: [PI] My Client COMPILER is ***ed up

Results 1 to 4 of 4
  1. #1 [PI] My Client COMPILER is ***ed up 
    Registered Member
    Join Date
    Mar 2009
    Posts
    40
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    My direction to java is:

    C:\Program Files(x86)\Java\jdk1.6.0_23\
    C:\Program Files(x86)\Java\jre6\

    This is my Compiler

    Code:
    @echo off
    if exist "%Program Files(x86)%\Java" (call :compile "%Program Files(x86)%\Java\") else (goto error)
    :compile
    for /D %%x in ("%~1jdk*") do (set p="%%~x\bin\javac.exe")
    if defined p (%p% -cp . *.java)
    if defined p (goto end)
    :error
    echo You do not have Java installed. Please download it at the site that is about to load.
    "%programfiles%\Internet Explorer\iexplore.exe" http://java.sun.com/javase/downloads/index.jsp
    :end
    echo Finished!
    pause
    exit
    And when i Compile i GET THIS:

    Code:
    You do not have Java installed. Please download it at the site that is about to
    load.
    Whats wrong?
    Reply With Quote  
     

  2. #2  
    arrowzftw
    Guest
    Learn to understand english:

    Code:
    You do not have Java installed. Please download it at the site that is about to
    load.
    Or your java path is wrong.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2011
    Posts
    60
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    yeah try redownloading jdk just to be sure
    Reply With Quote  
     

  4. #4  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    25
    Posts
    4,142
    Thanks given
    1,079
    Thanks received
    1,137
    Discord
    View profile
    Rep Power
    5000
    Use eclipse.
    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. 562 client bin compiler
    By 20 d3f in forum Requests
    Replies: 0
    Last Post: 01-29-2010, 03:29 PM
  2. Client compiler [508]
    By Xot Tzox in forum Help
    Replies: 0
    Last Post: 07-26-2009, 11:07 AM
  3. [508] Client Compiler?
    By Noosy in forum RS 503+ Client & Server
    Replies: 5
    Last Post: 09-08-2008, 01:59 AM
  4. Client Compiler
    By light dark in forum Tutorials
    Replies: 0
    Last Post: 02-20-2008, 08:50 PM
  5. New all in 1 client compiler!
    By $Pablo$ in forum Tutorials
    Replies: 28
    Last Post: 12-16-2007, 12: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
  •