Verisign signed JAR and HotJava

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

Signed plugin Applet security issues

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

Socket connection in Applet

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

policy file deployment for signed JApplets in 1.2 security model

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

126 byte By spectrumx at 2007-9-26 11:10:34
Is it possible to compile under Forte with import com.ms.security.*; or do I have to compile from Microsoft SDK?

Basic question about signing applets

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

applet exception -> socketpermission .... on my signed applet

383 byte By connollypaul at 2007-9-26 11:11:29
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 ...

Mixing Signed JAR with Unsigned JAR ?

909 byte By kevinbruton at 2007-9-26 11:14:01
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";} ...

What does this mean?

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

Certificate problems

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

do you need to sign an applet to get "user.name"

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

Able to view Applet through Appletviewer but not on browser

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

signed applets in IE

841 byte By blackcrow2 at 2007-9-26 11:37:58
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 ...

How to jar my appliaction?

586 byte By sinlanyeo at 2007-9-26 11:42:26
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" ...

how to call an applet from another applet

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

java 1.3.1_01a :java.security.AccessControlException: access denied

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

Problem while loading the applet across SSL in IE 5.0 & NS 6.0

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

Self Signed certificates and automated Javascript/JSP

813 byte By aschiffman at 2007-9-26 12:16:12
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 ...

Granting custom ClassLoader construction

690 byte By youview_support at 2007-9-26 12:30:34
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 ...

What am I missing

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

sign java plug in applet

56 byte By shayhandelman at 2007-9-26 12:55:54
how can i sign java plug in 1.3.1 applet ?

How cam I create an applet that can read ...

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?

Signed Applet IP Address

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

signed applet

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

Some (4 actually) basic questions about signed jar files

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

Getting a working signed applet (comments and questions)

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

Did everything till 10 steps..., but giving exception

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

Verisign/Thawte monoply?

439 byte By ichbinich at 2007-9-26 13:46:13
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 ...

Could someone test this signed applet?

391 byte By k.holthuis at 2007-9-26 13:59:10
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 ...

Let's build the dream together

1657 byte By annstanlam at 2007-9-26 14:11:54
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 ...

Applet Security over Network

538 byte By spandaddle at 2007-9-26 14:18:12
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 ...

Its my problem ! is it ?

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 !

Security Exception

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

Signed Applet JTextField copy to system clipboard

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

code signing

529 byte By rakeshjain78 at 2007-9-26 14:32:42
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 ...

A big present to the man who solve my littel problem

360 byte By elimessaih at 2007-9-26 14:34:26
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 ...

Help Help Help Help.......

345 byte By elimessaih at 2007-9-26 14:36:14
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 ...

Help me please

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

MS-Word Application in Applet

381 byte By nupoormittal1 at 2007-9-26 14:37:23
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 ...

StackOverflowError in Signed Applet uses Java Plugin 1.3.1_01

64624 byte By JavaMatrix at 2007-9-26 14:38:07
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 ...

Each Enterprise can own a Internet Desktop

1743 byte By annstanlam at 2007-9-26 14:41:31
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 ...

signed applet downloaded -dialog box appears only once

378 byte By rakeshjain78 at 2007-9-26 14:44:50
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 ...

java.security.cert.CertificateException: Unable to verify the certificate w

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

java plugin:security exception even after selecting "grant this session"

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

Why signed Applet still get security exception?

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

java applet & socket problem

402 byte By a_linn_dan at 2007-9-26 15:12:17
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 ...

signed applet when changed(source code) does not give any warning code tamp

411 byte By rakeshjain78 at 2007-9-26 15:17:49
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 ...

Shouldn't CA cert in cacerts be enough to run signed applet?

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

How to run a signed applet in browser

321 byte By zeeshanarif at 2007-9-26 15:19:22
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. ...

Urgent!(java applet and socket problem)

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