...Footer cannot be resolved to a type Error by using getter

public class Druck{
 
     private Header  header;
 
     private Footer  footer;
 
    getter() and Setter();
 
}
 
public class Header
{
   String uservorname;
   String name;
   getter() and Setter();
}
public class Footer {
   String Version
   String  Melder;
  getter() and Setter();
}

I have inserted all the classes in a .jar in my program and try to access the data with a getter like these: §F{footer}.getVersion(). and each time I get the same error: ...Footer cannot be resolved to a type. can you please helper or give me a indication ?? Thanks

btodem_1's picture
Joined: Aug 19 2021 - 5:06am
Last seen: 1 year 8 months ago

0 Answers:

No answers yet
Feedback
randomness