java j2ee jni zend core brigde parallels windows autoit
java j2ee jni zend core brigde parallels windows autoit
Relatd Articles
JNIEasy v1.2, Java Native Objects, added Mac OS X x86 support
JNIEasy v1.2, the sophisticated full replacement of JNI using Java only and POJOs, introduces Mac OS X x86 support. Alongside Linux and Windows, JNIEasy now covers virtually 100% of the market.
JNIEasy v1.2, the sophisticated full replacement of JNI using Java only and POJOs, introduces Mac OS X x86 support. Alongside Linux and Windows, JNIEasy now covers virtually 100% of the market.
dsj DirectShow Java wrapper v.0_8_1
dsj is a minimum library volume high performance JNI/JAWT driven wrapper to Windows' native DirectShow api.
dsj is a minimum library volume high performance JNI/JAWT driven wrapper to Windows' native DirectShow api.
Parallels Virtuozzo Virtualization Containers Powers Swyx SaaS Telephony Solution
Parallels announced that Swyx Solutions has selected Parallels Virtuozzo Containers 4.0 to deliver a cost-efficient and scalable hosted PBX application via a software-as-a-service (SaaS) model. Using Parallels software, Swyx delivered 'Hosted SwyxWare,' a hosted solution based on its 'SwyxWare' telecommunications system for Microsoft Windows.
Parallels announced that Swyx Solutions has selected Parallels Virtuozzo Containers 4.0 to deliver a cost-efficient and scalable hosted PBX application via a software-as-a-service (SaaS) model. Using Parallels software, Swyx delivered 'Hosted SwyxWare,' a hosted solution based on its 'SwyxWare' telecommunications system for Microsoft Windows.
Parallels Virtualization and Automation Products Power New ActiveHost Services
Parallels announced that ActiveHost will offer Windows virtual private server (VPS) packages based solely on Parallels products. The new offering will be delivered by the newly created ActiveVPS division of ActiveHost. ActiveHost is using Parallels Virtuozzo Containers, Parallels Plesk Control Panel and Parallels Business Automation software to provide its customers with a complete platform to manage their own VPS resources and billing account information.
Parallels announced that ActiveHost will offer Windows virtual private server (VPS) packages based solely on Parallels products. The new offering will be delivered by the newly created ActiveVPS division of ActiveHost. ActiveHost is using Parallels Virtuozzo Containers, Parallels Plesk Control Panel and Parallels Business Automation software to provide its customers with a complete platform to manage their own VPS resources and billing account information.
Eugene Kuleshov: debugging JVM crashes or more on -XX options
Roman Kennke discovereda very useful -XX JVM option for debugging JNI code:
It would be really neat to somehow use those options to hook up Eclipse CDTdebugger to the failed process.
Roman Kennke discovereda very useful -XX JVM option for debugging JNI code:
java -XX:OnError="gdb - %p" MyApplication
This fires up gdb whenever an error occurs, and sets up all the libraries etc for debugging. Very nice. Ideally you do this using a debug build of OpenJDK, so get get as much useful information as possible.While back, I've created " The most complete list of -XX options for Java 6 JVM", which has the following description for OnErrorflag:
Run user-defined commands on fatal error; see VMError.cppfor examplesAs advertised, VMError.cppdoes show few more neat examples:
// -XX:OnError=, where can be a list of commands, separated // by ';'. "%p" is replaced by current process id (pid); "%%" is replaced by // a single "%". Some examples: // // -XX:OnError="pmap %p" // show memory map // -XX:OnError="gcore %p; dbx - %p" // dump core and launch debugger // -XX:OnError="cat hs_err_pid%p.log | mail my_email (at) sun.com" // -XX:OnError="kill -9 %p" // ?#!@#On Windows there is also -XX:UseOSErrorReporting option, which would use system error reporting, such as Dr.Watsonor a debugger registered instead.
It would be really neat to somehow use those options to hook up Eclipse CDTdebugger to the failed process.
Related Projects
jsrvany
jsrvany is a Windows tool, meant to allow *any* Java class/package to be run as a Windows system service. It makes usage of JNI to instantiate and start the class.
jsrvany is a Windows tool, meant to allow *any* Java class/package to be run as a Windows system service. It makes usage of JNI to instantiate and start the class.
uwin
A Java library to access the Windows Registry, and get information on RAM and Disk space. Uses JNI.
A Java library to access the Windows Registry, and get information on RAM and Disk space. Uses JNI.
jeasyopc
Java Easy OPC client. The client is based on Java technology. The core library is created in Delphi (only for OS Windows).
Java Easy OPC client. The client is based on Java technology. The core library is created in Delphi (only for OS Windows).
jnilogmonitor
Java developer can get or set windows system log by this api. It is more easy to use. Using jni to communicate java with c++.
Java developer can get or set windows system log by this api. It is more easy to use. Using jni to communicate java with c++.
jadsi
ADSI is useful interface for many Windows administrative tasks. JADSI provides Java interface for calling ADSI COM objects and interfaces through JNI.
ADSI is useful interface for many Windows administrative tasks. JADSI provides Java interface for calling ADSI COM objects and interfaces through JNI.



