How do I make my applets work well on multiple browsers and virtual machines?
Ans : Java is cross-platform, but that doesn’t mean all platforms, browsers, and virtual machines operate identically. However, there are a number of steps a developer can take to ensure that their applet works reasonably well on most browsers. Use Java 1.0 only. Use a Java 1.0 compiler and a Java 1.0 environment to test in. Do not use Java 1.1. From day 1, run your tests in Netscape Navigator 3.0 and earlier. Of browsers that support Java, Navigator’s probably the buggiest so if you can get something to work there it’s more likely to run elsewhere. In particular, do not develop your applets using the appletviewer. The appletviewer’s too reliable and too stable to accurately model real user experience. From day 1, include multiple platforms in your tests and development. You may not be able to test on every platform Java supports, but Windows 95 and the Mac are a must. The Mac VMs in Navigator are some of the worst around so it’s important to write for them.
Java is cross-platform, but that doesn’t mean all platforms, browsers, and virtual machines operate identically. However, there are a number of steps a developer can take to ensure that their applet works reasonably well on most browsers. 1. Use Java 1.0 only. Use a Java 1.0 compiler and a Java 1.0 environment to test in. Do not use Java 1.1. 2. From day 1, run your tests in Netscape Navigator 3.0 and earlier. Of browsers that support Java, Navigator’s probably the buggiest so if you can get something to work there it’s more likely to run elsewhere. In particular, do not develop your applets using the appletviewer. The appletviewer’s too reliable and too stable to accurately model real user experience. 3. From day 1, include multiple platforms in your tests and development. You may not be able to test on every platform Java supports, but Windows 95 and the Mac are a must. The Mac VMs in Navigator are some of the worst around so it’s important to write for them.
Java is cross-platform, but that doesn’t mean all platforms, browsers, and virtual machines operate identically. However, there are a number of steps a developer can take to ensure that their … ve also added the following two questions: 5.5: How can I make my applets work well on multiple browsers and virtual …
Java is cross-platform, but that doesn’t mean all platforms, browsers, and virtual machines operate identically. However, there are a number of steps a developer can take to ensure that their applet works reasonably well on most browsers. • Use Java 1.0 only. Use a Java 1.0 compiler and a Java 1.0 environment to test in. Do not use Java 1.1. • From day 1, run your tests in Netscape Navigator 3.0 and earlier. Of browsers that support Java, Navigator’s probably the buggiest so if you can get something to work there it’s more likely to run elsewhere. In particular, do not develop your applets using the appletviewer. The appletviewer’s too reliable and too stable to accurately model real user experience. • From day 1, include multiple platforms in your tests and development. You may not be able to test on every platform Java supports, but Windows 95 and the Mac are a must. The Mac VMs in Navigator are some of the worst around so it’s important to write for them. Windows NT is also a nice t