0

I'm realy in desperation. I looked up all answeres regarding javah but could not get a solution. I tried:

javah -jni com.aegisguitest.testrobot.recognition.SpyDotNET

The environment variable CLASSPATH is set to the right directory: C:\users\Marcus Tik\workspace\AegisGUITest\bin

I get the error: Exception in thread "main". java.lang.IllegalArgumentException: Not a valid class name.

Any suggestions ?

Marcus Tik
  • 1,709
  • 6
  • 20
  • 30

1 Answers1

0

One has to set the PATH environment variable not the CLASSPATH for javah.

Marcus Tik
  • 1,709
  • 6
  • 20
  • 30