Search:

Type: Posts; User: ayuda96

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,694

    Re: Symbol not found error

    Thank you for your response, it is appreciated.
    I have a further problem.


    import java.util.*;



    public class Employee2 {
    //Varibales
  2. Replies
    5
    Views
    1,694

    Re: Symbol not found error

    now I'm gettinga null pointer at line 53 (typeH = "salaried";)


    import java.util.*;



    public class Employee2 {
    //Varibales
    private static double salary, rate, hours, weeklyPay = 0;
  3. Replies
    5
    Views
    1,694

    Symbol not found error

    Hello, When I execute my code, it comes up with this error.


    symbol : variable type
    location: class Employee2
    return type;
    ^
    \\puma\home\\Employee2.java:53: cannot find symbol...
  4. Replies
    4
    Views
    1,932

    Re: java.lang.NoClassDefFoundError exception

    Still have problem. USing Eclipse IDE
  5. Replies
    4
    Views
    1,932

    java.lang.NoClassDefFoundError exception

    Hello. I'm having some issues with my code. When I try to execute it, it gives this exception:

    Exception in thread "main" java.lang.NoClassDefFoundError: Employee
    Caused by:...
Results 1 to 5 of 5