Guest User

Untitled

a guest
Jan 22nd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Error 4 error C2039: 'GetStaticMethodID' : is not a member of 'JNIEnv_'
  2.  
  3. /*
  4. * @(#)jni.h 1.55 03/01/23
  5. *
  6. * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
  7. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  8. */
  9.  
  10. /*
  11. * We used part of Netscape's Java Runtime Interface (JRI) as the starting
  12. * point of our design and implementation.
  13. */
  14.  
  15. /******************************************************************************
  16. * Java Runtime Interface
  17. * Copyright (c) 1996 Netscape Communications Corporation. All rights reserved.
  18. *****************************************************************************/
  19.  
  20. /*
  21. * Copyright (c) 1996, 2006, Oracle and/or its affiliates. All rights reserved.
  22. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  23. */
  24.  
  25. /*
  26. * We used part of Netscape's Java Runtime Interface (JRI) as the starting
  27. * point of our design and implementation.
  28. */
  29.  
  30. /******************************************************************************
  31. * Java Runtime Interface
  32. * Copyright (c) 1996 Netscape Communications Corporation. All rights reserved.
  33. *****************************************************************************/
Add Comment
Please, Sign In to add comment