Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java app in C#.net webbrowser control

843798Jul 22 2008
I recognize that this question has a substantial .NET component and I have cross posted it on the MS website. But it is a problem of interface with Java and I suspect they will angrily redirect me to a Java forum.

I have a device that serves a picture by way of a Java app. I can render the picture in IE by navigating to the device: http://192.168.0.57/tvJVIEW.HTM
I can also fill a webbrowser control with the image:

private void Form1_Load(object sender, EventArgs e)
{
webBrowser1.Navigate("http://192.168.0.57/tvJVIEW.HTM");
}

On a second machine, running XP 64, I can also render the image in IE.
The C# webbrowser navigates to the device � as evidenced by a logon dialog. Then a vshost security warning pops up:

�The publisher could not be verified. Are you sure you want to install this software?
Name 192.168.0.57...publisher unknown�

I click the �Install� button. The dialog disappears. The webbrowser control remains blank except it has a small box in the upper left with an x in it.

The Java Platform Standard Edition icon is in the system tray.

Can anyone help me configure this machine to show the image.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 19 2008
Added on Jul 22 2008
0 comments
237 views