Thread: Node.java problem

Results 1 to 4 of 4
  1. #1 Node.java problem 
    Registered Member Dafuto Kami's Avatar
    Join Date
    Dec 2010
    Age
    28
    Posts
    191
    Thanks given
    83
    Thanks received
    14
    Rep Power
    44
    I dont understand what is wrong with this :/

    Code:
     Node.java:5: error while writing Node: Node.class (Access is denied)
    public class Node {
           ^
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    It happens every time when i try to compile.
    Attached image
    Reply With Quote  
     

  2. #2 .. 
    Banned

    Join Date
    May 2011
    Posts
    1,238
    Thanks given
    193
    Thanks received
    267
    Rep Power
    0
    It may be if the file is 'hidden' then it cant be read by the compiler.
    Reply With Quote  
     

  3. #3  
    Registered Member Dafuto Kami's Avatar
    Join Date
    Dec 2010
    Age
    28
    Posts
    191
    Thanks given
    83
    Thanks received
    14
    Rep Power
    44
    Thank you i think the problem is in node.class repped
    Attached image
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    May 2011
    Posts
    1,238
    Thanks given
    193
    Thanks received
    267
    Rep Power
    0
    Your welcome..
    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. Rsbuddy node/connection issue
    By Jesse in forum Spam
    Replies: 9
    Last Post: 06-07-2011, 10:03 PM
  2. [562] Java problem.
    By Kairow in forum Help
    Replies: 2
    Last Post: 01-15-2011, 05:32 AM
  3. Node List Implementation
    By Colby in forum Application Development
    Replies: 30
    Last Post: 02-03-2010, 12:51 AM
  4. Java problem
    By Dragonkin in forum Software
    Replies: 1
    Last Post: 11-17-2009, 02:46 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
  •