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
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.
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