Thread: I need a Compiler

Results 1 to 6 of 6
  1. #1 I need a Compiler 
    Registered Member
    Join Date
    May 2008
    Posts
    20
    Thanks given
    0
    Thanks received
    0
    Rep Power
    6
    Hello, hopefully some of you more advanced coders can help me with the tsimple task of getting a compiler. Here is some of my info:

    Vendor: Sun Microsystems Inc.
    Version: Java 6 Update 17
    Operating System:
    Windows Vista 6.0
    Architecture: x86

    This is what it tells me after I tesed my Java.

    I don't think you need any more information,

    Thanks for all those who aid me
    ~Burns~
     

  2. #2  
    Renown Programmer
    Method's Avatar
    Join Date
    Feb 2009
    Posts
    1,455
    Thanks given
    0
    Thanks received
    845
    Rep Power
    3019
    You should look into trying javac sometime.
    :-)
     

  3. #3  
    wales 00
    Guest
    Next time, use the search button for assistence.

    Code:
    @echo off
    title Compiling
    @echo The server files are being compiled.
    
    "C:\Program Files\Java\jdk1.6.0_17\bin\javac.exe" -cp . *.java
    pause
     

  4. #4  
    Registered Member The Turk's Avatar
    Join Date
    Nov 2009
    Posts
    295
    Thanks given
    0
    Thanks received
    0
    Rep Power
    50
    i cant believe we have people asking this ... its easy , but i suppose if youve never made one before ... gl programming dude
     

  5. #5  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    javac *.java
    pause
     

  6. #6  
    Banned

    Join Date
    Jan 2007
    Age
    30
    Posts
    4,417
    Thanks given
    3
    Thanks received
    105
    Rep Power
    0
    Quote Originally Posted by wales 00 View Post
    Next time, use the search button for assistence.

    Code:
    @echo off
    title Compiling
    @echo The server files are being compiled.
    
    "C:\Program Files\Java\jdk1.6.0_17\bin\javac.exe" -cp . *.java
    pause
    Solved, closed...Also if it says path cannot be found, look at the tutorial on environmental variables which can be found in the tutorial section.
     


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
  •