Java Netscape to view internet pages with Java2 applets

  • Thread starter Thread starter ramollari
  • Start date Start date
  • Tags Tags
    Internet
AI Thread Summary
The discussion revolves around issues with installing Netscape to view Java2 applets while Internet Explorer (IE) is functioning properly. The user is unable to access the internet with Netscape, raising concerns about potential restrictions from IE, which is criticized as being problematic. The conversation highlights that while Firefox works well, it does not support Java2 applets, which is the primary reason for needing Netscape. There is a consensus that Java is backward compatible, allowing Java 2 applets to run in browsers that support them, but IE does not support Java technology due to Microsoft's preference for ActiveX. Netscape 5.0 and later versions are noted as capable of supporting Java 2 applets, while the discussion also touches on the broader context of the "browser war" and the limitations imposed by IE on Java functionality. The technical distinction between J2SE and J2SDK is clarified, emphasizing that the SDK provides libraries but not the browser plugin necessary for applet execution.
ramollari
Messages
433
Reaction score
1
I'm trying to install Netscape to view internet pages with Java2 applets and I have also IE in my computer. The problem with Netscape is that it cannot open any internet page while IE can. I don't have any hint what forbids it to access the Internet?
 
Technology news on Phys.org
IE is basically a virus, i wouldn't be surprised if it didnt let netscape use the internet.


the day microsoft creates a product that doesn't suck is the day they make a vacuum cleaner. if i were you i would un install IE
 
T@P, you can't uninstall IE.

ramollari, do you have proxy settings?
 
Yes my PC is behind a proxy firewall, but it should allow the download of html pages. By the way, Firefox Moxilla also works fine.
 
If firefox is working, why use netscape? firefox should be fine.

Of course I'm biased. I love firefox.

And IE is a virus. I hate it.
 
franznietzsche said:
If firefox is working, why use netscape? firefox should be fine.

Of course I'm biased. I love firefox.

And IE is a virus. I hate it.

I need Netscape to view Java 2 applets, not supported by IE and by Firefox either.
 
Last edited:
Isn't java backwards compatible? I would think.
 
dduardo said:
Isn't java backwards compatible? I would think.
Yes Java is backwards compatible, so if the browser can read Java 2, it can also read Java 1 applets. But the opposite isn't true.
 
And aren't we at J2SE 5.0? So what is the problem?
 
  • #10
dduardo said:
And aren't we at J2SE 5.0? So what is the problem?
j2sdk 1.5 I would rather think. j2sdk 1.2 and up is considered as Java 2 because it introduced many extension libraries, such as swing and jce. However there is a browser war and technology war. Microsoft doesn't want to promote the use of Java technology, but ActiveX instead so no version of IE can support Java 2. As far as I know, only Netscape 5.0 and up does. I really have trouble with IE when I try to view some academic demonstration applets written in Java 2.
 
  • #11
It was my understanding that J2SE is the browser plugin while J2SDK is the software development kit. All the sdk provides is the libraries and such for java, but not the actual plugin for the browsers. I could be wrong, but try it out anyway.
 
Last edited:
Back
Top