Access Java class from VC++
-
Sir.....is it possible to access/use java class from VC++ ? If so...please let me know the mathod Thanks a lot !!!!!!! C.R.Naik
well I don't think it is possible...:)
-
Sir.....is it possible to access/use java class from VC++ ? If so...please let me know the mathod Thanks a lot !!!!!!! C.R.Naik
Yes, but its ugly. We did it for a project at work. You have to use COM, which means you have to use MS J++ (or J# now) and expose a COM interface to be accessed from the C++ side. I don't know it well enough to go through the details. If you are using .NET, then you should probably be able to access the J# Java classes seamlessly. At least that's what I've been told about VS.NET though I haven't played with it much yet. There are only 10 types of people in this world....those that understand binary, and those that do not.
-
Yes, but its ugly. We did it for a project at work. You have to use COM, which means you have to use MS J++ (or J# now) and expose a COM interface to be accessed from the C++ side. I don't know it well enough to go through the details. If you are using .NET, then you should probably be able to access the J# Java classes seamlessly. At least that's what I've been told about VS.NET though I haven't played with it much yet. There are only 10 types of people in this world....those that understand binary, and those that do not.