358 byte By
redpath at 2007-9-26 10:53:07
The verisign signed JAR panel comes upon Opera 5.12 when loading the verisign signed JAR through the APPLET tag and under netscape 6.1 via the HTMLconverter stuff. Thats good butUnder HotJava nothing happens? It thinks its not signed.What do I need to do? We want to recommend ...
848 byte By
kevinamc at 2007-9-26 10:59:47
Hi,I was wondering if anyone has been able to get a unrestricted Java Applet to work over Java Plugin in Netscape 6. I have a signed applet which I can grant all permissions to in IE via the initial Java Plugin (1.3.1) dialogue box. However, the same operation in Netscape 6 does not grant the ...
668 byte By
enjoynkp at 2007-9-26 11:01:38
Hi champ,I created an server and client chat applet. when i execute server and client application it works fine. but when i use applet for client it throws IONetPermission denied error. I know i have to do some thing in policies. But i cannot do in client machine. So is there any other way to ...
590 byte By
FranckC at 2007-9-26 11:04:24
As far as I understand, for a signed JApplet to get permissions of a 1.3.1 plugin, you have to provide the client with both:a) a certificate b) a policy fileWhile providing a certificate for download and validation is fairly easy, i don't see how to pass over the corresponding policy file to ...
Is it possible to compile under Forte with import com.ms.security.*; or do I have to compile from Microsoft SDK?
555 byte By
joka at 2007-9-26 11:11:14
Hi!I want to sign an applet for the Java plug-in. I have never done any signing and looked at the documentation for the JDK. But I didnt get any wiser. I have a certificate, from VeriSign, at my hand. The certificate is for IE. Is this possible to use with the Java plug-in, or do I have to buy ...
i have my certificate from verisign and have my applet signed off appropriatly. When i open the applet it askes do i want to grant access and when i accept i get a java exception saying java.security.AccessControlException: access denied (java.net.SocketPermission 192.xxx.xxx.xxx:23791 ...
Hello,Is it possible to create a "trusted" library which is signed for use by a non trusted Applet.For Example if I create the followingpackage mytrustedlib;public class utils {private String getProp(String name) { String n; try {n=System.getProperty(name); } catch (Exception e) {n="N/A";} ...
1560 byte By
joka at 2007-9-26 11:18:49
Hi!Im in the process of trying to learn how to sign an applet (for Java plug-in).I have managed to create a keystore and use the jarsigner to sign the jar. When I load the applet into IE with the plug-in i get the following exception:ava.security.cert.CertificateException: Unable to verify the ...
2734 byte By
m283773 at 2007-9-26 11:22:06
I'm having a big problem, and neither me nor my coworkers have been able to figure it out. Using a valid certificate which we've been using successfully for some time now, one particular applet has become a problem. This is using the Java 1.3 plugin (first version).Setup: We have a menuing ...
420 byte By
uoapsdb at 2007-9-26 11:28:40
is this right - to get System.getProperty("user.name") in an applet in IE5 it has to be trusted, to enable browser users to trust your applet they either have to download it into a directory in their CLASSPATH or you have to sign it. For Microsoft IE you sign an applet using the Microsoft SDK ...
1415 byte By
peekays at 2007-9-26 11:33:36
I am able to run the applet through the appletviewer but not through the browser. Through java console i caught the exception that the browser is catching com.ms.security.SecurityExceptionEx[FileHandlingProgram.getColor]: cannot access file config_data1.txt at ...
Hi,I have a problem with signed applets in IE. I#m using JDeveloper to develop a simple applet which needs to connect to database in order to perform certain tasks. when I try to use self-signed cab files - I get error "load class --myClassName-- not found". If I have plug-in code in html page ...
Hi,I just created an application that uses Java Comm API. Inside my source code I have imported the javax.comm package. But I have a problem when I need to create an .jar for my application.When i try to run the JAR file that I have created it got an error in "main" ...
1810 byte By
kumary at 2007-9-26 11:48:16
hii have 2 applets each has separately its own init(),paint() methods.they basically read the data from 2 data files and draw the figures.What i want to do is since the 2 applets use the same data files i want to run any one applet depending upon the data in the data files.how to combine them. ...
1151 byte By
SanDz at 2007-9-26 11:49:12
Hi, an someone pleaseeeee help me....I am developing my applet using java 2 sdk 1.3.1 and i following the instructions in sun's webpage to get my .jar file signed and deployed. All was well until i upgraded my java 2 sdk to 1.3.1_01a. this is what i get...java.security.AccessControlException: ...
2927 byte By
Soniya1 at 2007-9-26 12:13:53
Hi Can any one of u guys solve my problem?I m trying to load an applet thru https protocol in both the browsers( IE 5.0 and Netscape 6.0). I am having a jar file which contains the applet class files and some helper files for the applet.When i m accessing the image URL (in the html file for the ...
Has anybody used Javascript, or JSP to automate the certificate process on a self signed applet? I want to have Javascript load the certificate file, maybe at most popup a Do you want to install a Root CA Certificate, and then when the user clicks Yes the Applet automatically loads.Minimally ...
Hey.I've sprent pretty much all day reading and experimenting with the security stuff surrounding signed applets, it all seems fine except one ickle thing. I can't figure out how to get that popup security warning window asking the user to verify that it is ok for the applet to be granted ...
3372 byte By
joberoni at 2007-9-26 12:37:21
Hi,Ive been trying to get a signed applet to work with no success. I need to be able to read files on the user's machine. I need a way to read a single file on the user system without prompting the user of any security issues. Of course it runs with the applet viewer but that doesn't help me, ...
how can i sign java plug in 1.3.1 applet ?
108 byte By
itsikf at 2007-9-26 13:05:32
How cam I create an applet that can read from a local drive the applet would be on the server?
703 byte By
MattHart at 2007-9-26 13:18:18
I've searched the messages and tried just about everything posted to get a local IP Address, but I still get 127.0.0.1.I have an applet running under 1.1 in IE 5.5. I signed it using jarsigner, but I still can't get the IP address.String aLocalIP = ...
239 byte By
andyvtec at 2007-9-26 13:19:02
I've seen those post giving instruction on how to make signed applet works in IE with java plug in. What will be different if I don't want to use java plug in.. but using the VM provided by Microsoft in the IE..?Andy
1289 byte By
JarmanG at 2007-9-26 13:23:15
Hi,I realise that some of these questions may seem very basic but could someone please humour me and answer them in any case.1. If I have a signed jar file, then as long as the certificate is recognised as trusted that applet can run as a fully trusted application on the client machine. So I ...
930 byte By
JarmanG at 2007-9-26 13:23:38
Hello again,I followed the 10 steps in the excellent post of ncoleman1.When I tested my applet it was still not recognised as a signed applet and I still got the runtime security exception.When I looked in cacerts, into which I'd imported my certificate, it appeared to have import the ...
1182 byte By
B_randy at 2007-9-26 13:27:13
Hi All, I am trying to access the database records from MS -access.When I do it using a stand alone application, it works fine.But if I use the Applets, its gives following application,-- java.security.AccessControlException: access denied (java.lang.RuntimePermission ...
As far as I can see Sun-Java2 recognizes only certificates issued by Verisign or Thawte. As Thawte is owned by Verisign this gives them a monopoly and they can ask any price they want (and indeed certificates from other companies for IE- or NS4.x-java are much cheaper).Shouldn't Sun include ...
Hi, I'm trying out an applet that i copied from a code example out of a book. I signed the JAR file and all and posted it on the Internet. Everything seems to work fine in Windows NT 4 and Windows 2000, but I would like this to be tested on other platforms also. You do need the JRE 1.4 plug-in ...
I am IT guy and I am creating a platform ( a roaming desktop) based on internet environment. Right now I'm using Novell Server as backend to provide file storage place. My dream is that let the corporation develop their own applications (ie. Accounting, MRP, HR etc) based on my platform and ...
Hi, I have an Applet that requires access to the system clipboard of the client. I have never had to sign an applet before, and wanted to know if I need to have a Verisign certificate or equivalent in order to distribute this over network where I work.The network uses NT authentication so is ...
299 byte By
B_randy at 2007-9-26 14:24:51
Hi !I am accessng a database in a sort of client server application. I have an Applet which should access the MS-Access Database which is at the Server.But, I am not able to do it.I tried signing it,but it also did not work.Please help !!Max !
924 byte By
marklowe at 2007-9-26 14:25:54
I'm new at this game, so I hope I'm not being stupid...I have a simple java application (server and client) thatopens upsockets and transfers text to each other. It works fine as an applicationand now I've converted the code to run as applets.But when I try to run the .html page with the ...
840 byte By
jmheight at 2007-9-26 14:30:13
Hi all,We have a signed and deployed our JAR file that contains our applet following the instructions listed at: http://java.sun.com/products/plugin/1.3/docs/rsa_signing.htmlWe used Thwate as our CA. All seemed good. However any JTextFields that are in our applet cannot access the system clip ...
i want to digitaly sign an applet.i used the 10 steps to sign an applet.i also imported the certificate into the cacerts keystore in jre 1.3.my applet is embedded in the html file.(my applet tries to read a file in the system),when i open the file in the I.E (windows 98) i get the security ...
Hello ! My name is Eli and i want to ask you somthing about Applet.I creat an Applet that connect to server .when i try to connect with the applet viewer is ok but when itry to connct with the Explorer it`s not work out ,there is a security problem . why ? how can i make it possible ? Thak You ...
Hello !My name is Eli and i want to ask you somthing about Applet.I creat an Applet that connect to server .when i try to connect with the applet viewer is ok but when itry to connct with the Explorer it`s not work out ,there is a security problem . why ? how can i make it possible ?Thak You ...
831 byte By
Singhji at 2007-9-26 14:37:04
hello All java Professionali am working in Audio/Video Conference project i have a jmf related problem i made an applet that capture audio and transmit it to another syetem i am using apache server ,IE 5.5. i made applet Trusted but when i open this applet in brower IE 5.5 i got following ...
Hi All:I want to create an applet in which the MS-word application is available for editing, it's similar to like having a text area in the applet with word application embedded in this text area. Note that: It's not a word document which is to be opened but the MS-word Application.Can anyone ...
Hello All,I have a signed applet that uses a crypto provider.When i running that applet, i got a java.lang.StackOverflowError.I use java plugin 1.3.1_01 in ie 5.5.how can i solve this problem?java.lang.StackOverflowErrorat java.io.FilePermission$1.run(Unknown Source)at ...
I am IT guy and I am creating a platform ( a roaming desktop) based on internet environment. Right now I use Novell Server as backend to provide file storage place. My desktop platform just like a graphical terminal and enable the user to bring up this terminal by a browser. That means no ...
i have signed my applet ,anf i use java plugin .i also get the dialog box asking me to give the permission aor not,the dialog box is not in english ,it is in some other language,the problem is only once the dialog box appears. iwant the dialog box to appear every time i load the applet,please ...
1723 byte By
Singhji at 2007-9-26 14:55:47
Hi friendsi signed an applet but when i run that applet in IE i got this Exceptionjava.security.cert.CertificateException: Unable to verify the certificate with root CAat sun.plugin.security.TrustDecider.isAllPermissionGranted(Unknown Source)at ...
713 byte By
cshalu at 2007-9-26 14:57:04
I have made a signed jar with a class in it which tries to access system properties "System.getProperties"Now i am instantiating this class from an applet which is unsigned.When i try to view the applet th' java plugin it shows the window asking for the permissions but when i say "grant this ...
605 byte By
xiezhaoq at 2007-9-26 15:07:08
I bought a certificate from Thawte. I signed my Applet. It works on IE but only half work on Netscape. The problem is: My Applet need get client locol IP address. When I use: InetAddress localhost = InetAddress.getLocalHost(); it works on both browser. When I use: InetAddress inetHost = ...
Hi everybody,I am running the same applet dialogue box in two machine(intranet). So i use the socket program to connect the two computers and send the data.But i found the IP & port denied error when i ran it . I tried to assign the applet to be trusted. But still get error.Please advise me ...
sir,i have signed the applet and i get the dialog box asking for the permission to open rhe applet or not.not i have made some changes to the program ,i have compiled the file and made it to the same jar file.when i run the applet ,it is not giving any message that my applet is changed i.e ...
1580 byte By
astromas at 2007-9-26 15:18:08
Hello,I am using JDK 1.3.1, Java plugin 1.3.1, OpenSSL 0.9.6b and Mozilla 0.95 browser on Red Hat 7.1 Linux.I have configured OpenSSL certificates for client, server and object signing and issued myself a certificate. After much teeth gnashing I imported both CA (alias "sps") and client ...
Hi,I have a signed applet which is running fine in appletviewer as I specify the policy file as a command line argument.Now, there is no command line for a browser, so how can I run this applet in browser.Simply put, How can I specify a policy file to work in the browser?Thanks. ...
927 byte By
chitlay at 2007-9-26 15:23:22
i m a final year student who is doing project with java language(jdk1.3 version)for testing of the project, i wrote a program for server and client part which just send text to each other. we use the ServerSocket and Socket method which pass the IPaddress and the port number. the IPaddress for ...