JAVA based SOURCE CODE ENGINEERING TOOL for Java/C/C++

1999-05-28 Thread Janos Koppany
Intland announced today the availability of Intland Source Explorer 1.0 for Windows and UNIX (Linux, Solaris) operating systems. Intland Source Explorer is a Source Code Engineering tool suited for C, C++ and Java developer, project manager, and quality assurance engineer. For downloading of the

Re: Java +c/c++

1999-04-08 Thread Ken McNeil
>I have token a lloke at the Sun's JNI site. I leared a lot from that WEB >site. However in the 5th step -- to create a shared library, it is just >Solaries/win examples. I am working on Linux box. when I try to comiple >the shared library as following: > >(the original command is cc -G -I/usr

Re: Java +c/c++

1999-04-08 Thread Denis Riedijk
On Wed, 07 Apr 1999, Chien-Lung Wu wrote: >Hi, guys: > >Can somebody point out that how can I insert a piece of C code in my java >program? You need to declare a native function in your java-code. Then you run javah -jni MyPackage.MyClass. Then you have a header file for your c/c++ function. you