what mean applet load from file system.. till now i load by browser (is

148 byte By param530a at 2007-9-30 23:38:44
just i heard about applet load in two way1) from net (this is throw html )2) from local file system.(What is this )plszz

Digital Signature with keys in Smartcard through Signed Applet !

163 byte By EricMacau@Macaua at 2007-9-30 23:38:54
Hello,Is there any example to use PKCS11 to implement digital signature with keys in smartcard through Signed Applet ?Best regards,Eric

Certificate Error in 1.5

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

How to get signed applet?

224 byte By Chandrakantha at 2007-9-30 23:43:03
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.

what should add in java.policy file applet to write a file in local syste

466 byte By param530a at 2007-9-30 23:44:06
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 ...

security.AccessControlException: access denied (properypermission...)

199 byte By param530a at 2007-9-30 23:45:09
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

java.security.AccessControlException: access denied

1481 byte By empty_worlda at 2007-9-30 23:57:34
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: ...

access denied...

908 byte By pao_lighta at 2007-9-30 23:58:46
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 ...

SecurityManager only must need applet not for application(main fun)

389 byte By param530a at 2007-9-30 23:59:08
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 changed policy file.. still this exception but file wrote plz...plz..

5557 byte By param530a at 2007-10-1 0:04:33
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 write in a URL plz.. plz..

178 byte By param530a at 2007-10-1 0:04:37
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......

i got Runtime exception NOT accesscontroller exception

5517 byte By param530a at 2007-10-1 0:05:37
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.. ...

how applet write file in local system by URL instead of FileOutputStream()

233 byte By param530a at 2007-10-1 0:05:56
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....

what is work flow when check permisssion ?

292 byte By param530a at 2007-10-1 0:06:38
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 )

Signed Applet - Problem reading large local files

1030 byte By saeenalia at 2007-10-1 0:07:18
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()) != ...

problem in connect (ms access) database

324 byte By hwzyfa_abouda at 2007-10-1 0:21:04
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 ...

What are the default permissions for "self-signed" applets?

579 byte By linuxhippya at 2007-10-1 0:23:14
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 ...

can applet delete a file in originate server after read that file

354 byte By param530a at 2007-10-1 0:29:14
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 ...

i have problem in access to database withe use applet(html )

2955 byte By hwzyfa_abouda at 2007-10-1 0:33:37
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 ...

SIgning applet and/or jar

333 byte By Desert_Ghosta at 2007-10-1 0:44:22
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 ...

plz give suggestion plz.. plz... help me rescue me

783 byte By param530a at 2007-10-1 0:55:31
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 ...

java.io.IOException: Server returned HTTP response code: 403 for URL: http:

3855 byte By jchirinosfranco@yahoo.coma at 2007-10-1 1:07:50
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: ...

Did WebStart 1.5 Change the Signed Jar Rules?

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

Opening local HTML file from a singned applet.

702 byte By rajeshjosea at 2007-10-1 1:44:45
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) ...

Problems with Clipboard

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

IOException when invoking a call to Runtime.exec

1821 byte By rohan_mathewa at 2007-10-1 1:44:59
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 ...

printout from applet varies depending on server

1193 byte By stephenhueya at 2007-10-1 2:03:23
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 ...

an applet security problem

466 byte By seagullja at 2007-10-1 2:17:49
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厰 ...

FAQ, roadmap, todo list. Where is it?

612 byte By leo_holandaa at 2007-10-1 2:23:42
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 ...

Programatically copy to System Clipboard

1217 byte By Craig_Greena at 2007-10-1 2:25:00
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 ...

connecting to an rmi server using an applet

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.

Applet read/write files

1848 byte By tiffany33a at 2007-10-1 2:47:50
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 ...

Regarding applet download at client side?

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

restricting signed applets!

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

Signed applet to open local file problem with IE6 / Firefox

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

Reading a jpg from a file; Permissons error

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

Question on tracking the browser?

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

Error while importing MyCert.cer by keytool

532 byte By Nilambaria at 2007-10-1 3:18:28
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: ...

Possible for an applet?

379 byte By kingfinnya at 2007-10-1 3:22:45
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 ...

https warning

320 byte By tarun22_2000a at 2007-10-1 3:26:45
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 ...

HELP!!! java.security.AccessControlException: access denied

1459 byte By wingyee74a at 2007-10-1 3:31:21
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), ...

Finding Certificate in client's machine

270 byte By pranav2727a at 2007-10-1 3:37:28
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...

Nearly there

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

signed applet problem: signer information does not match...

1061 byte By javatechie76a at 2007-10-1 4:15:33
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 ...

how can i access a dll in java programme plz

408 byte By param530a at 2007-10-1 4:31:29
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 ...

What are EXACT STEPS for giving an applet unrestricted 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 ...

Where can I find Microsoft Java SDK?

178 byte By alex_from_qca at 2007-10-1 4:55:47
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!

Security problems with signed CABs

1150 byte By alex_from_qca at 2007-10-1 4:55:54
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 ...

using signed applets via https

472 byte By stace_spacea at 2007-10-1 4:57:44
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 ...

Signed Applet running in Insecure mode

374 byte By kapil_gupta77a at 2007-10-1 5:12:27
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 ...