Re: Prohibited package name: java

2006-08-21 Thread Dr. Robert J. Meier
Alf, >>> I am attempting to create a java applet and I get:- >>> java.lang.SecurityException: Prohibited package name: java >> >> java, javax, and sun are among the package names reserved for the virtual >> machine. In order to prevent a trojan horse attack, users cannot add or >> detract from t

Re: Prohibited package name: java

2006-08-21 Thread Alf Stockton
Dr. Robert J. Meier wrote: > Alf, > > >> I am attempting to create a java applet and I get:- >> java.lang.SecurityException: Prohibited package name: java >> ... >> at java.lang.Thread.run(Unknown Source) >> > > >> where do I look to fix this? >> > > 1. Locate your source in a dir