JNI header files

2003-07-16 Thread Mark Wielaard
Hi, We don't seem to have real build support for creating JNI header files but instead have pre-generated .h files in our include file. Why is that? We do seem to detect which javah like program the user has installed. On my system it correctly detects gcjh. I would like them to be generated

Re: JNI header files

2003-07-16 Thread Andy Walter
Hi Mark, On Wednesday 16 July 2003 12:44, Mark Wielaard wrote: We don't seem to have real build support for creating JNI header files but instead have pre-generated .h files in our include file. Why is that? We do seem to detect which javah like program the user has installed. On my system

Re: JNI header files

2003-07-16 Thread Brian Jones
Mark Wielaard [EMAIL PROTECTED] writes: Hi, We don't seem to have real build support for creating JNI header files but instead have pre-generated .h files in our include file. Why is that? We do seem to detect which javah like program the user has installed. On my system it correctly

Re: JNI header files

2003-07-16 Thread Mark Wielaard
Hi, On Wed, 2003-07-16 at 13:26, Andy Walter wrote: I assume gcjh is implemented in C? jamaicah is implemented in Java, so we have a bootstrap problem if we don't checkin the generated headers. We can solve this by checking in the JNI headers into our own repository only and remove it