cannot run Groovy script - Abnormal build process termination

已回答

Hi, 

I have some troubles running any groovy script, seems like a problem happens during the compilation.

 

logs here: https://pastebin.com/eT7uVnWJ

 

Environment configuration seems OK, I had previously some problems with setting up JRE on MacOS, but seems it's solved.

 

Adding -Djava.ext.dirs="" as the logs suggested didn't help.

 

Any idea where to start?

 

Many thanks!

0

See https://youtrack.jetbrains.com/issue/IDEA-147368.

Try removing Java Extensions jars as suggested. This JDK feature is known to cause problems and it will be removed in the future Java versions anyway, so it makes no sense to use it.

1
Avatar
Permanently deleted user

Thanks a lot, that helped!

 

In my case I had to delete the file from /Library/Java/Extensions

0

请先登录再写评论。