Re: javah in 0.97+ - trouble

2008-05-14 Thread Christian Thalinger
On Wed, 2008-05-14 at 01:19 +0200, Robert Schuster wrote: I would like to suggest the following way to fix this issue: The build system should allow using the just built javah application being run with a provided java executable. This would be less pain for me and would probably also benefit

Re: javah in 0.97+ - trouble

2008-05-14 Thread Michael Koch
On Wed, May 14, 2008 at 09:51:58AM +0200, Christian Thalinger wrote: On Wed, 2008-05-14 at 01:19 +0200, Robert Schuster wrote: I would like to suggest the following way to fix this issue: The build system should allow using the just built javah application being run with a provided java

javah in 0.97+ - trouble

2008-05-13 Thread Robert Schuster
Hi, from 0.97 onwards, classpath needs a working javah tool. Such a program is provided by classpath' tools.zip but needs a working runtime and class library first. Earlier classpath releases had pre-generated header files and needed no javah program. Someone with less knowledge of the subtile