Classpath variable problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aldsaldrin
    New Member
    • Nov 2008
    • 31

    Classpath variable problem

    Hi,

    Unbound Classpath variable:
    What does that mean? How do I solve it?

    Many thanks..
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Are you getting that from Eclipse? Doesn't it tell you the exact classpath entry which is no longer valid?

    Comment

    • aldsaldrin
      New Member
      • Nov 2008
      • 31

      #3
      This is the exact problem:

      Unbound classpath variable: 'WEBLOGIC81/server/lib/weblogic.jar' in project TestProject

      I don't know how to correct this.. Please Help

      Many thanks..

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Your project requires that jar for it to work on Eclipse. Eclipse is telling you that it can't find that jar form the specified location. If you know where that jar is then you can change the path that eclipse is using by right clicking the project, selecting Properties and the Java Build Path.

        Comment

        • aldsaldrin
          New Member
          • Nov 2008
          • 31

          #5
          Hi r035198x,

          Thanks for the advice. I saw the weblogic.jar at the Build path and edited the classpath variable entry, pointing it to the location of the jar file. The error was gone but I'm still not sure what I did was right. What do you think?

          Many thanks..

          Comment

          • r035198x
            MVP
            • Sep 2006
            • 13225

            #6
            You did great.

            Comment

            Working...