-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "How to Run" to README.md #12
Comments
thats good idea .. mean while there is a Netbeans project that i had added to repo that you can use build you jar if you are a NB user |
Unfortunately I'm a user of Atom Text Editor and CMD... Hence my inability to run it... Any workarounds? |
How to run soundsea to eclipse or Intellij? I use those only ..... |
@kevinYangChengYi the simple way is to create a blank project in ur IDE and put the SoundSea src into your project src... and done . i use this and it works.. |
@lord-frost then lets make use of cmd take all the src and compile them via cmd (assuming you know how to compile via cmd) and boom you are done... |
@iamaamir , you mean individually compile all the .java files in the src folder? Seriously? |
And I'm getting errors when compiling via javac... |
To run: download apache ant $ cd SoundSeaNBP/ |
While deploying the app I am getting an issue. Please refer log[javadoc] C:\Users\pawar\git\SoundSea\SoundSea\src\org\json\CDL.java:93: warning: no description for @throws Does anyone help me? |
Hey, I was going through this and noticed that there is nothing mentioned as to how to run this application. For those who are new to Java or don't have much experience with Java, it will be a bit difficult as to find out how to run this. So, a small suggestion as given in the title.
Cheers!
The text was updated successfully, but these errors were encountered: