The Artima Developer Community
Sponsored Link

Java Answers Forum
embed netscape browser into a java application

3 replies on 1 page. Most recent reply: Feb 19, 2004 7:04 AM by Viswanatha Basavalingappa

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
Swetha Reddy

Posts: 1
Nickname: swetha
Registered: Dec, 2003

embed netscape browser into a java application Posted: Dec 29, 2003 9:12 PM
Reply to this message Reply
Advertisement
Hi
I need to embed netscape browser into my java application.Is there any way i can do that.This is the first time i am working on this topic.please reply.
Thanks in advance
regards
swetha


Viswanatha Basavalingappa

Posts: 84
Nickname: viswagb
Registered: Nov, 2003

Re: embed netscape browser into a java application Posted: Feb 17, 2004 1:31 AM
Reply to this message Reply
I don't feel we can embed netscape browser in to Java Application, but we can simulate a Browser in Java Application using some of the API's like

URL
URLClassLoader
URLConnection
URLDecoder
URLEncoder
URLStreamHandler

Try out..some other inputs.. I have this much knowwledge,, but we can achive this function in VB very easyly..
VB provides ActiveX component to do this..

Viswa
----------

Mike Sandman

Posts: 6
Nickname: n8behavior
Registered: Feb, 2004

Re: embed netscape browser into a java application Posted: Feb 17, 2004 8:06 PM
Reply to this message Reply
no, not without some hacking or trickery.

however, if you really wanted to get your hands dirty, you could write a JNI wrapper to the Mozilla Public API.

http://www.mozilla.org/projects/embedding/PublicAPIs.html

this is not a trivial task, but it would make you a "super villian" if you did :)

Viswanatha Basavalingappa

Posts: 84
Nickname: viswagb
Registered: Nov, 2003

Re: embed netscape browser into a java application Posted: Feb 19, 2004 7:04 AM
Reply to this message Reply
try to use this, and see..

ftp://ftp.netscape.com/pub/sdk/plugin/windows/oct_21_97/


Viswa
--------

Flat View: This topic has 3 replies on 1 page
Topic: search techniques in java Previous Topic   Next Topic Topic: re: JSP page

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use