Syncleus / aparapi-native

A framework for executing native Java code on the GPU.
http://aparapi.com
Apache License 2.0
5 stars 6 forks source link

Jdk10/issue12 #13

Open 0x6e3078 opened 6 years ago

0x6e3078 commented 6 years ago

tldr: Remove the usage of javah to support JDK above 8.

With the JDK8 the javah command is deprecated and is removed in jdk9, the function is now supported by the javac command. But the source code needs the java native annotation. The Patch removes the javah command from the prepare script.