1 2 Previous Next 17 Replies Latest reply on Apr 9, 2008 3:50 AM by maxandersen Go to original post
      • 15. Re: using HQL editor with JBoss Tools
        asookazian

        I have already created a src/META-INF folder in project root folder as the other thread had suggested and placed the persistence.xml in that. This is a source folder.

        What else do I have to do?

        when I looked at the properties for the project in eclipse, I did not see any selection/option for classpath (build path is there).

        • 16. Re: using HQL editor with JBoss Tools
          asookazian

          where in the instructions does it state how to add the persistence.xml to your classpath?

          • 17. Re: using HQL editor with JBoss Tools
            maxandersen

            build path is what decides what to get build..and that build puts it into a bin directory or build/classes or some other location depending on your project layout.

            Those output directories together with the jars is what makes up your project classpath.

            so if that is all looking ok the only thing needed is that the project is actually also built so the files goes into your output folders.

            1 2 Previous Next