Link to home
Start Free TrialLog in
Avatar of trygve
trygve

asked on

Java DDE

I'm writing a program in Java, that reads data from different
Windows applications, ie. Intouch, Notepad.

In order to do that I've installed a class called Jddeml in
my CLASSPATH. In the description of the class it says:

  Class Jddeml represents Windows DDE object (server or client).
  Jddeml enables Java applets/applications to interact with Windows
  applications and other applets/applications using Dynamic Data
  Exchange Protocol.

The question is : Has anyone experience in using this class?
I've got some problems telling the DDE-server which application
it's going to retrieve the data from, and what data it's going
to fetch.

The source code of the class Jddeml, I found at:

  http://www.nevaobject.com/java/index.htm

If anyone can help me, I'll be happy.

Thanks in advance!

Trygve B. Reitan
tbr@itk.ntnu.no
Avatar of fun
fun

Why isn't this in the java area?
Java is not the same as JavaScript and not everyone who is expert in one is also either expert or knowledgeable about the other.

why not email the people at www.nevaobject.com. They wrote it.
ASKER CERTIFIED SOLUTION
Avatar of moorep
moorep

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial