1 Reply Latest reply on Jan 1, 2009 6:47 PM by david.salter

    Netbeans support - again

    mike82

      I have installed Seam plugin for Netbeans and created project with option Create as Java Web Application (with no EJB components). Now, I want to add set of EJB 3.0 created earlier as separate project. The problem is, no matter where I add reference to jar containing ejb, it is not visible in java source code. I tried to add to (in Project Properties):


      - Java Sources Classpath (tried both separate classpath for each source package folder options)
      - Web Sources Classpath
      - Output


      Does not change anything. I still can't access classes from that jar in the source code. What should I do then, manually edit project configuration files?


      I guess I don't understand this plugin, it looks for me as I have to do most of the stuff manually anyway :(