Closed masyan closed 11 years ago
Hi,
The code for GridConstraints is automatically generated by Intellij Idea. What java version do you use?
java version "1.7.0_04" Java(TM) SE Runtime Environment (build 1.7.0_04-b20) Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)
Sorry,
I was asking about what project level is configured in your development environment. Something like the following
I compile the code with java 1.6 maybe there are differences with 1.7.
JDK 1.6 level 6.0 run Generate Sources ... (in Maven Jet) same problems...
Hi,
Do you still has this issue?
i don't know. I fixed and gathered locally jar. And using it now.
contructor of GridConstraints has 11 parameters. In your classes used call this contructor with 13 parameters. If delete last 2 parametrs then all ok, compile success and application works