View Full Version : Help Adding models to a 508 client!!!
red merlin
July 5th, 2010, 18:32
I not tht bothered that it is the wrong section but can some plz do a youtube vid or do a easy guide for me to understand on how to add a custom item because i always get this same error
.\files\Applet_Sub1.java:19: error while writing Applet_Sub1: .\files\Applet_Sub
1.class (Access is denied)
public abstract class Applet_Sub1 extends Applet
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
Press any key to continue . . .
Devastation
July 5th, 2010, 18:52
increase the max number for models... Like you have a maximum id. raise it. read errors...... and youll figure out how to fix. i can tv u.
AnalysisOfLife
July 5th, 2010, 19:03
.\files\Applet_Sub1.java:19: error while writing Applet_Sub1: .\files\Applet_Sub1.class (Access is denied)
I think you need to set it as writable in the properties.
EDIT: Or, If you don't need to edit Applet_Sub1.. (Ever) Delete the .java file and you will not run into this problem.
Sunni
July 5th, 2010, 19:15
Delete all the .class files and then recompile, error fixed.Post in right section.
D Bow
July 5th, 2010, 20:14
Only the registered members can see the link.(508-525)-D-Bow (My Tutorial - D Bow)
Ok my tut will help you with coding them in. The reason it says Access is Denied is becuase there is a class file/files hidden and the complier can not compile them.
If you do not know how to unhide files go to your start menu.
Search Folder Options.
Click View.
You will see a folder that says Hidden Files and Folders.
Just check the box show all Hidden files.
After the go into you client files and find the ones that are shadowed.
right click and click properties.
Uncheck the box that says hidden then complie.
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.