Phil, Maybe it's because I am a greenhorn as well when it comes to eclipse, but in the 2.1.1 I use I was not able to add more than just 1 JAR to 1 classpath variable at a time. What did I do wrong here?
I then did it an other way and created kind of "dummy libraries" = projects which only contain the JARs necessary for Jboss, Struts, whatever. In my real projects I then only need to check the dummy project(s) as "required on the build path". It is a nice workaround but I would feel better to do it using the variables. Can you have 2 and more JARs in just 1 variable? I tried to concat the jar-paths using various delimiters (:;, ...) but did not succeed. Cheers Michael > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Phil Cornelius > Sent: Sunday, September 14, 2003 10:06 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] JBoss project and Eclipse > > > Further, the best thing to do is set up an eclipse 'classpath > variable' call it say JBOSS_JARS so that if you share this > project with the rest of your team all they need to do set > set this variable. > > Yours > Phil > > On Sat, 2003-09-13 at 16:18, Marco Tedone wrote: > > It seems that you need to set up the classpath for each > project, but > > it's only the Jboss classes you need, you can add the Jboss/client > > jars, which are enough. > > > > Hope this will help, > > > > Marco > > ----- Original Message ----- > > From: "Brian Wallis" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Saturday, September 13, 2003 2:46 PM > > Subject: [JBoss-user] JBoss project and Eclipse > > > > > > > > > > This is not quite a JBoss question but I'm sure there are a few > > > eclipse > > users > > > on this list. > > > > > > I have a small J2EE project that I want to develop using > eclipse. I > > haven't > > > really used eclipse before being an IntelliJ user at work and > > > emacs/ant otherwise. > > > > > > What I need to do is import the jboss jars into my > project's class > > > path. > > > > > > Is there a way to do that once and then re-use it for other > > > projects? > > There > > > are 54 of jars after all and it is a real pain to select them all > > > every > > time > > > you create a new project. Is there a way to define a project for > > > JBoss and re-use that? There is the required projects tab in the > > > project properties > > but > > > I don't seem to be able to get it to contribute to the > class path of > > > the current project. > > > > > > Any suggestions are welcome > > > > > > thanks, brian wallis... > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > JBoss-user mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/jboss-user > > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > JBoss-user mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-user > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/j> boss-user > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
