On GameFAQs: The top 10 games that need sequels
9 Resources for

JNI

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Jar2Exe Standard Edition (zip)
Jar2Exe is a tool to convert jar files into exe files. The principium of this software is to start Java virtual machine using JNI interface. Basing on this, we have provided more other advanced features. Version 1.8 may include unspecified updates, enhancements, or bug fixes.
Tags: JNI, Jar2Exe, Java, Productivity, Programming Languages, Software Development, Software/Web Development
Software downloads 2007-08-17
OOJNI for .NET2.0 (low-level) (zip)
Object-Oriented JNI for .NET (low-level), Library for .NET Framework v.2.0. Supports Standard JNI interface for developing and running code in C#, MCpp, VB, J#. The main features available: - JNI code can be written only in managed code; - supported .NET languages: C#, VB, J#, Managed C++; - implements regular...
Tags: JNI, Java, .Net, Programming Languages, Software Development, Software/Web Development
Software downloads 2007-04-18
Invoking Assembly Language Programs From Java
The Java Native Interface JNI provides a powerful platform for integrating code written in languages other than Java - mainly C and C++ - with that written in the Java programming language. Although, theoretically speaking, JNI does provide a fairly generalized interface; the support structure that comes with JNI is...
Tags: JNI, Programming Languages, Java, Software Development, Software/Web Development
White papers 2006-10-19
J2Native (zip)
J2Native is the software development kit for working with native code from any Java application without using Java Native Interface JNI technology. While using J2Native you do not have to create native code libraries or deal with native code at all. You can call functions from any dynamic library or...
Tags: JNI, Smardec, J2Native, Java, Programming Languages, Software Development, Software/Web Development
Software downloads 2006-09-07
Discover how the Java Native Interface works
Good info, but It is easy to implementI thought your article was a pretty good brief explanation of the Java Native Interface and how it works. You forgot to mention that you can create the java first and then have java stub out the C++ header files using javah....
Tags: Programming languages, Java, JNI
Discussion threads 2006-09-07
Discover how the Java Native Interface works
Peter V. Mikhalenko offers an introduction on the Java Native Interface JNI and describes how native types are mapped to Java types and classes. Benefits of the JNI include its performance and its ability to preserve legacy code and add more functionality to your Java app. The Java Native...
Tags: JNI, Java, Peter V. Mikhalenko, Programming languages, pointer, Java Tips Newsletter, Method, JVM, Software Development, Software/Web Development
Technical articles 2006-09-06
J-Interop: Open Source DCOM Access without JNI
For anyone interested:j-Interop(http://j-interop.sourceforge.net) implements DCOM wire protocol MSRPC to enable development of Pure Bi-Directional, Non-Native, Java applications which can interoperate with any COM component.The implementation itself is purely in Java and does not use JNI to provide native access,thus being truly platform independent. It has full support for COM automation...
Tags: COM, java, dcom, jni, CORBA, J-Interop, vikramrc@..., programming, open source
Discussion threads 2006-09-03
Go native with Java Native Interface
A part of the Java platform since Java 1.1, the Java Native Interface JNI standard allows for interoperation between Java code and code written in other languages. The JNI was primarily designed for natively compiled languages, specifically C and C++, but there isn’t really anything to prevent you from using...
Tags: Programming languages, C/C++, Alexandre Pereira Calsavara, Java, JNI, native method, native code, header file
Technical articles 2003-03-13
Web-enabling COBOL applications with EJB
A lot of IT professionals love to insult COBOL, but it's the backbone of many organizations' IT systems. Find out how these systems can be integrated with the new Web world.By Keith ManteMany enterprises have generated COBOL applications involving huge investments in both money and resources over the last 20...
Tags: Programming languages, J2EE, Application servers, Middleware, Enterprise software, Builder Australia, COBOL, Java, EJB, business logic
Technical articles 2002-08-14

Additional Resources

OOJNI Advanced Add-in for VC6 (zip)
Object-Oriented JNI Add-In is a tool developed for MS Visual Studio. It generates C++ code OOJNI classes for java byte code selected and includes it into the active C++ project. It also makes JNI implementation of java interfaces.
Tags: C++, Object-Oriented JNI Add-In, Programming Languages, Java, C/C++, Software Development, Software/Web Development
Software downloads 2006-10-19
OOJNI Advanced Add-in for VC7.1 (zip)
Object-Oriented JNI Add-In is a tool developed for MS Visual Studio. It generates C++ code OOJNI classes for java byte code selected and includes it into the active C++ project. It also makes JNI implementation of java interfaces.
Tags: C++, Object-Oriented JNI Add-In, Programming Languages, Java, C/C++, Software Development, Software/Web Development
Software downloads 2006-10-25
OOJNI Add-in .NET for VS7.1 (zip)
Object-Oriented JNI Advanced Add-In is a tool developed for MS Visual Studio. It generates C++ code OOJNI classes and managed code (OOJNI for .NET classes) in MCPP, C#, J#, VB for java byte code selected and includes it into the active project. It also makes JNI implementation of Java class...
Tags: Class, Object-Oriented JNI Advanced Add-In, Programming Languages, Java, Microsoft Development Tools, C#, .Net, Software Development, Software/Web Development, Development Tools
Software downloads 2007-04-18
Debugging a Java Application With dbx: Industrial-Strength Debugging for Your Java Code
Sun ONE Studio, Compiler Collection dbx is an interactive, source-level, command-line debugging tool. One can use it to run a program in a controlled manner and to inspect the state of a stopped program. dbx gives complete control of the dynamic execution of a program. A person can use dbx...
Tags: Java Application, Sun Microsystems Inc., C++, Programming Languages, C/C++, Java, Software Development, Software/Web Development
White papers
10 Perl modules all Java developers should know
There are numerous CPAN modules which are designed to import Java classes into Perl scripts or access Java APIs like Swing, JDBC and JNI. This document lists the ten most important and useful modules in this collection. This download is also available as a TechRepublic article.
Tags: Java Developer, Perl, Module, Programming Languages, Java, Scripting Languages, Development Tools, Software Development, Software/Web Development, Web Development
Download resources 2007-02-22
Jaree (zip)
Jaree is a little application that wraps a user interface around the jar and javap tools to let you see the contents of Java JAR files. It shows you the hierarchical contents of the packages, and double-clicking on a class shows you its members and methods. These can be copied...
Tags: Software, Content, Jaree, Tools & Techniques, Java, Management, Programming Languages, Software Development, Software/Web Development
Software downloads 2005-10-13
JexePack (exe)
JexePack allows software developers to package Java applications, along with its resources like GIF, JPG, JNI DLLs, into a single compressed 32-bit Windows EXE that targets multiple Java runtime environments. Fully supports both Java console and windowed applications. Allows you to specify an icon for your EXE. Version 7.0c a...
Tags: JexePack, Java, Programming Languages, Software Development, Software/Web Development
Software downloads 2007-10-16
JNIWrapper (zip)
JNIWrapper eliminates difficulties in working with the native code from Java programs using a standard JNI approach. With JNIWrapper, there is no need to create native code libraries to call a function of the operating system API or a function from any dynamic library. You write code in the Java...
Tags: Library, TeamDev, JNIWrapper, Java, Programming Languages, Software Development, Software/Web Development
Software downloads 2007-04-26
ReByte (zip)
ReByte provides simple-to-use GUI for defining complex Java and C# classes, generated from the tool or via a command-line. The classes serialize to or from byte arrays, which can be passed between software components via messaging, sockets, JNI, RMI. Binary format of data is compatible between C# and Java classes....
Tags: Class, ReByte, C#, Programming Languages, Java, .Net, Software Development, Software/Web Development
Software downloads 2007-10-19
Best Practices for AFP Resource Caching in a IBM Content Manager OnDemand Web Enablement Kit Java API Application
This paper describes how the IBM Content Management OnDemand Web Enablement Kit Java APIs referred to hereafter as simply ODWEK handle the caching of AFP Resource data in memory, and how to avoid excessive system load by caching large AFP Resources to file using ODWEK Java APIs. The paper also...
Tags: Web, IBM Content Manager, Agence France-Presse, Java API, API, Best Practice, IBM Corp., Java, Programming Languages, Software Development, Software/Web Development
White papers 2007-12-15
P2PRealm - Peer-to-Peer Network Simulator
Peer-to-Peer Realm (P2PRealm) is an efficient peer-to-peer network simulator for studying algorithms based on neural networks. In contrast to many simulators, which emphasize on detailed network simulation, the speed of simulation in P2PRealm is essential, because neural networks require a time consuming training phase. Efficiency has been obtained by optimizing...
Tags: Network, P2P, University Of Jyvaskyla, P2PRealm, Peer To Peer (P2P), Networking, Internet
White papers 2006-05-05
  • << Previous
  • page 1 of 1
  • Next >>


TechRepublic's Peer To Peer Policy
Peer-to-peer networks--such as BearShare, Kazaa, LimeWire, Morpheus, and others--present numerous significant security threats to organizations. Permi ...
Buy Now
Troubleshooting Patch Cables Power Checklist
Call them what you want: patch, Ethernet, category 5, or even cat 5e cables. Regardless of the moniker, Ethernet patch cables perform the bulk of the ...
Buy Now