Java control in Windows app?
-
I have been asked to see if I can use a Java control from within an MFC app. I don't know enough Java to know if this is possible. The control I am trying to hook in is the thinkmap control (http://www.thinkmap.com[^]) Does anyone have any idea of whether this is possible, and if so, how I would go about doing it?
"The way of a fool seems right to him, but a wise man listens to advice" - Proverbs 12:15 (NIV)
-
I have been asked to see if I can use a Java control from within an MFC app. I don't know enough Java to know if this is possible. The control I am trying to hook in is the thinkmap control (http://www.thinkmap.com[^]) Does anyone have any idea of whether this is possible, and if so, how I would go about doing it?
"The way of a fool seems right to him, but a wise man listens to advice" - Proverbs 12:15 (NIV)
-
I have been asked to see if I can use a Java control from within an MFC app. I don't know enough Java to know if this is possible. The control I am trying to hook in is the thinkmap control (http://www.thinkmap.com[^]) Does anyone have any idea of whether this is possible, and if so, how I would go about doing it?
"The way of a fool seems right to him, but a wise man listens to advice" - Proverbs 12:15 (NIV)
Well the first thing is this, no Java can execute without a JVM context for it to execute in. Therefore you are not going to be able to just "use" a Java component in a Win32 application since there is no JVM context. After that there is a multitude of possibilities. Their web site requires registration to get the White Papers and I don't have any requirements for your application. Therefore I can't make any informed comments on your particular situation.