Search:

Type: Posts; User: joelpub

Search: Search took 0.11 seconds.

  1. Re: Main.java expects Person.java behavior to work. How can I solve this?

    I have created a Person.java file in the exact path (br.xxx.unitOne.exOne.lib.Person), the compiler finds it. But I don't know what to put inside Person.java to make Main.java work.

    For exemple,...
  2. Re: Main.java expects Person.java behavior to work. How can I solve this?

    Exception in thread "main" java.lang.Error: Unresolved compilation problems:
    Person cannot be resolved to a type
    Person cannot be resolved to a type

    at...
  3. Main.java expects Person.java behavior to work. How can I solve this?

    Good afternoon, everybody. The Main class expects the Person class to have a specific behavior, so it will only work if I implement that behavior. What should I put in the Person.java file to make...
Results 1 to 3 of 3