kg maven

- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Created Environments Variables setting
AnsweredMy Java application used a JNI library, and I have tried to add the path where the `*.dll` is located to `path` environment globally. However when I run the app in IDEA,I got error: Native library ... -
Created Process not terminated when stopping debug
AnsweredIDEA 2019.3.5 When I hit the red square button to stop the debug job, I only got message "Disconnected from the target VM, address: '127.0.0.1:8351', transport: 'socket'" but the application still ... -
Created Debug wordpress application in IDEA 15
I have setup the wordpress development environment by wnmp in windows 10, and the site have started. Then I import the wordpress folder as a project to IDEA, so far so good. While when I want to... -
Created Lost response in "Open File window"
AnsweredI am using IDEA 15.0.1 in windows 10, and when I tried to open a new file or project, it will take too long to list the files and folders, and when I tried to cancel the operation, I still get no ... -
Created `Resolve Workspace artifacts` does not work
I am using IDEA 14.1.5, and I have a multiple module maven project, and the web module depend on the other jar module, the web module can not run as expected, the project can be found here:https://... -
Created debug in multiple gradle module project
This is my project:root common (apply java plugin) server (apply java plugin) site-war (apply org.akhikhl.gretty plugin)The `site-war` module depends on project `common` and `server`.Generally we s... -
Created IDEA can not get the complete path variable
Hi:When I create a node application in IDEA,and try to run the command `node` in the terminal, however it told me that the `node` command can not found.Then I run the `path` to get the variables:ht... -
Created Imported gradle multuple module project create structure not as expected
Hi:I try to create gradle multiple module project, the folder structure:vtm vtm vtm-jeo vtm-tests vtm-xxxxxHowver when I import the gradle project to idea I got this:http://pbrd.co/1uVmEGuWhil... -
Created Is it possible to make idea generate skeleton for gradle project
Hi:I am using idea to create gradle project, this is the screen shot for the steps:http://pbrd.co/1tbrOwZHowever, after the process complete, I found that only the `build.gralde` are generated, whi... -
Created IDEA can not stop at the breakpoint at debug model
AnsweredHi:I am using IDEA 13.0.2, and I suddenly find that IDEA can not stop at the breakpoints.I am sure the codes conain the breakpoint have ran, since I have the log, but it does not stop.I am afriad y...