Jump to content
Changes to the Jaspersoft community edition download ×

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


btodem_1

Recommended Posts

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();}[/code]

 

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

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...