Ok, I decided to try in the framework grails. Installed it according to the manual. Create a test project:
## grails create-app ~/workspace/grails/test-project
Run a test project:
## cd workspace/grails/test-project; grails run-app
It's ok.
Today, Ubuntu has offered to install the updates, update the package java-8-oracle-installer. After performing this update command
## cd workspace/grails/test-project; grails run-app
result:
Caused by: java.lang.IllegalArgumentException: Can not copy a non-root Method
at java.lang.reflect.Method.copy(Method.java:151)
... 157 more мар 06, 2015 2:28:54 PM org.springsource.loaded.jvm.JVM copyMethod SEVERE: Problems copying method. Incompatible JVM?
I would be grateful for the help.