Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.35 KB

File metadata and controls

27 lines (22 loc) · 1.35 KB

STOP! Read this before creating an issue.

This is not a Question and Answer forum. For general questions and support, use the JNA users' group. Please search message history there and on existing issues for duplicates. You may also find answers on the Using the Library section of the project home page or in the FAQ.

Do NOT file an issue if you:

  • Are receiving a segfault or getting an Exception from your own JNA function/structure mapping
  • Want to know how to map a function
  • Want to know future plans for JNA
  • Want technical help or support of any kind
  • Are not yet sure if the issue you are facing is actually a JNA bug

All of these questions belong on the mailing list.

If you are certain you are reporting a bug, or you have a feature request that is not of the form "please map this API function", then you may open an issue.

Provide complete information about the problem

  1. Version of JNA and related jars
  2. Version and vendor of the java virtual machine
  3. Operating system
  4. System architecture (CPU type, bitness of the JVM)
  5. Complete description of the problem
  6. Steps to reproduce