The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
May 2000

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

How can I use Java to use the functionality of existing VisualBasic Applications

Posted by Matt Gerrans on October 17, 2001 at 4:08 PM

Could you be more specific? For instance, one simple thing you could do is have your vb app put some stuff on the clipboard that the java app could read. This wouldn't be too difficult. Or you could have your vb app write to a file that the java app reads, which is also pretty simple.

However, if you are talking about the java app calling functions you wrote in vb, it is probably less work (and more platform independent) to rewrite some of your code in java. You can make DLLs with VB that could be called via Java native methods, but you will probably waste a lot of time (and nerves) trying to get it all working.

- mfg

> How can I use Java to use the functionality of existing VisualBasic Applications.






Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us