Kevin Burton

Avatar
  • Total activity 222
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 51
  • Created

    Cannot find or load main class

    Answered
    I am trying to run a Java program like:$ java -jar Neo4jImport.jarBut I getError: Could not find or load main class MongoDBImport.AppWhere do I look to remove or rename this? I have looked all thro...
    • 10 followers
    • 14 comments
    • 0 votes
  • Created

    Extenal libraries?

    I so far have imported everything using Maven. I just add lines to the dependencies in the pom.xml file and the files "magically" appear. Now I want to use a JSON serializer that doesn't appear to ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Run doesn't finish?

    When I run my program I know it is getting to the end (I put a print statement at the end) but from the IDE I still see the read sopt square indicating that I can stop the program but more importan...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Deployment

    OK. I am fairly new to the Java world (I have spent most of my time with .NET). I have a project that is running in a Windows environment under the IntelliJ IDE and everything seems to work the way...
    • 3 followers
    • 37 comments
    • 0 votes
  • Created

    Illegal chacter

    I am getting an errorError(1, 1) java: illegal character: \65279From several of my files when I try to run the project. Is there any facilities in IntelliJ to find out where this character is so I ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Problems accessing project after upgrade

    I have a project that before all I did was start up WebStorm and I would have the project. All of the Git information was stored away in WebStorm. Now that information is lost after the upgrade. Ho...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Check out from Version Control

    I have two machines. One at home and one at work. The source files that comprise my web project are in a GIT repository that was created when I created the Azure web site which I did from home. Now...
    • 2 followers
    • 9 comments
    • 0 votes
  • Created

    Fine print.

    I have two questions both are on the little status bar that I see on the bottom of WebStorm IDE.1. I see a message 'Unregistered Git root detected: The directory <Directory Path> is under Git, but ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Basic debugging with WebStorm

    I have a basic node.js application that I am developming with WebStorm. I am getting an exception in the Jade file: > 19|             each item in products    20|                 tr    21|         ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Azure publishing?

    Can I use WebStorm to publish a node application to an Azure based website?
    • 2 followers
    • 6 comments
    • 0 votes