Hi,I need to sign a swing applet using microsoft SDK. The problem is in writing in HTML that how do I support the plug-in with the cab file that is used for the certificate.I really appreciate any help in this regard.Thanks,Zeeshan
1598 byte By
klawuhn at 2007-9-26 15:28:39
Is there any complete list of steps to get a signed applet to execute. I have read the 10 Steps ... by Irene but have not found a clear explaination of step 10 and how it works.There are many posts requesting a more detailed explaination of step 10 but I haven't seen one.I have done the ...
dear friends,i have signed an applet ,i also get the default dialog box asking me the permission to grant rights or not.now i have changed the source code,compiled the file and converted into same jar file name which it was used to sign it earlier.when i load my signed applet, it does give any ...
hello smg 123 and hi to all,thank u for sending the reply so soon.the problem is i have not resigned the applet.i will tell u what i have done.firstly i have compiled my source code.i convertyed into a jar file and i have signed the jar file using rsa and md5 algorithm.when i open the applet i ...
782 byte By
Kayaman at 2007-9-26 15:41:18
What's the procedure to follow when you want an applet to ask the user to grant access to file reading/writing and similar?I have signed the .jar, we have a nice .x509 certification at my company etc., but when I was following the tutorials it seemed really complicated. I mean we need the user ...
1224 byte By
lugeon at 2007-9-26 15:48:40
Hi everyone,I try to use jarsigner with my own provider. I would like to replace the existing KeyStore and Signature with my own ones. I override the MD5WithRSA signature.I can use jarsigner to sign my applet with my provider. I don't get any error message, but when I try to load my applet ...
8822 byte By
klawuhn at 2007-9-26 15:50:31
I have spent hours reading over the Signed Applets forum and Sun applet security training pages. There seems to be so much confusion in this area that the use and proliferation of Java Applets must be suffering.As the usual underfunded developer, I am not able to buy a certificate before ...
76 byte By
celojava at 2007-9-26 15:53:52
I have problems for get IP.Do I have use signed applet?
64308 byte By
USTKH at 2007-9-26 15:53:55
I want to create a signed applets that will insert cryptographic services provider to the system dynamically by the following code:Security.insertProviderAt(new com.xxx.Provider(), 1);// com.xxx.Provider is the provider class of a a 3rd party cryptographic services provider.MessageDigest md = ...
347 byte By
hita1 at 2007-9-26 15:53:57
hi,i have an applet and want to attach the certificate with my applet so that anyone who acess my applet first finds the certificate after ok is clicked further application is acessed..how can i do it.. also so that the applet runs with a signed facility to override all security....plz its ...
746 byte By
Singhji at 2007-9-26 16:04:02
Hello FriendsI developed a project of Audio Video Conference that is working very fine in local network. I am using Apache Web Server,Windows2000 and JMF2.1.1Now i want to upload this project on the internet but i could not understand how can i maintain internet network between multiple users ...
338 byte By
tomym at 2007-9-26 16:04:19
Can someone tell me how to refresh html frame from applet.I have one page with two frames. In one frame one applet and in other one html page. The applet is communicating with the sever and when ever the applet get some special value from the server, I want to reload the html page from the ...
147 byte By
raeez at 2007-9-26 16:23:52
Can an unsigned Applte access a signed Jar. if not is there is any tweeking that can be done ?ThanksRaees
Hi allI am running an applet in appletviewer it run fine but when i run it in Browser the event handling is not working.Please suggest SolutionRegardsParshuram Walunjkar
130 byte By
dES at 2007-9-26 16:37:30
Guys, what does it mean Signed Applet and how can I make it? Can someone tell me related information.--Sergey
I am attempting to verify a signed Applet that must run on Netscape but can not be run in a plugin (there's a requirement to interact with JavaScript that the 'embed' tag would prevent). The page containing the applet is intended for intranet use only and resides within our firewall.I have ...
676 byte By
gshifrin at 2007-9-26 16:39:37
I posted this in the Java Web Start area, but since I can demonstrate the problem when running stand-alone I thought I'd ask here as well...I'm having a problem with one of my JWS applications (out of six!) -- the application runs fine locally out of the jars. However, when I sign the jars ...
168 byte By
deangao at 2007-9-26 16:40:44
Hi,Just want to know if there is a way to check the file size before upload with the post action.Thanks in advance for any input.Dean
794 byte By
Jason B at 2007-9-26 16:44:59
Hi all,I'm wondering if anyone else has experienced thie following problem:When a client requests a certificate from ourselves they are asked to provide an Organisational Name, which the certificate is tied to. The restriction on the length of this field is (I think) 64 characters, but when an ...
74 byte By
JUnknown at 2007-9-26 17:00:12
i want to know how to sign an applet and what's root certs?
856 byte By
lugeon at 2007-9-26 17:01:11
Hi,I have a signed applet who runs correctly with one particular certificate.I would like to use another certificate. I use exactly the same way to sign the applet and that time I got the following error when I run the applet:java.lang.SecurityException: cannot verify signature block file ...
229 byte By
folesen at 2007-9-26 17:02:02
I am using the java plugin and have a signed applet downloaded to the client browser via jar file. My question is how to make sure that when I release a new applet then this applet will be downloaded to the client.
421 byte By
AslamM at 2007-9-26 17:12:55
Hi all,we have implemented a messenger using Java...now we wish to add a file transfer feature to it. We wish to make it a peer to peer transfer depending on whether the client side applet is behind a firewall or not.My question is: how can the client side applet detect whether it is behind a ...
922 byte By
dserfaty at 2007-9-26 17:19:04
Hi all, I am using Netscape 6.2 and the java plug-in 1.3.I have an signed applet that performs some stuff that needs security privileges. Let's call the stuff: runSecurityTest().When I run the applet and runSecurityTest() in one "motion", I have no problems, but when I initialize the applet ...
1708 byte By
hsaginor at 2007-9-26 17:23:45
Hi all. I am getting the following exception when loading a self-signed applet in Plug-In 1.3.1java.security.cert.CertificateException: Unable to verify the certificate with root CAat sun.plugin.security.TrustDecider.isAllPermissionGranted(Unknown Source)at ...
Hi everybody,My project is to send the data from the intrnet to the java controller (PC) through the web server.The webserver and java contoller have LAN connection(Intranet)the IP add for java controller(PC) is 90.0.0.2 When i control the applet from the internet, i found the following error. ...
332 byte By
jawah at 2007-9-26 17:36:15
Hi,I have signed my cab file and IE requests for permissons when I access it. If I deny the permissions, my signed applet doesnt load. Is there any way to make the applet load even if I dont grant the permissions. I expect only the 'out-of-the-sandbox' operations to fail - not the entire ...
718 byte By
akadambi at 2007-9-26 17:41:58
Hello,I am trying to run a Java Magician (Java implementation of OpenGL) program which displays a simple tetrahedron. The program runs fine on the console. But when I try to launch the program as an applet by typing% appletviewer showtetapplet.classI get the following error ...
1426 byte By
aoturgan at 2007-9-26 17:51:49
Hello,I have ordered an recieved an Sun Java Object Signing certificate from Verisign. I used below comandlines to generate privite key and CSR keytool -genkey -keyalg RSA -sigalg MD5withRSA -alias iasPrKey -keystore iasKeystore -keypass ****** -storepass ******keytool -certreq -sigalg ...
If anyone can provide some assistance that would be great, as I have been wracking my brain on this one for a bit and haven't found anything in the archives yet...We currently have a JAR file for our applet which was signed a while back, and seems to have been working fine, but we are getting ...
467 byte By
mncl at 2007-9-26 17:55:29
I understand it is a typical question and there lot of articles on it. I tried but am confused. I installed JRE1.3 which has java plug-in along with it which supports swing applets in a browser.Once i got that plug in i also downloaded html converter but am confused how should i run my swing ...
91 byte By
mncl at 2007-9-26 17:55:30
Where can i fond FAQ's on applets.Please send me some links .Thx much
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 ...
1004 byte By
masmar at 2007-9-26 18:21:23
I have an applet that we have signed by Verisign. In it, I create my own authenticator to respond to HTTP Get's that I do to retreive information from our protected server. If I run the code as an application, it installs the Authenticator with the setDefault call and when needed, calls my ...
1337 byte By
SanDz at 2007-9-26 18:22:25
I am using a self-signed applet to do some research work. Currently, I have done all which I am supposed to allow the applet permissions. The weird thing is, I realized that even after I signed my deployment package and edit my java policy to allow all applets that are signed my myself, I still ...
1430 byte By
JanRehm at 2007-9-26 18:27:57
Hi all,I have a serious problem with a sometimes working and sometimes not working Swing GUI using jre1.3.1_02I've written a small applet with a swing GUI which reads from a local file and displays the content of the file in a textField. Furthermore, it has a button which switches the ...
Hi all,If I have a PDF file on the web server, can I use the Java language to read the PDF file from the URL and then save it as a local PDF file? I doubt the "InpuStream", "OutputStream" and "PrintWriter" can handle the non-ASCII datastream like PDF, cause it return this error message to me ...
I want to deloy an signed application on computers used by sevral users and I want to prevent the "Java Plug-in Security Warning" asking the user to grant permissions for the application to pop for each time a new user is using the signed application.I found a keystore named jpicerts131 in the ...
Hi All,Fine.Here my target is ,I have to upload a file from local system to serverpath.For that i have planned to use JFileChooser control.i have changed permission,in java.policy to giving all permission to that file path(where is placed).yet i did not signed my applet.Is there any tool for ...
846 byte By
nadans at 2007-9-26 18:48:33
Hi,I am stuck up with the following problem.Can anyone give me a solution to it.I have written a signed applet for reading files from client's machine.The physical locations of the files are already known.While uploading I am making a connection to a servlet in the server and trying to pass ...
214 byte By
bwl02832 at 2007-9-26 18:52:37
To make a session between an Applet and a Servlets I want to read and write cookies with an Applet.Does anyone know if an Applet is allowed to read and write cookies? And how to make it?
68 byte By
pbengero at 2007-9-26 18:55:05
how can i configure tomcat to run with SSL? any ideas?
if I have multiple jar's, do I just sign all of them and it will work? I am using jnlp webstart to download many jars and am wondering how this typically works.thanks,Dean
494 byte By
charitap at 2007-9-26 19:01:13
If I specify absolute path likeFile file = new File("C:\\examples\\sample.txt");and sign the applet and try to access the applet over the network I get the following exceptioncom.ms.security.SecurityExceptionEX[SignedApplet.class] cannot access file c:\examples\sample.txt.I don't get this ...
2868 byte By
Singhji at 2007-9-26 19:10:48
hi the problem is..i hv made an applet ..now this applet is supposed tointeract with the h/w of the sys..by default all theapplets r untrusted and r not allowed to interact withthe h/w..in order for them to interact with the h/wthey have to b made trusted...for that a certificatehas to b made ...
2305 byte By
patrix3 at 2007-9-26 19:20:04
Hi,I need to make a signed applet for IE (using IE VM and not java plugging). So I've made a cab file, and all seem ok, the dialog box appears saying "all permissions" but it doesn't work and I got following errors :com.ms.security.SecurityExceptionEx[melb.init]: Unable to access system ...
2013 byte By
ssuzanne at 2007-9-26 19:23:51
A simple thread problem for you visit this query please.I'm a novice at java and I've embarked on a project where data, example date and temperature, will be accessed via a database or a text file and displayed on a graphic, using the paint method, on an applet on internet explorer browser. ...
12040 byte By
ssuzanne at 2007-9-26 19:23:52
It just works -- help to improvrrun it first then try to understandThe project is to be submitted before april 15th - I discovered java around August last yearMy programing background only Pascal - 4 years agoFor a novice - I'm really good....in getting results... not in clean ...
For the life of me, I just cannot find htmlconverter for jdk1.3.1. The latest I can find is 1.3.0_01. Is this the latest htmlconverter or is there one for 1.3.1_02. Can someone please give me the link?thanks,Dean
509 byte By
O_phelia at 2007-9-26 19:26:06
I implemented an applet which generates a key using the java.security.KeyPairGenerator. I read that it supports 2 algos (RSA and DSA). Anyway when I ran the applet in IE, it loaded properly but couldn't display the keys. I traced the error and it says it can't find RSA. I used the following ...