Kevin Burton
- Total activity 222
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 51
-
Created PHPStorm debugging '(Click to see the full value)' does nothing.
I set breakpoints an successfully break using the IDE but I often want to display a string that is long and either in the 'Variables' window or 'Evaluate Expression' the displayed value of the stri... -
Created XDebug
I would like to setup debugging but I am not sure how to go about doing it. The documentation indicates that PHPStorm supports both Zend and XDebug. Which is easier to set up? It seems that Zend co... -
Created External libraries?
Somehow my IDE no longer shows the list of libraries included as a result of maven. How do I get it back?Thank you.Attachment(s):External.jpg -
Created Clone a project?
I am finding that I often want a project that is almost exactly like another. For my case they are typically Maven projects so I want the same dependencies same libraries etc. I just want to add so... -
Created CLASSPATH for application
Specifically I read the documentation that files are loaded from the CLASSPATH. Naturally I don't want to change the CLASSPATH because a specific application requires it. I would like to change the... -
-
Created More than one "artifact"
This may be more a base Java question but I am not clear on how IntelliJ packages up a JAR file.Currently I have a Java main class 'App' and I build an artifact that produces a .jar file that I run... -
Created Recompile with -Xlint:unchecked for details
I am compiling my code in the IDE and I get a couple of warnings. One with a recommendation:java: Recompile with -Xlint:unchecked for detailsHow do I do this?The code in question looks like:designD... -
Created Invalid or corrupt jarfile?
I transfer the output from the build artifact to the target machine and execute 'java -jar CouchbaseImport.jar' and I get the error message:Error: Invalid or corrupt jarfile CouchbaseImport.jarIdea... -
Created File not found with system classloader.
I am trying to run my program withjava -jar CouchbaseImport.jarBut in the stack trace I get:INFO: Could not load properties file "cbclient.properties" because: File not found with system classloade...