I am not sure what i am doing wrong but this seems to be not working. I am trying to access Java class using CAS COM Brdige using VB.NET. Problem is all i get back is "System.__COMOBject". Following is how my code look like:
Dim strValue As New ComBridgeJavaServices.JavaServices() strValue.ShowJavaConsole() MsgBox(strValue.JavaNew("java.util.Date").ToString) I am very sure that i am creating an instance so not sure what else to do here? Thanks for help You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.