Kevin Burton

- 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
AnsweredI 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... -
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 ... -
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... -
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... -
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 ... -
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... -
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... -
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 ... -
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| ... -
Created Azure publishing?
Can I use WebStorm to publish a node application to an Azure based website?