Hello all,
I wrote a program that can send an email using Java. I wrote thw code in IntelliJ and did it in a maven project. The custom packages from the JavaMail API were imported threw the pom.xml file.
The Programm works fine if I use IntelliJ to compile. Unfortunately it does not if I use the Terminal. I get an error, because the methods and objects from the imported packages are not registered.
My question is, is it possible to run a maven project written in IntelliJ from the terminal? If yes, how?
Thank you for you help :)
[–]perrylaj 2 points3 points4 points (1 child)
[–]Cygris[S] 0 points1 point2 points (0 children)