On BNET: 3 worst things about the iPhone 3G S
13 Resources for

jni

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean JNI (13 results)

TechRepublic Resources

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
OOJNI Add-in for VS2005-2008 3.00.00 (Windows)
Object-Oriented JNI Add-In is a tool developed for MS Visual Studios 2005, 2008. It generates C# or VB# code OOJNI classes for java byte code (SUN/IBM/MS JDK1.1.x, JDK1.3.x and later) selected and includes it into the active project. It also makes JNI implementation of Java class native methods. At the...
Tags: JNI, Microsoft Windows, Javain, Object-Oriented JNI Add-In, Programming Languages, Java, C#, Software Development, Software/Web Development
Software downloads 2009-06-08
Jar2Exe Standard Edition 1.8 (Windows)
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, RegExLab, Jar2Exe, Java, Microsoft Windows, Programming Languages, Software Development, Software/Web Development, Operating Systems, Software
Software downloads 2007-08-17
OOJNI for .NET2.0 (low-level) 1.00.11 (Windows)
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: Microsoft .NET Framework 2.0, JNI, Microsoft Windows, Javain, Java, .Net, Programming Languages, Software Development, Software/Web Development
Software downloads 2007-04-18
Object-Oriented JNI for .NET (low-level) 2.00.06 (Windows)
Object-Oriented JNI for .NET (low-level), Library for .NET Framework v.1.1. Supports Standard JNI interface (SUN/IBM/MS JDK1.1.x-1.6.x) for developing and running code in C#, MCpp, VB, J#. The main features available are JNI code can be written only in managed code, supported .NET languages: C#, VB, J#, Managed C++, implements regular...
Tags: JNI, Microsoft Windows, Object-oriented, Javain, .Net, Java, Programming Languages, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
Software downloads 2007-04-17
J2Native 2 (Windows)
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, Microsoft Windows, Smardec, J2Native, Java, Programming Languages, Software Development, Software/Web Development
Software downloads 2006-09-07
xFunction for Windows 2.16 (Windows)
The xFunction library is the universal solution for integration of Java code with code written in other languages, superior in many aspects to Java Native Interface JNI. With xFunction, you no longer need to implement those ugly native methods. Instead, you extend and instantiate xFunction classes to create conventional Java...
Tags: JNI, Microsoft Windows, Excelsior, xFunction, xFunction Library, Java, Programming Languages, Software Development, Software/Web Development
Software downloads 2005-09-05
JNI 1160 PCI Fibre Channel Adapter 5.0.2183.1 (Windows)
JNI 1160 PCI Fibre Channel Adapter: OS installed driver. For information only.
Tags: JNI, Microsoft Windows, Java, Programming Languages, Software Development, Software/Web Development
Software downloads 2003-06-19
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

Additional Resources

Jump-start your programming skills with Thinking in Java
Are you looking for a good Java programming book? You're not alone. A lot of our members have been searching for one, too. Lamont Adams may have found just what you need with Thinking in Java.I’ve received quite a few e-mails from members looking for a good Java programming book....
Tags: Programming languages, Lamont Adams, programming, Java, Bruce Eckel
Technical articles 2001-04-17
Choose the right JDBC driver for your database interface
You may or may not have an enterprise client, but if you’re using Java, you already know that presentation isn’t everything: database access is as crucial a design consideration as the interface. The Java Database Connectivity JDBC API is your all-purpose link between applications and your databases. Based on Microsoft’s...
Tags: database, Scott Robinson, Java, JDBC Driver, JDBC
Technical articles 2004-04-23
Measure CPU and memory consumption of a Java application
Measuring CPU and memory consumption often becomes acrucial point in achieving proper performance of Javaapplication. And while Java provides some methods for measuring its heap size,there is no way to measure native Java process size and current CPU usage usingstandard APIs. Results of such measurements can bevery important for developers,...
Tags: Â Â Â, Â Â Â Â, Â Â Â Â Â Â Â, CPU, Java, Java application, Peter V. Mikhalenko
Technical articles 2006-05-01
C# is just Java--only a little worse
C# and Java are both nice languages. They reach similar goals through similar means, although C# adds some syntactical touches to Java, such as the foreach keyword and a more pleasant extends/implements construct. Unfortunately, the improvements are outweighed by the instances of regression. In this article, I'll compare the languages,...
Tags: Programming languages, .NET, C/C++, Ryan Brase, C#, Java, C++
Technical articles 2003-04-07
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
OOJNI Add-in .NET for VS7.1 1.00.14 (Windows)
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, Microsoft Windows, Javain, 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
OOJNI Advanced Add-in for VC7.1 2.01.12 (Windows)
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: Microsoft Windows, C++, Javain, Object-Oriented JNI Add-In, Programming Languages, Java, C/C++, Software Development, Software/Web Development
Software downloads 2006-10-25
  • << Previous
  • page 1 of 1
  • Next >>


PC Troubleshooter Resource Guide, Fifth Edition
Ensure you have the solutions you need to troubleshoot power supplies, CPUs, video cards, disk drives, CD and DVD drives, motherboards, sound cards, USB issues, monitors, printers, laptops, network connections, spyware, Windows XP and more.
Buy Now
500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now

Smartphones