Hi
Actually, the virus scanners shouldn't even exist. The flaws are fixed as time goes by on a safe operating system. Some virus scanners are paranoid and report false positives. This executable is necessary, it's an essential part of the automated native library loading. You can remove it if and only if you disable the automated native library loading, I documented this aspect several months ago in the JOGL user's guide, you can find it in the wiki. If you disable it, you'll have to set the Java library path to the location of the native libraries.
I suggested to use a method of the NIO 2 API as a fallback but according to Sven, it wouldn't be as reliable as the current solution.