just i heard about applet load in two way1) from net (this is throw html )2) from local file system.(What is this )plszz
Hello,Is there any example to use PKCS11 to implement digital signature with keys in smartcard through Signed Applet ?Best regards,Eric
3770 byte By
8093337a at 2007-9-30 23:40:50
I have a signed applet that is working perfectly in 1.4 but when I try to run the same applet in 1.5 I get a message that says the certificate could not be verified and that the applet will be run as unsigned. The thing that isstrange about this is that before I imported my certificate into my ...
Hi,How can get the signed applet....? I know the applets.. but not much into it...i am workin in server side programming..... i want some guidence on this.Thanks & Regards,Chandrakanth.
i got while applet write to filejava.lang.RuntimeException: No permission to write files from appletsat com.sun.media.JMFSecurityManager.checkFileSave(JMFSecurityManager.java:250)at com.sun.media.datasink.file.Handler.open(Handler.java:219)at AVPlayer.main(DataSinkApplet.java:94)at ...
in my application i gor this type exception java.security.AccessControlException:access denied(java.util.PropertyPermission java.version read)what i have to add in my policy file
I have an unsigned applet that connects to our server. It works fine in JRE 1.4.2 and 1.5.0. However, when we introduce some kinds of proxies in between the applet and the server, the applet fails when I try to get the InputStream from the URLConneciton:java.security.AccessControlException: ...
Hello,I'm going to ask a question that I'm sure other people asked... I already found a few similar posts but I still have doubts...I'm writing an applet that creates a socket connection to the server where it comes from but I get the usual error... access denied etc. I guess I have to grant ...
hi,i read many time security manager need only to applet not application(start by main)if i need can initiate one security manager in application ,,,,,?/?i got current reference to securtiy manager by main function as nulli think main(applicaton) dont have security manager(explictly )applet ...
hi,i have done one applet to write file in local system. i allowed thorugh policy file...i was done well.i DIDNOT MENSION ANY CODEBASE IN POLICY FILE JUST TARGET FULL C:but , one applet write mov file this exception i got i posted both code as well as code plz ... plz........SOURCE CODEimport ...
how applet can write in URL like this URL url = new URL(file://c:/some.mov);in this url applet want to write for this what i have to do......
hi,when i write a file there is no acesscontroller exception since i entry in policy file...i wrote a file usning same policy file....both time i didnot mesion any codebase or principal....Both time c: is target in policy filebut now one Runtime exception not accesscontroller excetion.. ...
hi,how can applet write a file in local system through URL instead of FileOupStream()plz.....plz.....plz......URL url = new URL(" file://c:/temp.txt");in this url how applet can write plz....
hi,if i open on file means 1 . who will create permission object 2. what and wherever come securityManager 3. what is role of AccessController class4.what is role policy object5.who will check and access policy file (which object among above )
Hello,I am using a signed applet (self-signed) to read files from a clients machine (local file system). Following is the code for buffered reading (the meat):String thisLine, ret = "";try{BufferedReader myInput = new BufferedReader(new FileReader(fn));while ((thisLine = myInput.readLine()) != ...
hello evrybodyi new in hte design appleti working the applet becuase to give page (html)and i write code to connect database in the application program it work finbut in page (html) the database it not work i want help please i want access to database in page (html) with use ...
Hello!I have a self-signed applet (=signed with a self made certificate) and under most plugin-enviroments java asks the user if it accepts this certificate as trustworth.On my linux-box I do not have any problems to write files to the local filesystem after I accepted this self-signed ...
hi,,my applet read file from its originated server .. after that file i dont want to be reside on server .. so i want delete that file from server .. this can done by applet .. or any way.. that server is TamCat4.1 http server...as well as any way delete file from client's machine temp ...
hi please i want access to database in page html with use Appleti use this code but access to database not work in the my page(html)this code in application program it work fin but in page (html) it give me this error (exciption){access denied (java.lang.RuntimePermission ...
All --Is it at all possible to have an unsigned applet download a signed jar that does execution on the client's machine? In other words, I don't want to sign the applet, just the jar that does all the work. I'm having a bit of trouble signing a jar and getting all these things to play nice ...
hi,i am doing jmf project .. one to one , one to many, many to one... video chat... i completed just one to many transmit and one receive from many using RTP ...in thesething port number matchning must between trasmitter and receiver.. this would be problem since on receiver dont know in what ...
Hi. I'm getting the following error when my jsp application try to download an applet; the client do the request trough an ISA Server, then go to an IIS server and the request is redirected to TOMCAT.Thx in Advance.java.io.IOException: Server returned HTTP response code: 403 for URL: ...
1768 byte By
gberisha at 2007-10-1 1:41:04
I just upgraded my java runtime environment to:- Java(TM) 2 Platform Standard Edition- Runtime Environment Version 5.0All of a sudden a WebStart launched local java client has the Java Application Window box at the bottom of my GUI JFrame again.All the jar files are signed, so yesterday when I ...
Hi,I am trying to open a local HTML file from a signed applet loaded from a remote server. I tried to open a local HTML file (say file:\\\C:\temp\home.html) using the API "AppletContext.showDocument(url, target)". But it does not work on IE.1) It works with Netscape, but does not work on IE.2) ...
561 byte By
lmigdala at 2007-10-1 1:44:57
Hi thereI have weird problem when using Clipboard in my applet - I am unable to use Ctrl-C / Ctrl-V in my applet. It looks like the JVM was ignoring the key combination. The applet is signed with key which I have created (maybe this is the problem ?).The weirdest thing is that it works on my ...
Hello. I'm a bit new to applets (especially signed applets). Anyway, this is the problem. Whenever the method InvokeEXEFromApplet.executeApp is called, whose sole purpose is to invoke an exe or a url (as the name suggests), I get the exception (full stack trace below). The applet is ...
We have always run our web app on Tomcat on Windows, but we're trying to move it to Linux. One small but important component of our site is a simple signed applet that allows users to print out 4x6 packing labels on a thermal printer. If the Zebra (or whatever brand) printer driver is ...
hi forum,i have an applet that communicates with a server application,and i created a short HTML document to invoke the applet. In a network of workstations that share a common file system, i do the following: (1) starts up the server on a remote machine, and (2) goes to my browser抯 搊pen file厰 ...
I'm looking for updated documentation on how to create signed applets.It seems that the information provided in http://java.sun.com/sfaq/ is outdated, since it mention jdk 1.1. As I can see the is no more javakey tool as described in the page. As I could understand, reading some subjects of ...
I'm trying to programatically copy a value from my applet to the system clipboard without much luck. My jars have all been signed and I am able to ctrl-c and ctrl-v to/from the applet/system clipboard. What I need to be able to do is invoke this behaviour from a popup menu. Below is a code ...
265 byte By
cwl20a at 2007-10-1 2:30:03
HiI have an rmi and web server set up on my computer. When i try and access the rmi server from my applet, it comes up with a message "SecurityAccessControlException: access denied".Does anyone have any ideas why i cannot connect?Thanks.
Hi,I have a problem to use getCodeBase to get the URL. Actually, I am pretty confused on running the applet in our intranet.Let me explain my problem here, I have mapped a network drive(G:\personA) in my machine and my applet and all the files are in G:\personA\classes. In my coding, I have ...
671 byte By
Srinatha at 2007-10-1 2:51:19
Hey,I have one question......i have implemented client /server application through socket programming.....client is an applet ......i'm starting my server application at webserver ......and accessing this client applet through browser....."it's workign fine locally"............."I know the ...
1023 byte By
wyejoe-a at 2007-10-1 2:51:24
hi all...I have a very direct question, yet for hours i've been scouring around for a direct answer. just tell me, for a signed applet, does it haf ALL PERMISSIONS? is it not possible to restrict a signed applet, for example, able to read a file but cannot write a file? could this actually be ...
1443 byte By
TipJa at 2007-10-1 2:51:45
HelloI have a signed applet to open a local file, with this code :...try{URL destination=null;File f=new File(adresse);destination=f.toURL();AppletContext ac=applet.getAppletContext();ac.showDocument(destination,"_blank");}catch (MalformedURLException e){System.out.println(e.toString());}...It ...
12103 byte By
wdannera at 2007-10-1 2:54:06
I have an applet that I guess is signed (due the the nature of my error) and I am having trouble getting the applet to display jpgs. It's a simple applet, created in JBuilder X and the images are in the same directory as the java code. The HTML document simply calls the applet and it runs, ...
531 byte By
Srinatha at 2007-10-1 3:08:49
Hi All, can i know is there any possiblity to write an applet where it can access the client broswer's details through remote?.............the applet will be loaded along with html page.......i don't have problem with initial loading of an applet...i will take care of what precautions should ...
I have generated a key pair using commandkeytool -genkey -keyalg rsa -alias MyCertGenerated a certificate using commandkeytool -certreq -alias MyCerttrying to import certificate using command keytool -import -alias MyCert -file MyCert.cerBut here i am getting following error: keytool error: ...
I have a need to create an applet that can write to the local file system. The user specifies the file name and path, as well as the (String) contents of the file. Is this possible? If so, will it work cross platform? I can get an applet to have permission to write a file, but only if I specify ...
Hi,I am using a html page on the local directly in IE and in that page trying to post a form to an https secure request. But the IE gives a warning saying that there are some unsecure contents present. If i put that html file on the server that it works fine. why is it givng me warning in the ...
Please help!I have the project to use the applet to show the form, this applet is needed to read the file from the server side. when i using the jbuilder to coding, it can work to use the appletviewer to run the program to read the file.After that i placed the code to the webapp (localhost), ...
Hi,I wanted to know that my certificate is installed to the client's machine or not ? Please help me to get that registry entry for that or any other way to get the details wether certificate is installed on client machine ?.Thanks...
997 byte By
chupa11a at 2007-10-1 3:52:48
I have developed an applet that is supposed to run on IE 5.%+ with a java2 plug-in.I have all the code in place and I am trying to get the applet to write files on the client machine.I have singed the applet with an expensive Thawte certificate and I got the browser to prompt the client with ...
hi all,i am actually making a upload component using applets thatwould need to access the local file system for uploading files.I have created a signed applet(i have followed all the steps, such as those of creating a jar, creating a key/value pair using keytool and finally signed my jar file ...
hi, i have one dll wrote in c++ i want access these dll in java programe.. can u help me how to access like create object for c++ code access method of c++ class All these files are in dll form how can i load in java the dll and how to create and access that loaded dll file or can i access ...
1513 byte By
coxza at 2007-10-1 4:48:12
Hello all,My company has developed a library for Java applications, and it's packaged in a jar file. We recently needed to create an applet to put on our website to demo the library's functionality. However, because it wasn't designed to be used in an applet, we get all kinds of security ...
Hi,I need the Microsoft Java SDK.Proof that I need it bad: I post a thread on the Sun's page to obtain the Microsoft Java SDK :DThanks for your help!
Hello.I am having problems with security with a signed applet contained in a CAB. The reason I want this is because Microsoft likes to stick his head in his own butt and disregard technological advances of other companies to better establish his monopoly, so I want my applet to run with the ...
Hi,I have a signed applet to upload files to my server. This was signed by the certificate created by Keytool. This works on HTTP but when i moved it to HTTPS it failed, as it took 20 mins to load the applet. I tried to sign it with the certificate that is used by my webserver and that gave me ...
Hi,Am opening a signed applet from a javascript function. Though the applet is signed but still it displays "Java Applet Window" at the bottom of applet. The applet runs in secure mode without the warning message if I use JRE 1.4.0 but displays the warning incase of JRE 1.4.2_01. How can I run ...