Is there any way to use javaw with JNI instead of java?
- by Xinus
I am using JNI to initialize classes in my jar files present at the classpath. But created executable uses java and displays ugly command prompt when my program starts. I want to configure my JNI to use javaw instead. How can I achieve it?
Platform: Windows 7