I've created many small java applications, now I want to convert them to an exe without requiring jdk or jre, because I want to give the applications I've created to other people who may or may not have java installed on their system.
I know few applications such as jSmooth, launch4j, exe4j etc. that can convert jar to exe but the converted exe files would require java for their execution.
I want to convert jar files into exe files in such a way that they wouldn't require java to run. How can I do it?
I am using netbeans to make java programs. I am running windows 8.