Kevin Burton

Avatar
  • 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...
    • 2 followers
    • 7 comments
    • 0 votes
  • 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...
    • 2 followers
    • 13 comments
    • 0 votes
  • 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
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 2 followers
    • 6 comments
    • 0 votes
  • Created

    Setting a resource with IntelliJ.

    How do I set a key/value resource in IntelliJ?
    • 2 followers
    • 7 comments
    • 0 votes
  • 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...
    • 3 followers
    • 3 comments
    • 0 votes
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 4 followers
    • 1 comment
    • 1 vote
  • 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...
    • 1 follower
    • 0 comments
    • 0 votes