Jump to content

Recommended Posts

Posted

Hi All,

 

Having a bit of a panic at the moment. The school has a CIDA exam tomorrow and we have been trying to get Java working correctly for quite some time in preparation for the exam to no avail. In one part of the exam the students are required to make a site and on the site they must insert an applet from Dreamweaver. This is an easy 6 marks as far as the kids are concerned so it is important we get this working. When the applet is made and the site is opened in explorer or Firefox you get a java security message. We have gone into the exception list and added multiple things but we still cant get it to accept it and run the applet.

IMG_20170510_160701.jpg Capture.JPG

 

 

 

Has anyone else running the exam managed to get this to work?

 

Any help would be massively appreciated.

 

Many Thanks

Bradley

Posted (edited)

wait, sorry, for a single directory of files it would be:

 

"\\hades\2013intake\13BAJAND\MXC Test/*", "read"

 

or, if you wanted it to be recursive through directories (e.g.):

 

"\\hades\2013intake\13BAJAND/-", "read" (/- is like *, but it applies to "all files in the file system under this directory" rather than "all files in the current directory").

 

 

I suspect you want the latter, but thought I'd clarify.

Edited by Cazale
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...