Thread: Help rep? mmkay

Results 1 to 6 of 6
  1. #1 Help rep? mmkay 
    Banned
    Join Date
    Feb 2009
    Age
    29
    Posts
    273
    Thanks given
    4
    Thanks received
    4
    Rep Power
    0
    Here's the error.

    Gui.java:712: <identifier> expected
    new Xml.(findcachedir() + "Files/all_IDs/Items.xml");
    ^
    Gui.java:715: <identifier> expected
    new Xml.("Files/all_IDs/Items.xml");
    ^
    Gui.java:723: <identifier> expected
    new Xml.(findcachedir() + "Files/all_IDs/NPCs.xml");
    ^
    Gui.java:726: <identifier> expected
    new Xml.("Files/all_IDs/NPCs.xml");
    ^
    Gui.java:734: <identifier> expected
    new Xml.(findcachedir() + "Files/all_IDs/NewItems.xml");
    ^
    Gui.java:737: <identifier> expected
    new Xml.("/Files//all_IDs/NewItems.xml");
    ^
    Gui.java:745: <identifier> expected
    new Xml.(findcachedir() + "Files/all_IDs/Objects.xml");
    ^
    Gui.java:748: <identifier> expected
    new Xml.("Files/all_IDs/Objects.xml");
    ^
    Reply With Quote  
     

  2. #2  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    Post the whole block of code.
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Feb 2009
    Age
    29
    Posts
    273
    Thanks given
    4
    Thanks received
    4
    Rep Power
    0
    Reply With Quote  
     

  4. #4  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    Xml.("Files/all_IDs/Objects.xml");
    to
    Xml("Files/all_IDs/Objects.xml");
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Feb 2009
    Age
    29
    Posts
    273
    Thanks given
    4
    Thanks received
    4
    Rep Power
    0
    Gui.java:236: anonymous class implements interface; cannot have arguments
    localJFileChooser1.addActionListener(new ActionListener(localJFileChoos
    , localBufferedImage2, (JDialog)localObject)
    ^
    Gui.java:243: cannot find symbol
    symbol: variable val$fileChooser
    File localFile = this.val$fileChooser.getSelectedFile();
    ^
    Gui.java:254: cannot find symbol
    symbol: variable val$si
    ImageIO.write(this.val$si, "png", localFile);
    ^
    Gui.java:260: cannot find symbol
    symbol: variable val$fileDialog
    this.val$fileDialog.dispose();
    ^
    Gui.java:264: cannot find symbol
    symbol: variable val$fileDialog
    this.val$fileDialog.dispose();
    ^
    Gui.java:433: method115(byte) in client cannot be applied to (int)
    method115(8);
    ^
    Gui.java:439: method138(byte) in client cannot be applied to (int)
    method138(77);
    ^
    Gui.java:679: method115(byte) in client cannot be applied to (int)
    method115(8);
    ^
    Gui.java:684: method138(byte) in client cannot be applied to (int)
    method138(77);
    ^
    Gui.java:712: cannot find symbol
    symbol : class Xml
    location: class Gui
    new Xml(findcachedir() + "Files/all_IDs/Items.xml");
    ^
    Gui.java:715: cannot find symbol
    symbol : class Xml
    location: class Gui
    new Xml("Files/all_IDs/Items.xml");
    ^
    Gui.java:723: cannot find symbol
    symbol : class Xml
    location: class Gui
    new Xml(findcachedir() + "Files/all_IDs/NPCs.xml");
    ^
    Gui.java:726: cannot find symbol
    symbol : class Xml
    location: class Gui
    new Xml("Files/all_IDs/NPCs.xml");
    ^
    Gui.java:734: cannot find symbol
    symbol : class Xml
    location: class Gui
    new Xml(findcachedir() + "Files/all_IDs/NewItems.xml");
    ^
    Gui.java:737: cannot find symbol
    symbol : class Xml
    location: class Gui
    new Xml("/Files//all_IDs/NewItems.xml");
    ^
    Gui.java:745: cannot find symbol
    symbol : class Xml
    location: class Gui
    new Xml(findcachedir() + "Files/all_IDs/Objects.xml");
    ^
    Gui.java:748: cannot find symbol
    symbol : class Xml
    location: class Gui
    new Xml("Files/all_IDs/Objects.xml");
    ^


    That's what the error looks like now.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    What's that even from? Just write your own.. :/

    (If you ripped it (I think you did) then you did a poor job at it..)
    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
  •