bffmm1 / h2database

Automatically exported from code.google.com/p/h2database
0 stars 0 forks source link

build.bat Incorrectly Assumes JDK Bin Directory is on Path #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Before submitting a bug, please check the FAQ:
http://www.h2database.com/html/faq.html

What steps will reproduce the problem?

1. Verify that JAVA_HOME is set as an environment variable.
2. Run build.bat at a command line.

What is the expected output? What do you see instead?

'javac' is not recognized as an internal or external command, operable program 
or batch file.

What version of the product are you using? On what operating system, file
system, and virtual machine?

H2 1.2.143 on Windows 7 x64, NTFS, Sun JDK 1.6.0.21

Do you know a workaround?

Instead of calling the command simply as 'javac' on line 6 of build.bat, call 
it as '"%JAVA_HOME%/bin/javac"' - double quotes required. This technique is 
used just one line below.

How important/urgent is the problem for you?

Minor problem as it is easily resolved.

In your view, is this a defect or a feature request?

Clearly a defect.

Please provide any additional information below.

N/A

Original issue reported on code.google.com by josmar52...@gmail.com on 1 Oct 2010 at 1:48

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks! This is not committed in the trunk.

Original comment by thomas.t...@gmail.com on 5 Oct 2010 at 7:47

GoogleCodeExporter commented 9 years ago
Fixed in version 1.2.144

Original comment by thomas.t...@gmail.com on 15 Oct 2010 at 6:28

GoogleCodeExporter commented 9 years ago
Fixed in version 1.2.144

Original comment by thomas.t...@gmail.com on 15 Oct 2010 at 6:28