Javah hangs without giving feedback

HiWhen running javah on a class file (or at all) it just hangs without giving any feedback. I have no idea why this is happening. I am using mustang beta from a couple of months back. Any ideas?
[208 byte] By [invictus2a] at [2007-10-2 23:08:51]
# 1
Obviously one possibility is a bug.1. Create the smallest example file you can and see if that works.2. Try the file in a different version of java.3. Reduce the code in the file until you find the problem.
jschella at 2007-7-14 6:22:44 > top of Java-index,Developer Tools,Java Compiler...
# 2
I solved it. For some reason it seem like just writing "javah" doesnt work despite the fact that both "javac" and "java" works. On javah I have to use "javah.exe" or else it just hangs. Weird, but it works now.
invictus2a at 2007-7-14 6:22:44 > top of Java-index,Developer Tools,Java Compiler...
# 3
The usual reason for that is that you are running on a unix variant and the command is aliased to something besides the normal stuff.This could happen on windows but it is less likely.
jschella at 2007-7-14 6:22:44 > top of Java-index,Developer Tools,Java Compiler...