-
Notifications
You must be signed in to change notification settings - Fork 36
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
Do you know - how to run the statement-job? #3
Comments
When you attempt to run the jar file via java -jar the jar name, what exception or output do you get? |
I was getting class not found or Main method not found kind of errors...i error: On Thu, Apr 16, 2015 at 2:49 PM, Michael Minella [email protected]
With best Regards: 2015-04-16 15:07:04,874 INFO main [org.springframework.context.support.ClassPathXmlApplicationContext] - <Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@45fe3ee3: startup date [Thu Apr 16 15:07:04 CDT 2015]; root of context hierarchy> |
Is there any driver class or some clues you can provide to run it as a stand-alone java application? I made it compile but not finding a way to execute it....
if i do mvn clean install(with run -configuration fix)...i am getting a JAR...but can't execute the JAR.
How to run it - execute it? Do you have some more steps/write-up to make it run? Please help me.
I am setting up the MySQL DB for it's execution.
The text was updated successfully, but these errors were encountered: