I want to upload a JApplet
in my blog but I don't know how to convert file path to codebase
. (codebase=???). Does anyone know how? eg. Where does D:/folder/file.class
go after http://nameofyourblog.blogspot.com/
in codebase?
Asked
Active
Viewed 224 times
-6

Mohammad
- 21,175
- 15
- 55
- 84

User7829300192
- 128
- 1
- 8
1 Answers
0
Did you look at this tutorial of Oracle? They are creating a JApplet and configuring all to see in the browser.
CODEBASE = codebaseURL
This OPTIONAL attribute specifies the base URL of the applet--the directory that contains the applet's code. If this attribute is not specified, then the document's URL is used.

Sathyajith Bhat
- 21,321
- 22
- 95
- 134

jenaiz
- 547
- 2
- 15