• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Eclipse 3.0 + Jboss 3.2.3 + Lomboz -> Lomboz J2EE Project gives Problem

 
Ranch Hand
Posts: 1491
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I installed Eclipse 3.0 with Jboss 3.2.3 using Lomboz plugin. When i create the new Project thru Lomboz J2EE Project, i got the folowing Problems :

Project MyJ2EEProject is missing required library: 'C:nmd/download/postgre73jdbc2ee.jar'.
Project MyJ2EEProject is missing required library: 'your_server_root/jboss-3.0.3_tomcat-4.1.12/bin/run.jar'.
Project MyJ2EEProject is missing required library: 'your_server_root/jboss-3.0.3_tomcat-4.1.12/bin/shutdown.jar'.
Project MyJ2EEProject is missing required library: 'your_server_root/jboss-3.0.3_tomcat-4.1.12/client/jboss-j2ee.jar'.
Project MyJ2EEProject is missing required library: 'your_server_root/jboss-3.0.3_tomcat-4.1.12/server/default/lib/javax.servlet.jar'.
The project cannot be built until build path errors are resolved.
Regards,
K S Ashok
 
kri shan
Ranch Hand
Posts: 1491
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any update ???
 
Ranch Hand
Posts: 62
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please specify which version of lomboz is been used by u
thanks
 
kri shan
Ranch Hand
Posts: 1491
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's Lomboz 3.0.0
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
your_server_*** is configured in your jboss3**.server file. This file could be found under ECLIPSE_INSTALL_DIR\plugins\com.objectlearn.jdt.j2ee_3.0.1\servers folder. This is file which defines how you connect and manipulate your JBOss server

Change entries of /your_server_root/appservers/ to you eclipse installation directory.
 
kri shan
Ranch Hand
Posts: 1491
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
your_server_*** is configured in your jboss3**.server file
________________________________________________________________

Which jboss3**.server file?
 
Arch enemy? I mean, I don't like you, but I don't think you qualify as "arch enemy". Here, try this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic