JExplorer Documentation
The following documentation is currently available for JExplorer:
This guide introduces JExplorer, describes its design goals, concepts and principles. It provides the requirements for using the product as well as sufficient information you need to know before starting to work with it.
JavaDoc
API Differences: Between JExplorer 1.7 and 1.8
htmlQuestions and Answers (FAQ)
htmlHere you can find answers to commonly asked questions about how to get started and work with JExplorer.
Troubleshooting
htmlContains description of common problems, their causes and suggested solutions.
Mapping for Native Types to JNIWrapper Classes
htmlThis reference table describes mapping of C/C++ types to the JNIWrapper classes. You can find it useful when working with native methods calls within your Java code.
Mapping for Windows Types to JNIWrapper
and WinPack Classes
html
Windows API includes many data types. If you need to use one of such types, read Windows-specific documentation such as MSDN to find out the actual C type that corresponds to it (for example, LPSTR corresponds to char*)
and use the relevant JNIWrapper type for the argument. You can also check the online Windows Data Types table available here.
Mapping COM Data Types to JNIWrapper Classes
htmlIn this reference table, you can check mappings of COM data types to the JNIWrapper classes. This can appear useful when you work with COM within Java objects.
Installation Instructions
For installation and troubleshooting instructions, please see the ReadMe.txt file inside the JExplorer package.
Release Notes
Each new version of JExplorer is supplied with updated Release Notes. To receive up-to-date version specific information, make sure to check the Release Notes section inside ReadMe.txt file before installing JExplorer.
