DChild
- Total activity 109
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 28
-
Created In "Add Locales" what type of 'locale codes' are they referring to?
AnsweredHi, I've create the Resource Bundle name, and now have the Add Locales dialog. It's asking me to input locale codes. But I don't know what code represents English. What type of code are they as... -
Created Unknown command "1.8.0_301" in StartGroovy.bat
Hi, Are we allowed to ask Groovy scripting questions here? Or is there a single official forum for Groovy? I looked on their github page, and don't see any 'Issues' tab. When I run Groovy.bat (v... -
Edited How to generate a callable library from the Jexer master repository
AnsweredHi, I loaded this library https://gitlab.com/AutumnMeowMeow/jexer/-/tree/master into Intellij Ultimate, and imported with the Maven option (Eclipse was another option). After building, it di... -
Created java.lang.reflect.invocationtargetexception during the intellij build
AnsweredHi, I pulled up a Groovy app from 2015. It generates a CSV file, from an Oracle query that's specified in an external file and fed to the app. The imports are import com.opencsv.CSVWriterimport g... -
Created How to run Intellij without the initial Project screen
AnsweredHi, I think years ago I used to be able to get right into the IDE, and from there start a New Project or open an existing one. But now, it pops up a gateway screen, not the IDE, and forces you ... -
Edited Cannot change colors and fonts in Ultimate
AnsweredHi, According to the tip that pops up, all I have to do is Ctrl-Shift-A, Jump to Colors and Fonts and follow the instructions there. Sometimes when I Jump to Colors and Fonts, there's a temporary... -
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...