Application to Applet

I have converted my app to applets but it doesn't show up,On the prompt, I getting error like security blah blah blahMy Applet access my home / C Drive, If it is the problem, can somebody suggetst how I can run it successfully
[248 byte] By [obinna_eke123a] at [2007-9-30 0:27:20]
# 1

post the code part that shows the URL connection to file on server.

You can only use applet to connect to the server it came from, or else you need to sign the applet.

If you are reading/writing to the server from applet then this can be done with getDocumentBase(), getCodeBase() for URL path.

wew64a at 2007-7-16 4:57:41 > top of Java-index,Security,Signed Applets...
# 2
It was just an application that access files in the operating system, I just changed the whole frame kinda stuffwhat should I do, the code is big if you want i can paste it on my server http://80.43.122.140/ the name is projectAPP.java
obinna_eke123a at 2007-7-16 4:57:41 > top of Java-index,Security,Signed Applets...
# 3
your link does not work ?
wew64a at 2007-7-16 4:57:41 > top of Java-index,Security,Signed Applets...
# 4
have u get ur applet signed?
airqqa at 2007-7-16 4:57:41 > top of Java-index,Security,Signed Applets...