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

Windows XP installation, no previous version of Windows NT - Super User

software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu

permissions - Mount is denied because the NTFS volume is already exclusively opened - Ask Ubuntu