I am working on a project that only works under Java1.2. And now I need to impalement a screen capture tool for this program. However, I need to use Robot Class in
Java 1.3 for the screen capture tool. My question is that can I execute two java programs of different versions of java platforms at the same time? If I can do that, can you explain to me that how can I do it? Or point out some articles or documentations, which might be useful for solving that problem?