Results 1 to 2 of 2
Thread: Need help
- 10-22-2012, 10:02 PM #1
Member
- Join Date
- Oct 2012
- Posts
- 1
- Rep Power
- 0
Need help
So guys need your help...
I have project in Eclipse (check out from repository, Subeclipse). Before I can execute my programm I have to do the following two steps:
1) I have to create database, by executinq SQL script (init.sql, project then will work with this database);
2) I have to open my project in eclipse ( mvn eclipse:eclipse + refresh) and only then to run (execute) program ( or the class with main method, right click--> RunAs-->Java Application)
So, my task is:
Using Maven I have to automatize theese steps, so after project check out from repository, at once in command line I could create database and run main program !
Maybe someone can help me, for beginner its hard task:) but how I know its not so difficult at all:)
Thank you!
- 10-23-2012, 02:27 PM #2
Re: Need help
Please go through the Forum Rules -- particularly the third paragraph.
dbWhy do they call it rush hour when nothing moves? - Robin Williams


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks