j'ai cherché une soluce pour un collègue qui devait faire interragir un prog win32 et un prog Java2.
-> www.microsoft.com/java
dans le SDK il y a des brols à faire pour que ça fonctionnize.
/!\ j'ai pas testé, c'est du lu-tapé
Java programs can communicate with XMetaL (le soft win32 que l'on veut tripoter) via the COM interface if XMetaL is running.
You need the latest Java SDK from microsoft installed. ( www.microsoft.com/java )
Steps:
- run: jactivex /d classes /p com.sq xmetal2
where: /p specifies a package name and /d is the output folder.
- compile: jvc /x- classes/com/sq/xmetal/*.java
- zip: with no compression! zip -n class xmetal.zip com/sq/*.class
- add xmetal.zip to the classpath
- reboot.
-> p'têt que via ce mécanisme tu peux faire un prog C/VB/Delphi/... tout bête qui te pompe le user et que tu files ensuite à Java...
bon, j'admets que c'est lourd comme soluce...
[jfdsdjhfuetppo]--Message édité par TBone le 02-05-2002 à 15:00:22--[/jfdsdjhfuetppo]
---------------
As the plane took off, the pilot turned to the co-pilot and said, “Have you ever flown solo?” Co-pilot: No. Typically I fly much higher than this.