i try to set up super simple exteranl tooling in eclispe , that is javah what ever i do , that means trying all the links in the web still can set it right . and when i close the external tool config it gives me error
i tried with and without the -jni still gives me the error:
Exception in thread "main" java.lang.IllegalArgumentException: Not a valid class name: –d
at com.sun.tools.javac.api.JavacTool.getTask(JavacTool.java:177)
at com.sun.tools.javac.api.JavacTool.getTask(JavacTool.java:68)
at com.sun.tools.javah.JavahTask.run(JavahTask.java:509)
at com.sun.tools.javah.JavahTask.run(JavahTask.java:335)
at com.sun.tools.javah.Main.main(Main.java:46)
try setting up an ant task - see link