Thread: Compile - 317

Results 1 to 6 of 6
  1. #1 Compile - 317 
    Banned
    Join Date
    Apr 2010
    Posts
    19
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    i need help with this please.....whenever i click compile.bat it says this

    Code:
    Note: EconomyReset.java uses or overrides deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    Press any key to continue . . .
    when i right click on it and click edit this is the text

    Code:
    @echo off
    title Galkons Compiler
    cd source
    "C:\Program Files (x86)\Java\jdk1.6.0_18\bin\javac.exe" -cp . *.java
    pause
    it was this

    Code:
    @echo off
    title Galkons Compiler
    cd source
    "C:\sun\sdk\jdk\bin\javac.exe" -cp . *.java
    pause
    but when i click compile it did this ( i have no sun folder anywhere )

    Code:
    The system cannot find the path specified.
    The system cannot find the path specified
    Press any key to continue . . .
    i use Windows 7 Home Premium 64-Bit
    im using syscape source and client
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jan 2008
    Posts
    1,328
    Thanks given
    14
    Thanks received
    19
    Rep Power
    416
    Note: EconomyReset.java uses or overrides deprecated API.
    Note: Recompile with -Xlinteprecation for details.
    Press any key to continue . . .
    It doesn't really mean anything, It still compiles fine.
    Reply With Quote  
     

  3. #3  
    Super Donator

    Join Date
    Oct 2008
    Posts
    328
    Thanks given
    34
    Thanks received
    20
    Rep Power
    66
    Just delete EconomyReset.java, and it'll just say "Press any key to continue...", it says that, because EconomyReset has nothing to do with any of the others.
    Reply With Quote  
     

  4. #4  
    Registered Member
    PSNB's Avatar
    Join Date
    Aug 2009
    Posts
    885
    Thanks given
    8
    Thanks received
    103
    Rep Power
    590
    Quote Originally Posted by M,i,K,e_ View Post
    Just delete EconomyReset.java, and it'll just say "Press any key to continue...", it says that, because EconomyReset has nothing to do with any of the others.
    WOW you have absolutely no clue what the hell you're talking about. If you don't know what you're talking about, don't post a comment trying to explain what the problem is.

    Deprecated API means that it uses methods that no longer advised for use by the current version of the Java Development Kit you're using.

    It doesn't really have any effect on the program, it's just advising you to change the methods that you're using to something else.
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Apr 2010
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    looks like mine
    Reply With Quote  
     

  6. #6  
    Super Donator

    Join Date
    Oct 2008
    Posts
    328
    Thanks given
    34
    Thanks received
    20
    Rep Power
    66
    Quote Originally Posted by PSNB View Post
    WOW you have absolutely no clue what the hell you're talking about. If you don't know what you're talking about, don't post a comment trying to explain what the problem is.

    Deprecated API means that it uses methods that no longer advised for use by the current version of the Java Development Kit you're using.

    It doesn't really have any effect on the program, it's just advising you to change the methods that you're using to something else.
    I have JDK 7, and I only get those messages when I have classes that aren't linked to anything else.
    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
  •