Thread: Is there a bloody way to update compiler?

Results 1 to 6 of 6
  1. #1 Is there a bloody way to update compiler? 
    Registered Member

    Join Date
    Aug 2011
    Posts
    565
    Thanks given
    291
    Thanks received
    49
    Rep Power
    143
    Code:
    @echo off
    @title [%date% %time%] Build
    :compile
    mkdir bin
    echo [%date% %time%]: Compiling source code...
    java -jar libs/javac++.jar src libs bin
    echo [%date% %time%]: Done!
    pause
    I'm quite tired of getting 100+ warnings because it doens't like the `current version.'
    Reply With Quote  
     

  2. #2  
    0x2B | ~0x2B


    Impulser's Avatar
    Join Date
    Jul 2006
    Posts
    1,305
    Thanks given
    389
    Thanks received
    336
    Rep Power
    2751
    Download the latest version of java and then set your PATH variable to the new location.
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Aug 2011
    Posts
    565
    Thanks given
    291
    Thanks received
    49
    Rep Power
    143
    Quote Originally Posted by Impulser View Post
    Download the latest version of java and then set your PATH variable to the new location.
    Lolno
    Reply With Quote  
     

  4. #4  
    0x2B | ~0x2B


    Impulser's Avatar
    Join Date
    Jul 2006
    Posts
    1,305
    Thanks given
    389
    Thanks received
    336
    Rep Power
    2751
    Quote Originally Posted by Hidden Gamer View Post
    Lolno


    You asked how you can update your compiler, I told you how you can update your compiler, dumbass

    Perhaps you should move from using a compiler within a jar to using the actual java compiler. Your problem is most likley that the class files in the javac++ were compiled with a newer version of java.
    Reply With Quote  
     

  5. #5  
    Registered Member Nouish's Avatar
    Join Date
    Jun 2011
    Posts
    822
    Thanks given
    142
    Thanks received
    177
    Rep Power
    282
    Quote Originally Posted by Hidden Gamer View Post
    Lolno
    * Scribbles down 'Hidden Gamer' on the no-help list. *

    Seriously, when you ask for help....
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Aug 2011
    Posts
    565
    Thanks given
    291
    Thanks received
    49
    Rep Power
    143
    <ImplyingitnoworksoIlol
    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. Replies: 5
    Last Post: 12-28-2009, 10:58 AM
  2. Replies: 10
    Last Post: 05-04-2009, 01:43 AM
  3. Bloody-Pkz
    By Bloody-Pkz in forum The Red Carpet
    Replies: 1
    Last Post: 03-28-2009, 04:03 PM
  4. Replies: 2
    Last Post: 11-26-2008, 06:33 AM
  5. Compiler Fix For People With JDK 6 Update 3
    By Turbo in forum Configuration
    Replies: 9
    Last Post: 12-04-2007, 04:53 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •