Hello,
So I'm following this tutorial (http://www.csharp.com/javacfort.html) to learn how to link java with C and I want to be able to link java to two C programs (one for linux and one for windows). How do I create a java class that figures out what OS it's on and then chooses the appropriate c code to use? Also the tutorial was written for linux, so would there be any difference with windows?
Thanks