Thread: citellum 718 2 errors in compiler

Results 1 to 5 of 5
  1. #1 citellum 718 2 errors in compiler 
    Banned
    Join Date
    Mar 2013
    Posts
    38
    Thanks given
    6
    Thanks received
    0
    Rep Power
    0
    What does this mean??? What do I fix??


    Code:
    starting...
    src\Class466.java:5: error: duplicate class: netscape.javascript.Class466
    public  class Class466 {
            ^
    src\Class52_Sub1.java:37: error: cannot access Class466
                                            Class466.method6020(ClientScriptMap.anAp
    plet6044, new StringBuilder().append("document.cookie=\"").append(string_1_).app
    end("\"").toString(), -1921482054);
                                            ^
      bad source file: src\Class466.java
        file does not contain class Class466
        Please remove or make sure it appears in the correct subdirectory of the sou
    rcepath.
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    2 errors
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Member
    Join Date
    May 2013
    Posts
    14
    Thanks given
    2
    Thanks received
    1
    Rep Power
    0
    Quote Originally Posted by kikkok View Post
    What does this mean??? What do I fix??


    Code:
    starting...
    src\Class466.java:5: error: duplicate class: netscape.javascript.Class466
    public  class Class466 {
            ^
    src\Class52_Sub1.java:37: error: cannot access Class466
                                            Class466.method6020(ClientScriptMap.anAp
    plet6044, new StringBuilder().append("document.cookie=\"").append(string_1_).app
    end("\"").toString(), -1921482054);
                                            ^
      bad source file: src\Class466.java
        file does not contain class Class466
        Please remove or make sure it appears in the correct subdirectory of the sou
    rcepath.
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    2 errors
    Press any key to continue . . .
    Well, read carefully through your errors.
    Obviously the first one says "duplicate class: netscape.javascript.Class466" which means you have a duplicate of "netscape.javascript.Class466". So delete one then recompile.
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Mar 2013
    Posts
    38
    Thanks given
    6
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Applelicious View Post
    Well, read carefully through your errors.
    Obviously the first one says "duplicate class: netscape.javascript.Class466" which means you have a duplicate of "netscape.javascript.Class466". So delete one then recompile.
    Where the fuck is the duplicate in here?

    Code:
    package netscape.javascript;
    
    import java.applet.Applet;
    
    public  class Class466 {
    	public static void method6020(Applet applet, String string, int i) throws Throwable {
    		try {
    			JSObject.getWindow(applet).eval(string);
    		} catch (RuntimeException runtimeexception) {
    			throw Class346.method4175(runtimeexception, new StringBuilder().append("tf.a(").append(')').toString());
    		}
    	}
    
    	public static Object method6021(Applet applet, String string, short i) throws Throwable {
    		try {
    			return JSObject.getWindow(applet).call(string, null);
    		} catch (RuntimeException runtimeexception) {
    			throw Class346.method4175(runtimeexception, new StringBuilder().append("tf.f(").append(')').toString());
    		}
    	}
    
    	public static Object method6022(Applet applet, String string, Object[] objects, byte i) throws Throwable {
    		try {
    			return JSObject.getWindow(applet).call(string, objects);
    		} catch (RuntimeException runtimeexception) {
    			throw Class346.method4175(runtimeexception, new StringBuilder().append("tf.b(").append(')').toString());
    		}
    	}
    
    	Class466() throws Throwable {
    		throw new Error();
    	}
    }
    Reply With Quote  
     

  4. #4  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by kikkok View Post
    Noone..?
    go to 503+ help. this is the rs2 section.
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Mar 2013
    Posts
    38
    Thanks given
    6
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Karma_K View Post
    go to 503+ help. this is the rs2 section.
    O sorry
    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. citellum 718 2 errors in compiler
    By kikkok in forum Help
    Replies: 3
    Last Post: 05-20-2013, 10:46 PM
  2. Replies: 10
    Last Post: 06-03-2012, 04:52 AM
  3. Error in compiler: illegal start of expression
    By Kylee123456 in forum Help
    Replies: 3
    Last Post: 03-08-2012, 12:09 PM
  4. error in compile
    By mr.czar in forum Help
    Replies: 0
    Last Post: 10-28-2011, 11:49 PM
  5. Error in Compiling (EventManager)
    By Xynasty in forum Help
    Replies: 0
    Last Post: 03-04-2011, 02:02 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
  •