JNAerator (original) (raw)

Property Value
dbo:abstract JNAerator is a computer programming tool for the Java programming language which automatically generates the Java Native Access (JNA) or code needed to call C, 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. (en) JNAerator é uma Ferramenta de programação para a Linguagem de programação Java que analisa o Arquivo cabeçalho de C e Objective-C e gera para invocar código nativo via (JNA), ou . (pt)
dbo:developer http://ochafik.com/
dbo:latestReleaseDate 2015-05-08 (xsd:date)
dbo:latestReleaseVersion 0.12
dbo:license dbr:LGPL
dbo:operatingSystem dbr:Cross-platform
dbo:programmingLanguage dbr:Java_(programming_language)
dbo:thumbnail wiki-commons:Special:FilePath/JNAeratorStudio.png?width=300
dbo:wikiPageExternalLink http://bridj.googlecode.com/ http://nativelibs4java.googlecode.com/ http://ochafik.com/ https://archive.today/20110819103551/https:/rococoa.dev.java.net/ https://github.com/nativelibs4java/JNAerator http://code.google.com/p/nativelibs4java/wiki/MacOSXFrameworks http://code.google.com/p/nativelibs4java/wiki/Mono http://code.google.com/p/nativelibs4java/wiki/OpenCL
dbo:wikiPageID 26112038 (xsd:integer)
dbo:wikiPageLength 3325 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1081576592 (xsd:integer)
dbo:wikiPageWikiLink dbr:Computer_software dbr:Cross-platform dbr:SWIG dbr:Mono_(software) dbr:Computer_program dbr:Computer_programming dbr:C++ dbr:C_(programming_language) dbr:C_Sharp_(programming_language) dbc:Java_platform dbr:Java_(programming_language) dbr:Java_Native_Access dbr:Java_Native_Interface dbr:Java_OpenGL dbr:ANSI_C dbc:Application_programming_interfaces dbr:LGPL dbr:Programming_tool dbr:Gluegen dbr:Objective-C dbr:OpenCL dbr:Scripting_language dbr:Programming_language dbr:BridJ dbr:File:JNAeratorStudio.png
dbp:developer http://ochafik.com/
dbp:genre (en)
dbp:latestReleaseDate 2015-05-08 (xsd:date)
dbp:latestReleaseVersion 0.120000 (xsd:double)
dbp:license dbr:LGPL
dbp:name JNAerator (en)
dbp:operatingSystem dbr:Cross-platform
dbp:programmingLanguage dbr:Java_(programming_language)
dbp:website https://github.com/nativelibs4java/JNAerator
dbp:wikiPageUsesTemplate dbt:Infobox_software dbt:Start_date_and_age
dct:subject dbc:Java_platform dbc:Application_programming_interfaces
gold:hypernym dbr:Tool
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 yago:Abstraction100002137 yago:Code106355894 yago:CodingSystem106353757 yago:Communication100033020 yago:Writing106359877 yago:WrittenCommunication106349220 yago:Software106566077
rdfs:comment JNAerator é uma Ferramenta de programação para a Linguagem de programação Java que analisa o Arquivo cabeçalho de C e Objective-C e gera para invocar código nativo via (JNA), ou . (pt) JNAerator is a computer programming tool for the Java programming language which automatically generates the Java Native Access (JNA) or code needed to call C, 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. 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. (en)
rdfs:label JNAerator (en) JNAerator (pt)
owl:sameAs freebase:JNAerator wikidata:JNAerator dbpedia-pt:JNAerator https://global.dbpedia.org/id/4oGqG
prov:wasDerivedFrom wikipedia-en:JNAerator?oldid=1081576592&ns=0
foaf:depiction wiki-commons:Special:FilePath/JNAeratorStudio.png
foaf:homepage https://github.com/nativelibs4java/JNAerator
foaf:isPrimaryTopicOf wikipedia-en:JNAerator
foaf:name JNAerator (en)
is dbo:wikiPageWikiLink of dbr:Java_Native_Access
is foaf:primaryTopic of wikipedia-en:JNAerator