kubuntu - Why can't I create groovy project in Eclipse and Netbeans? - Ask Ubuntu


system: ubuntu 16.04
eclipse: neon.1a release (4.6.1)
netbeans: netbeans ide 8.2 (build 201609300101)

$ java -version   openjdk version "1.8.0_111"   openjdk runtime environment (build 1.8.0_111-8u111-b14-2ubuntu0.16.04.2-b14)   openjdk 64-bit server vm (build 25.111-b14, mixed mode)  $ javac -version javac 1.7.0_80  $ grails -version grails version: 2.3.11 
  1. netbeans issue -

trying create grails project netbeans leads following error in new project wizard

 not requested modules can enabled: [standard module  org.netbeans.modules.groovy.kit jarfile: home/user_me/software/netbeans-8.2/groovy/modules/org-netbeans-modules-groovy-kit.jar] 

my netbeans.conf file has following set java_home

netbeans_jdkhome="/usr/lib/jvm/java-1.8.0-openjdk-amd64" 

  1. eclipse issue -

using route, new project > create new project > grails > grails project

leads error:

no grails installation configured 

so tried configuring grails installation, , added grails home following path:

/home/user_me/.sdkman/candidates/grails/2.3.11/bin/ 

which still gives error:

specified directory not appear grails installation 

why cant create empty grails project though can run grails commands through terminal?


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User