Hi, > The thing is, I am new with setting up existing > projects in Eclipse,
No problem, I will improve the documentation on how to set up an Eclipse project. What I usually do on a new computer is: - Install Subversion and Eclipse, - get the H2 source code from here: http://code.google.com/p/h2database/source/checkout (svn checkout http://h2database.googlecode.com/svn/trunk/ h2database-read-only), - cd h2database-read-only/h2/ - ./build.sh download (this should download all dependencies, which simplifies things) - create a new Eclipse project (Java Project), 'create project from existing source code', - select the "h2" folder, - next, finish, done Please tell me if that works for you! Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
