


I juz wanna if there's a way to get the window NT login Name in applet to view in IE or Netscape without granting any persmission.... thanks ...
How can i make an applet to read a xml file?I am using JDom and with the test at the applet viewer it works fine, but when i go to the browser, it don't!!!Do i have to sign this applet?If so, how can i sign it to read the xml from the host http://hostname/appdir/xml for ...
Hi... I'm not sure this is the right place for this post... but I'm not sure there is one either, so... I hope some of you guys can help me with this.I'm verifying the valid signature of some document (I can do that right).In order to do that... at some point I get an X509Certificate object, ...
hi,Actullay i'am trying to write the ouput of an applet into a file on local sytem where an applet is running.to accomplish this i defined a policy file granting write permission for that particular applet.this is a signed applet ,an i also defined access controled list for that code inthe ...
hi,Cud u correct me if i'm wrong.. i know that an applet which is running on a client pc is not allowed to do IO on the computer. What i want to noe is whether the applet which is running on the client pc can write a file to the server where it is running from? if tis is true i keep getting ...
Hi, i'm using a signed applet to get a file access for my applet to the lacal disk. I want to write a file to a local directory. When i'm trying it in the appletviewer it works, but it is not running in the browser. I'm using the version 1.5.0_11 of the JRE.I got the follwing ...
Hi all,I want to use Java Applet to write a PDF file into the client's computer when he/she double click the URL in browser. Can I do that and HOW. I heard that i need to signed the applet and make security manager enable, but how to do it? Also, is it any different to do this for IE5X and ...
I'm a student. I will be very happy if you could help!I'm writing an self-signed applet that runs on browser.Luckily there is no error shown in the java console when i run the applet.however, i can't store information to a file which is placed at the server(where my applet is placed).The ...
Hi,I am programming a user interface using HTML and now I would need an applet to write parameters into a plain text file.All this running on the same machine,with no network connection at all,and with I.E.All my attempts have failed because of security reasons,but I thought it was possible to ...
I'd like my applets to have local read/write permission, and the clients I need to reach run IE5.5 or greater and have no jre installed, so I'm limited to the MS jvm. I want the user to only have to accept my certificate in the certificate dialog for my applets to have this permission - I ...
am doin this application that has a n applet ... the applet sends a few info. to the servlert....servelet encrypts the ino on its side and sends the encrypted info back to the client......the client side applet is able to print the encrypted variable from the servlet......but when it decrypts ...
Please, someone can tell me why this applet not work ? I already signed it.MS IE 1.1.x detected*** STARTING POWERFOOTBALL APPLET ***Applet: window display mode Running on Windows 98com.ms.security.SecurityExceptionEx[WebDriver.<init>]: Unable to access system property: java.io.tmpdirat ...
Please, someone can tell me why this applet not work ? I already signed it. I realy need run this applet in IE4 with Microsoft JVM. I know all about the problem with JVM Microsoft but my client only have this platform !--import java.applet.Applet;import java.net.DatagramPacket;import ...
i m using IE6 under winxp i signed the applet then i run the j2ee application the applet worked fine in the browser on the same PC & wrote the file i need but remotly it gives me "no permission to wirte file from the applet">i dont know how?i m sure that the 2 pc have the folder c://temp ...
**** you sun!I have just spent two hours writing this wonderful little "shell emulator" applet , intendet to take a simple command line class and execute it within an applet, displaying all the results of System.out on the screen and redirecting an input field as System.in.Of course I want it ...
