DChild
- Total activity 109
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 28
-
Created Grails 3 Getting Started for 2016, "Cannot determine Grails SDK version
AnsweredHi, The instructions at https://www.jetbrains.com/help/idea/2016.1/getting-started-with-grails-3.html?origin=old_help aren't working for the version of Grails I just downloaded, htt... -
Edited Error when writing to java.nio.file.Path, but not in the IDE
AnsweredHi, When the following code is run from Intelli 15.0.3, Path newFile = Paths.get( "output.txt" ) newFile.write( "What the...?" ) System.exit(0) , it populates output.txt as expected. Bu... -
Created The Community Forum - how can I get my Profile Name to remain the same?
Hi, Every time I log in, I change my profile name, to a preferred one. But the preferred one, never sticks, and the next login shows the original name. Is there a way to make my profile name p... -
Created PHPStorm seems to be treating php.ini as a script
Hi, I'm playing with PHPStorm for the first time, using the php.ini-development config file, that comes with the 5.x download. When I try to run anything, it interprets an 'and' inside comments... -
Created Grails - No auto-completion creating domain class, and no Grails view
Trying to run through a Grails Getting Started page, finding several discrepencies.The page ishttps://www.jetbrains.com/idea/help/getting-started-with-grails.html, and it claims that there is both ... -
Created Why do import statements disappear, as soon as you press Enter
Hi,In my Java project/Groovy Framework, I can't type in any import statements. As soon as the import statement is typed, and Enter is pressed, it completely disappears. There's nothing, not even ... -
Created Cannot execute Groovy apps on command line. Only in the ide.
Hi,Our Groovy apps are running fine, when executed within the Ultimate version of Intellij. However, when we try to execute them on the command line, there are only errors.We have tried both 1. C... -
Created Using JNI in an Intellij project
Hi,How does one make use of native functions inside Intellij? I'm loading the DLL with loadLibrary at the outset. But what imports need to be specified, so that the IDE recognizes the native call... -
Created How to set up and debug a Javascript project
Hi,There are videos and comments about debugging javascript (it's embedded in the html), but doesn't seem to be anything about how to set up a project, load the html or js file, and proceed.So far,... -
Created Web Services checkbox
It looks like the previous Web Services checkbox, when starting a new project from scratch, has been replaced with JavaServer Faces (JSF). But e.g. Apache Axis is no longer a choice.I'm working th...