Skip to content

Tag: intellij-idea

Use JDBC/Mysql Connector in intellij idea

I’m new in Java, and I need to establish a connection to a MySQL server (local), I have add the libraries in Intellij idea but it seems not work, the IDE can’t find the class i think… I become crazy I’m searching since two hours… I come from visual studio/c# dev environment and i…

java.lang.NoClassDefFoundError with Intellij And Maven

I am working with Maven 3.0.5 and Intellij 14.0.2 and Maven is not copying the required Jars in my project’s calsspath so I am copying it manually and trying to exccute the main class of my project it is throwing me following error: I know its very common and found a bunch of solutions at StackOverflow …

Lombok and Maven

I’m trying to use Lombok with Maven and VRaptor on IntelliJ but it doesn’t work. I already read some info in stackoverflow but none solved my problem, i already enabled the Annotation Processor in Intellij but still nothing. I tryied to compile it from command-line too (Windows) and didn’t w…

Class file has wrong version 52.0, should be 50.0

I’m trying to compile my project in IntelliJ idea. I’m using a class in an external jar file and on compilation receiving the following error. I understand that it’s saying the jar file was compiled with a newer Java version than that which IntelliJ is using. My question is how do I make the…