Thread: WTF error.. help CLOSE

Results 1 to 6 of 6
  1. #1 WTF error.. help CLOSE 
    CorruptionPVP CODER
    Kronos's Avatar
    Join Date
    Aug 2011
    Posts
    850
    Thanks given
    148
    Thanks received
    32
    Rep Power
    128
    Code:
    Code:
    src\server\model\players\packets\Chat.java:4: cannot find symbol
    symbol  : class ReportHandler
    location: package server.model.players
    import server.model.players.ReportHandler;
                               ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    this is a dif error help plox im triying to add
    http://www.rune-server.org/runescape...ml#post2807772


    fixed delete/close thread
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Mar 2011
    Posts
    527
    Thanks given
    89
    Thanks received
    49
    Rep Power
    97
    All it's saying is that import server.model.players.content.GodBooks; isn't there, and if you added it there, move it to a directory that you know gets compiled or compile it with this.

    Code:
    @echo off
    title Compiling
    "C:\Program Files\Java\jdk1.#.#_##\bin\javac.exe" -cp src\server\model\players\content\ *.java
    pause
    and remember to switch the 1.#.#_## to your current Java version.

    Hope it helps.
    sweet
    Reply With Quote  
     

  3. #3  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    Quote Originally Posted by 'TheKenny View Post
    All it's saying is that import server.model.players.content.GodBooks; isn't there, and if you added it there, move it to a directory that you know gets compiled or compile it with this.

    Code:
    @echo off
    title Compiling
    "C:\Program Files\Java\jdk1.#.#_##\bin\javac.exe" -cp src\server\model\players\content\ *.java
    pause
    and remember to switch the 1.#.#_## to your current Java version.

    Hope it helps.
    bad idea he just needs to add that package not change his whole compiler. and he needs to make sure that class is in that package and has that package declaration
    Reply With Quote  
     

  4. #4  
    CorruptionPVP CODER
    Kronos's Avatar
    Join Date
    Aug 2011
    Posts
    850
    Thanks given
    148
    Thanks received
    32
    Rep Power
    128
    got new error help please
    Reply With Quote  
     

  5. #5  
    CorruptionPVP CODER
    Kronos's Avatar
    Join Date
    Aug 2011
    Posts
    850
    Thanks given
    148
    Thanks received
    32
    Rep Power
    128
    new error help plz. i updated
    Reply With Quote  
     

  6. #6  
    CorruptionPVP CODER
    Kronos's Avatar
    Join Date
    Aug 2011
    Posts
    850
    Thanks given
    148
    Thanks received
    32
    Rep Power
    128
    nvm close instantly!!
    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. [pi] wtf is this error [pi]
    By Aymen in forum Help
    Replies: 5
    Last Post: 10-05-2011, 06:16 AM
  2. Wtf error.
    By Charlie in forum Help
    Replies: 3
    Last Post: 06-23-2011, 09:59 AM
  3. Wtf error?
    By rudeboijaz7 in forum Help
    Replies: 0
    Last Post: 10-18-2010, 06:52 PM
  4. Wtf error is this
    By Akeid in forum Help
    Replies: 2
    Last Post: 12-16-2009, 04:08 AM
  5. wtf error
    By Enjoi in forum Help
    Replies: 0
    Last Post: 01-24-2009, 01:50 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
  •