DChild
- 活动总数 109
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 28
-
创建于 Grails 3 Getting Started for 2016, "Cannot determine Grails SDK version
已回答Hi, 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... -
已编辑于 Error when writing to java.nio.file.Path, but not in the IDE
已回答Hi, 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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,... -
创建于 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...