![]() | Reproduced with permission from Computer Desktop Encyclopedia. Copyright (c) 1981-2008 The Computer Language Company Inc. All rights reserved. |
Additional Resources
- 50 questions asked and answered on Android
- At the very end of the Google I/O 2008 conference last week the Android development team hosted a great fireside chat on the new mobile platform. The session was free-form, completely driven by questions from the audience. Although Google was trying to keep mum on a number of issues, several...
- Blog posts 2008-06-05
- Cosmos%3A+An+open-source+.Net-based+microkernel+OS+is+born
- Cosmos%3A+An+open-source+.Net-based+microkernel+OS+is+bornawesome...another alternative, lightweight OSMicrosoft ought to rebuild Windows on top of its stripped-down kernel so that Windows can run efficiently with fewer resources.Zzzzzzzzzzzzzzzzzzzzzzzzz....."[b][b] can't hold a candle to Linux."please cut the crap![i]Cosmos is 100% C#. The only assembly is emitted by our compiler.[/i]Last time I checked C# code was plain...
- Discussion threads 2008-02-06
- 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...
- White papers 2007-12-15
- 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....
- Software downloads 2007-10-19
- Polarion blinks in struggle over Subversion
- Polarion Software is donating the subversion.com domain name to the Subversion Corporation, a non-profit stewardship organization created to support the development of Subversion. Subversion is a popular open source version control package widely seen as the successor to CVS. The announcement will be made at the SubConf 2007 conference in...
- Blog posts 2007-10-16
- 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...
- Software downloads 2007-10-16
- Sun needs an answer to iPhone ASAP, lest Java wither on the vine
- Sun needs an answer to iPhone ASAP, lest Java wither on the vineHuh?I assume there is some sort of point to this? I missed it. I think I am dumber now for having read this...The answer is out thereit's called mobile Linux!If you want Java, then go Linux. Otherwise...
- Discussion threads 2007-10-11
- Axiomatic Multi-Platform C (dmg)
- AMPC compiles ANSI C programs directly into Java bytecodes to run on any platform where a Java runtime is available. AMPC can also be used to integrate C and Java programs since AMPC's C functions can directly call numerous Java methods and vice versa. AMPC supports ANSI C 1989 (ISO...
- Software downloads 2007-09-14
- 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.
- Software downloads 2007-08-17
- 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...
- Software downloads 2007-04-26
- 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...
- Software downloads 2007-04-18
- 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...
- Software downloads 2007-04-18
- 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.
- Download resources 2007-02-22
- 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.
- Software downloads 2006-10-25
- 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...
- White papers 2006-10-19
- 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.
- Software downloads 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...
- Software downloads 2006-09-07
- 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...
- White papers 2006-05-05
- Sun issues patches for critical Java flaws
- Sun issues patches for critical Java flawsIt's Microsoft fault for sure. [nt][nt]Not a problem... since Sun hasn't managed to get their JREs working on 64 bits anyway.Actually a very serious Microsoft bug!See http://support.microsoft.com/?kbid=225099&sd=msdnA very basic function ofthe stadanrd C library used in almost all applications is...
- Discussion threads 2006-02-08
- 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...
- Software downloads 2005-10-13
Premier Vendor Content Whitepapers, webcasts & resources from our Power Center Sponsors
- Video: Intel Manufacturing Methods: Unit Level Traceability Auto Strap
-
This video provides an overview of Intel's Unit Level Traceability (ULT) system, a technology developed to address the complexities that exist with the introduction of new manufacturing technologies in Assembly/Test in Intel. Video playing time is 4 minutes.

- Observe this system in action on the Intel assembly line >>
Fusion
- There’s a new energy coming from the people of AMD. Its the power of Fusion.
- Learn about the power of fusion at work and the industry-changing impact of accelerated computing.
-
- View AMD video, case studies, blogs, forums, and more on ZDNet »


