compile an applet to java 1.1 with netbeans

R

Ray Joslyn

I'm using neabeans with java 1.4.2 and need to compile an applet to
use java 1.1 How do I do this with netbeans?
Thanks
Ray
 
A

Andrew Thompson

I'm using neabeans with java 1.4.2 and need to compile an applet to
use java 1.1

You need to specify a -target option fopr the
compile. Note, though, that if you want to check
that you are only _using_ 1.1 functionality, you
need to invoke the -bootclasspath option and point
it to a 1.1 'rt.jar'.
..How do I do this with netbeans?

I have no idea. While in NetBeans, try..
<http://www.physci.org/kbd.jsp?key=f1>
 
R

Ray Joslyn

I think I know how to change the -bootclasspath. But where can I get
the 1.1 version. I am trying to get this to work with IE. I know the
user will still have to have the java VM installed and I believe IE 6
came with version 1.1.
Ray
 
A

Andrew Thompson

I think I know how to change the -bootclasspath. But where can I get
the 1.1 version.

The only known source of the broken,
obsolete MSVM is here..
..I am trying to get this to work with IE. I know the
user will still have to have the java VM installed and I believe IE 6
came with version 1.1.

Wrong. _Some_ IE6 came with 1.1, most IE6
came with _no_ Java at all.

(And please do not top-post, it makes
conversations very confusing..
<http://www.physci.org/codes/javafaq.jsp#netiquette>)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top