Hi, > Hi. I am using Win XP and my H2 version is 1.1.100. I tried to 'cd' to > the \h2 directory in my command prompt and type in 'build jarSmall' > and it showed " Error: JAVA_HOME is not defined. 'javac' is not > recognized as an internal or external command, operable program or > batch file.
You need to install a JDK, for example the Sun JDK version 1.4, 1.5 or 1.6. If you have done that, you should be able to type 'javac' on the command line and get the following result: "Usage: javac <options> <source files>" (or something similar). > When I build a jarSmall version , will my > regular h2 version in the /h2/bin be deleted? Yes, I think so. > I want to preserve the regular version too. You can copy the files somewhere else before running the build, or you can run the build again. 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 -~----------~----~----~----~------~----~------~--~---
