Is there any way to use javaw with JNI instead of java?

Posted by Xinus on Stack Overflow See other posts from Stack Overflow or by Xinus
Published on 2010-05-16T08:07:57Z Indexed on 2010/05/16 8:10 UTC
Read the original article Hit count: 191

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about java

Related posts about jni