javah -old

How can I generate a JDK 1.0 style header file with v1.2.2 javah?The -old flag does'nt work even thought it is displayed in the javah help args.

Is there another version of javah out there with support for -old JDK 1.0 style header files?

Rumor has it that v1.2 javah supports this feature but 1.2 is EOL.

[340 byte] By [TimI] at [2007-9-26 3:16:58]
# 1

This is fairly simple, the 1.2 JavaH is 100% backward compatable, so you're apps are fine in 1.1.x versions.

The problem comes with 1.0 JVM's if you ever would worry about that.

There is no way to automaticly generate a java header that is 1.0, and 1.2 compliant, but you can hand code one.

musheno at 2007-6-29 11:29:38 > top of Java-index,Developer Tools,Java Compiler...