P
Pasquale
I have never embedded java files into html pages, and I'm attempting
this for the first time.
I have been given .jar and .jad files to embed. I've been searching and
all I have found that seems to apply to my situation is that the archive
attribute is what I should use for the .jar file? What about the code
and codebase attributes? I don't have any .class files. Should I have
been provided with one or more of those? Do I use the .jad files instead
of .class?
My host's instructions are basic:
1. Upload your Java servlets (classes) into your /WEB-INF/classes/ folder.
2. The path to your servlets is:
http://yourdomain/servlet/servletname
If I can see an example of tags and attributes for my situation, it
would much appreciated!
Thanks,
Pasquale
this for the first time.
I have been given .jar and .jad files to embed. I've been searching and
all I have found that seems to apply to my situation is that the archive
attribute is what I should use for the .jar file? What about the code
and codebase attributes? I don't have any .class files. Should I have
been provided with one or more of those? Do I use the .jad files instead
of .class?
My host's instructions are basic:
1. Upload your Java servlets (classes) into your /WEB-INF/classes/ folder.
2. The path to your servlets is:
http://yourdomain/servlet/servletname
If I can see an example of tags and attributes for my situation, it
would much appreciated!
Thanks,
Pasquale