翻訳と辞書
Words near each other
・ Jo Ann Davis
・ Jo Ann Emerson
・ Jo Ann Greer
・ Jo Ann Harris
・ Jo Ann Havrilla
・ Jo Ann Kelly
・ Jo Ann Krukar
・ Jo Ann M. Gora
・ Jo Ann Pflug
・ Jo Ann Pottorff
・ Jo Ann Prentice
・ Jo Ann Robinson
・ Jo Ann Sayers
・ JNA Wireless Association
・ Jnaanasundari
JNAerator
・ Jnagal
・ Jnan Chandra Ghosh
・ Jnan Chandra Ghosh Polytechnic
・ Jnan Prakash Ghosh
・ Jnan Taranga
・ Jnana
・ Jnana Prabodhini
・ Jnana Prabodhini Prashala
・ Jnana Vigraham
・ Jnana yoga
・ Jnana Yoga (book)
・ Jnana-Deepa Vidyapeeth
・ Jnanadabhiram Barua
・ Jnanadanandini Devi


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

JNAerator : ウィキペディア英語版
JNAerator

JNAerator is a computer programming tool for the Java programming language which automatically generates the Java Native Access (JNA) or BridJ code needed to call C and Objective-C libraries from Java code.
It reads in ANSI C header files and emits Java code. Some optional customization can be done through command line options, which can be saved in configuration files.
JNAerator does not need any native compiling beyond that of the targeted dynamic library (all of the glue code is in Java), which helps simplify the process of binding Java to C native libraries when compared to Java Native Interface (JNI)-based means.
Its output is typically larger and harder to use than hand-crafted JNA bindings, but it saves time and effort for bindings of large libraries with JNA.
==JNAerator Studio==

While JNAerator is mainly a command-line-based tool, it also contains a limited GUI that's ideal for simple quick generation experiments.
It can be launched from the Web using the direct WebStart link from the project's main page, or by double-clicking on JNAerator's JAR executable archive.
File:JNAeratorStudio.png

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「JNAerator」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.