Prob au programmation

Fermé
fatimaezz Messages postés 60 Date d'inscription mercredi 4 février 2009 Statut Membre Dernière intervention 2 avril 2009 - 7 mars 2009 à 16:52
fatimaezz Messages postés 60 Date d'inscription mercredi 4 février 2009 Statut Membre Dernière intervention 2 avril 2009 - 7 mars 2009 à 22:48
Bonjour,
lorsque j'execute le programme
il m'apparait cela :


init:
deps-module-jar:
deps-ear-jar:
deps-jar:
library-inclusion-in-archive:
library-inclusion-in-manifest:
compile:
compile-jsps:
Starting of Tomcat failed, the C:\Program Files\Apache Software Foundation\Tomcat 5.5\bin\catalina.bat startup script is missing.
C:\Users\user\Documents\NetBeansProjects\BureauOrdre\nbproject\build-impl.xml:545: Deployment error:
Starting of Tomcat failed, the C:\Program Files\Apache Software Foundation\Tomcat 5.5\bin\catalina.bat startup script is missing.
See the server log for details.
BUILD FAILED (total time: 2 seconds)




Que signifier ça?
A voir également:

3 réponses

tchoubaka Messages postés 61 Date d'inscription samedi 7 février 2009 Statut Membre Dernière intervention 25 mai 2023 11
7 mars 2009 à 18:59
bonjour fatimaezz j'aimerais savoir avec quel type de langage tu travaille.
0
fatimaezz Messages postés 60 Date d'inscription mercredi 4 février 2009 Statut Membre Dernière intervention 2 avril 2009
7 mars 2009 à 20:35
bjr
je travaille avec j2ee et jsp
0
fatimaezz Messages postés 60 Date d'inscription mercredi 4 février 2009 Statut Membre Dernière intervention 2 avril 2009
7 mars 2009 à 22:48
et ça aussi

init:
deps-module-jar:
deps-ear-jar:
deps-jar:
compile-single:
run-main:
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Uncompilable source code - exception java.sql.SQLException is never thrown in body of corresponding try statement
at Dialogue.FrameBO.formWindowOpened(FrameBO.java:761)
at Dialogue.FrameBO.access$000(FrameBO.java:25)
at Dialogue.FrameBO$1.windowOpened(FrameBO.java:145)
at java.awt.AWTEventMulticaster.windowOpened(AWTEventMulticaster.java:322)
at java.awt.Window.processWindowEvent(Window.java:1813)
at javax.swing.JFrame.processWindowEvent(JFrame.java:279)
at java.awt.Window.processEvent(Window.java:1774)
at java.awt.Component.dispatchEventImpl(Component.java:4410)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Window.dispatchEventImpl(Window.java:2429)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
0