C++ Runtime Error - Java ???? [message #137792] |
Fri, 16 September 2005 16:15 |
jayboo
Messages: 2 Registered: September 2005 Location: texas
|
Junior Member |
|
|
I am trying to use web.show_document to open a java based internet session. I get an C++ Runtime-Error, abnormal termination in Internet Explorer.
Not sure whether Jinitiator is interfering with Java JVM or not...
WEBNOW_URL VARCHAR2(200);
WEBNOW_URL := 'http://server.is.generic.com:8080/web/index.jsp?';
WEB.SHOW_DOCUMENT(WEBNOW_URL,'_blank');
Please help me....We are trying to get this to work with a imaging product call WebNow. It is version 5.4. It is associated with ImageNow.
No Java URLS will display thru Internet Explorer with the Web.Show_Document
Any ideas are helpful...
|
|
|