Hello,
I have a question about IntelliJ IDEA, I would like to migrate Eclipse project to IntelliJ. My project is a Maven Web application and when I tried to deploy it on Tomcat I have some issues.
It seems to me that IntelliJ doesn't take the library that I add to libraries on the Tomcat Application Server....
I don't understand why IntelliJ IDEA 13 doesn't take jars that I added in the Tomcat libraries Please file in attachment.
How can I do the same like Eclipse : Add external jars in the Classpath user entries of the Tomcat ?
for example :
- In Eclipse if I don't add ojdbc14.jar in the classpath user entries of the Tomcat I have this error : Cannot load JDBC driver class 'oracle.jdbc.OracleDriver' and to solve this issue I added it to the classpath user entries
- In IntelliJ IDEA nothing solve this issue
And I have this issue to :
Caused by: java.lang.NoClassDefFoundError: javax/mail/Authenticator
It's like IntelliJ doesn't seen the mail.jar in the tomcat libraries
Could you help me please ?
Thank you very much for your help.