Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
244 views

J++ to Java: how to migrate from RNI to JNI?

I've inherited a legacy J++ project. I've upgraded this project to standard Sun Java successfully. However, this project includes a native C++ dll which the Java code talks to via the ...
0
votes
1answer
32 views

How can i use eclipse as an IDE for j++

is it possible to debug j++ projects with Eclipse?
0
votes
2answers
73 views

where can I bring com.ms.* packeges to build

I'm trying to build mS-java compatible applet and I have references to classes in com.ms.*. But I can't find the required libraries.
0
votes
1answer
480 views

How do I Double.parseDouble / Float.parseFloat in J++

Microsoft J++ does not have a Double.parseDouble() method. How do I do this?
0
votes
3answers
204 views

Migrate old J++ project to Eclipse?

I've got my hands on an old Microsoft J++ project that uses some old Microsoft-specific things from the Microsoft Java Virtual Machine (now deprecated and unsupported). It uses additional things from ...