Thread: 663 client

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 663 client 
    Registered Member
    Join Date
    Jul 2011
    Posts
    80
    Thanks given
    15
    Thanks received
    1
    Rep Power
    11
    When I compile I get error

    Code:
    src\Applet_Sub1.java:4: package jagex3.jagmisc does not exist
    import jagex3.jagmisc.jagmisc;
                         ^
    src\Class100_Sub3.java:4: package jagex3.jagmisc does not exist
    import jagex3.jagmisc.jagmisc;
                         ^
    src\Class166.java:4: package jagex3.jagmisc does not exist
    import jagex3.jagmisc.jagmisc;
                         ^
    src\Class30.java:6: package netscape.javascript does not exist
    import netscape.javascript.JSObject;
                              ^
    src\Applet_Sub1.java:194: cannot find symbol
    symbol  : variable jagmisc
    location: class Applet_Sub1
                    jagmisc.init();
                    ^
    src\Applet_Sub1.java:485: cannot find symbol
    symbol  : variable jagmisc
    location: class Applet_Sub1
                        jagmisc.quit();
                        ^
    src\Class100_Sub3.java:17: cannot find symbol
    symbol  : variable jagmisc
    location: class Class100_Sub3
                long l = jagmisc.nanoTime();
                         ^
    src\Class100_Sub3.java:92: cannot find symbol
    symbol  : variable jagmisc
    location: class Class100_Sub3
            aLong3883 = aLong3884 = jagmisc.nanoTime();
                                    ^
    src\Class166.java:303: cannot find symbol
    symbol  : variable jagmisc
    location: class Class166
                        i = jagmisc.ping(is[0], is[1], is[2], is[3], 1000L);
                            ^
    src\Class30.java:15: cannot find symbol
    symbol  : variable JSObject
    location: class Class30
                return JSObject.getWindow(arg0).call(arg2, null);
                       ^
    src\Class30.java:25: cannot find symbol
    symbol  : variable JSObject
    location: class Class30
                    JSObject.getWindow(arg2).eval(arg1);
                    ^
    src\Class30.java:36: cannot find symbol
    symbol  : variable JSObject
    location: class Class30
                return JSObject.getWindow(arg0).call(arg3, arg1);
                       ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    12 errors
    Trykk en tast for å fortsette...
    Reply With Quote  
     

  2. #2  
    Registered Member izaazkothawala's Avatar
    Join Date
    Aug 2011
    Age
    27
    Posts
    633
    Thanks given
    39
    Thanks received
    40
    Rep Power
    8
    which jdk are u using
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2011
    Posts
    80
    Thanks given
    15
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by izaazkothawala View Post
    which jdk are u using
    jdk1.6.0_24
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2011
    Posts
    80
    Thanks given
    15
    Thanks received
    1
    Rep Power
    11
    bump
    pls help
    Reply With Quote  
     

  5. #5  
    Registered Member
    IngeniousPentaSquid's Avatar
    Join Date
    Jun 2011
    Age
    28
    Posts
    993
    Thanks given
    47
    Thanks received
    140
    Rep Power
    79
    Because there isnt a bloody class in the package?
    ©®
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jul 2011
    Posts
    80
    Thanks given
    15
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by `Ansaf View Post
    Because there isnt a bloody class in the package?
    And how do I do that? LOL
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jul 2011
    Posts
    80
    Thanks given
    15
    Thanks received
    1
    Rep Power
    11
    Bump
    How do I do that?
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Feb 2010
    Posts
    715
    Thanks given
    133
    Thanks received
    378
    Rep Power
    550
    your missing some of the libs or didn't add them to your classpath
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jul 2011
    Posts
    80
    Thanks given
    15
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Vincent View Post
    your missing some of the libs or didn't add them to your classpath
    Ah thanks

    These are in my lib
    • Gluegen-rt.jar
    • jogl.jar


    This is my compiler

    Code:
    @echo off
    echo Compiling...
    "C:\Program Files\Java\jdk1.6.0_24\bin\javac" -cp lib/jogl.jar;lib/com.jar;lib/jogl.jar;lib/gluegen-rt.jar; -d bin src/*.java
    pause

    This is the error

    Code:
    Compiling...
    src\Applet_Sub1.java:4: package jagex3.jagmisc does not exist
    import jagex3.jagmisc.jagmisc;
                         ^
    src\Class100_Sub3.java:4: package jagex3.jagmisc does not exist
    import jagex3.jagmisc.jagmisc;
                         ^
    src\Class166.java:4: package jagex3.jagmisc does not exist
    import jagex3.jagmisc.jagmisc;
                         ^
    src\Class30.java:6: package netscape.javascript does not exist
    import netscape.javascript.JSObject;
                              ^
    src\Applet_Sub1.java:194: cannot find symbol
    symbol  : variable jagmisc
    location: class Applet_Sub1
                    jagmisc.init();
                    ^
    src\Applet_Sub1.java:485: cannot find symbol
    symbol  : variable jagmisc
    location: class Applet_Sub1
                        jagmisc.quit();
                        ^
    src\Class100_Sub3.java:17: cannot find symbol
    symbol  : variable jagmisc
    location: class Class100_Sub3
                long l = jagmisc.nanoTime();
                         ^
    src\Class100_Sub3.java:92: cannot find symbol
    symbol  : variable jagmisc
    location: class Class100_Sub3
            aLong3883 = aLong3884 = jagmisc.nanoTime();
                                    ^
    src\Class166.java:303: cannot find symbol
    symbol  : variable jagmisc
    location: class Class166
                        i = jagmisc.ping(is[0], is[1], is[2], is[3], 1000L);
                            ^
    src\Class30.java:15: cannot find symbol
    symbol  : variable JSObject
    location: class Class30
                return JSObject.getWindow(arg0).call(arg2, null);
                       ^
    src\Class30.java:25: cannot find symbol
    symbol  : variable JSObject
    location: class Class30
                    JSObject.getWindow(arg2).eval(arg1);
                    ^
    src\Class30.java:36: cannot find symbol
    symbol  : variable JSObject
    location: class Class30
                return JSObject.getWindow(arg0).call(arg3, arg1);
                       ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    12 errors
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jul 2011
    Posts
    80
    Thanks given
    15
    Thanks received
    1
    Rep Power
    11
    Bump
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. Replies: 4
    Last Post: 08-07-2011, 10:50 AM
  2. Replies: 5
    Last Post: 12-30-2010, 06:43 AM
  3. Replies: 14
    Last Post: 05-15-2010, 08:11 PM
  4. Replies: 3
    Last Post: 02-12-2010, 08:44 PM
  5. Replies: 14
    Last Post: 07-20-2009, 08:56 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
  •