netbeans static method problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David A. Osborn

    #1

    netbeans static method problem

    I'm current working in a project in netbeans called mail that has two files
    that I have written mail.java and eProfiles.java. I can't seem to utilize
    the functions in the eProfiles.java class in the mail.java class. How do I
    include eProfiles.java in mail.java? Where ever I try to create a object of
    the eProfile class in mail I get cannot resolve symbol. I've tried putting
    import eProfile.*; which doesn't seem to work.



Working...