Search:

Type: Posts; User: andreas90

Search: Search took 0.11 seconds.

  1. Re: Please! Help me to this error "ERROR CANNOT FIND SYMBOL"

    For example:


    package tv; // this means the class is inside the tv package (you give it the name you want)

    public class TV{
    .....
    }
    If you are using packaging, then both of your classes...
  2. Re: Please! Help me to this error "ERROR CANNOT FIND SYMBOL"

    Is the TV class in a package?
  3. Re: Please! Help me to this error "ERROR CANNOT FIND SYMBOL"

    Where is the TV class definition? It should be in the same folder with TVTest.
  4. Re: Please! Help me to this error "ERROR CANNOT FIND SYMBOL"

    Hello mharck!
    The error message you get is pretty clear, the compiler cannot find the TV class. Where is the TV definition? Is it in another package than the TestTV?
Results 1 to 4 of 4