![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
You just need to have your INCLUDE environment variable set to include the directory where stdio.h and all the other standard headers are. If you are using mscv, there is a batch file called vcvars32.bat (or msvcvars.bat, if you have the old msvc) that will do the trick. Just call it. - mfg > > > If you are not concerned about platform independence, which > > > However, I was following the instructions to create a shared > Hey allan>>> according to your message above...u mentioned that you do not include the stdio.h file...thats write. > what actually happens is that the jni.h file under include/win32 tries to include that file. > even i was facing the same problems but when i copied the stdio.h file under include/win32...i got my dll created. > but i made my dll on a solaris machine...on NT eveni got some errors. > any comments on the above will help me 2 pal. > regards. > vicky. Replies: |
Sponsored Links
|