I am trying to setup H2 to build it on my computer. I try to do the following. But I cant get it to work. It is the step create a new Java project from existing source code that I do not find in the menu. I use Eclipse 3.6.2. Have they changed the name of it?
/Andreas Using Eclipse To create an Eclipse project for H2, use the following steps: Install Subversion and Eclipse. Get the H2 source code from the Subversion repository: svn checkout http://h2database.googlecode.com/svn/trunk h2database-read-only Download all dependencies (Windows): build.bat download In Eclipse, create a new Java project from existing source code. Select the h2 folder, click Next and Finish. To resolve com.sun.javadoc import statements, you may need to manually add the file <java.home>/../lib/tools.jar to the build path. -- Andreas Henningsson "Vanligt sunt förnuft är inte särkilt vanligt." -- Voltaire -- 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.
