View Single Post
  #3  
Old 06-03-2005, 03:06 PM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
Quote:
Vizard is written entirely in C/C++. So it would not be compatible with Jython or Java. The best thing you can do is have your Java application manually start up Vizard and communicate with it through some form of IPC (Interprocess Communication). Why do you need to use Java? Are you using it for a GUI or calculations?
Mmmh, IPC... What about the Java Native Interface...


The Java Native Interface (JNI) is the native programming interface for Java.
The JNI allows Java code that runs within a Java Virtual Machine (VM) to operate with applications and libraries written in other languages, such as C, C++, and assembly. In addition, the Invocation API allows you to embed the Java Virtual Machine into your native applications.

Quote:
Why do you need to use Java? Are you using it for a GUI or calculations?
@Why? I have a Java application that I want to use to model and show the conceptual model.

@ GUI: so it is using a GUI and calculations.

Johannes
Reply With Quote