Why does it say package does not exist?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Blue1244
    New Member
    • Aug 2013
    • 39

    Why does it say package does not exist?

    I have these import codes in my java file and it says these packages do not exist. but they do and i have those classe files in those packages, i need help.
    Code:
    import Work.LinearFunctions;
    import Work.SimpleArea;
    import RunAndRestart.BasicRun;
    import RunAndRestart.Restart;
    import Work.AbsoluteFunction;
    import Work.Volume;
  • stdq
    New Member
    • Apr 2013
    • 94

    #2
    Do you have packages Work and work?

    Comment

    • Blue1244
      New Member
      • Aug 2013
      • 39

      #3
      No, i only have package Work.

      Comment

      • Blue1244
        New Member
        • Aug 2013
        • 39

        #4
        nevermind i decided not to do it that way im closing this post

        Comment

        Working...