Link to home
Start Free TrialLog in
Avatar of nick5454
nick5454

asked on

cant find jar file

okay so answer to last question I have to create a jatr with the applet at the root, my com packages. so I did that set the archive = "myapplet.jar" in the applet tag and tuns it but it says it cant find the jar file. I placed it in the web-inf/lib folder.

whats the deal?

quick
Avatar of cheekycj
cheekycj
Flag of United States of America image

you must place the jar file in the same directory as the html file calling it.

or change the codebase parameter to point (relatively) to where the jar file is located.

CJ
Avatar of nick5454
nick5454

ASKER

how can I point to the web-inf folder when you cant see it ( the browser I mean) do I add to the web.xml file?
I don't think adding a path in the web.xml will work.

Can you copy the jar file to the same directory?

CJ
I could but doesnt that make it open to the general public
ASKER CERTIFIED SOLUTION
Avatar of cheekycj
cheekycj
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanx for the pts, probably not the answer you were looking for but unfortunately it is the way of the net.

CJ
Yeah I talked to the instructor I had a while back and you were right