75 byte By
wflm at 2007-9-26 1:14:40
I need this package in jbuilder5!!!but I havn't vj++.
1722 byte By
hikiran at 2007-9-26 1:14:59
hi,I think I've posted enough thread on signed applets andstill haven't got the solution and i'm the strong believerthat any sought of problem will be solved in the forums,and I still believe in that. Ok! I don't wan't to bore u,here is my problem:1) I've signed the applet using keytool ...
last week I have the problem for Signed Applet,and I hope this will Help You.but, I am sorryfor Netscape, it's not done yet.So, here are the Step for IE1. Create you java code (takepic.java)in your code write the securiy permissionif(Class.forName("com.ms.security.PolicyEngine") != ...
288 byte By
manikk at 2007-9-26 1:35:15
Hi.. I wrote a signed applet that would send info to the client's printer.. I have it working in the appletviewer.. but when I try to send something throught the IE, it complains about missing java.awt.print package.. anyone had any problems with printing .. Please help..
hi I want to know two terms "signed applet" and "Trusted Applet" are different or they are same.if these two terms are different then what is that difference
238 byte By
denay at 2007-9-26 1:49:51
I don't find the solution about my problem:I have a JApplet, any problem when I compile. BUT in internet explorer I have this exception :com.ms.security.SecurityExceptionEx ....please help me....
I want to open a document by a button on an applet (doc.doc) and i know i need to use the both class ObjectInputStream & FileInputStream but i don't know how to do ... nb : scuse for my english ,i'm french
When the 10-step or similar process is used, does this end up granting ALL permissions to the applet? Is there any way to involve a java.policy file which defines specific limits?Can this be downloaded in any (semi-) automated manner like the certificate? How does the user know just what they ...
252 byte By
vivekvp at 2007-9-26 1:57:44
hi all,I want to stop the image displayed in the applet from being screen captured(using PrintScreen or Alt+PrintScreen keys). Is there any way we can disable the screen capture or clear the contents of the clipboard.
3248 byte By
qazwsxed at 2007-9-26 1:58:58
Below is the HTML I am using to invoke a signed applet.I am getting an "Applet not initialized." error message in the web browser, but I do not have any exceptions in the Java console showing up. Can anybody give me a clue as to what to change to help things out or get more debug ...
You need two tools that comes with your jdk which are keytool and jarsigner.Steps explain below in detail. Don't use netscape signtool, it will NEVER work!* keytool -genkey -keyalg rsa -alias tstkey -keypass 2br2h2m -dname "cn=Test Object Signing Certificate, o=AI Khalil, ou=Java Products, ...
3440 byte By
ventural at 2007-9-26 2:14:12
Hello!I am an italian student who is attending computer science at Pisa University.I am developing a project and I have the following problem.I have written an applet that import the following libraries with the statements:import java.io.*;import java.net.URL;import java.net.*;import ...
678 byte By
swett at 2007-9-26 2:14:14
I've used the famous 10 steps to create a self-signed applet. However, there's no evidence that the applet is signed.At some point when my browser opens the HTML page containing the applet, isn't it supposed to throw up some kind of trust/certificate dialog and ask me to approve? It doesn't ...
416 byte By
Fusaci at 2007-9-26 2:16:37
I'm working on one Intranet portal, I 'd like to have on the main page something like a Application Launch panel where all applications accessible to user will appear. So my problem is how to launch for example MS Word as a normal application (same as if I run it from start menu) from running ...
1502 byte By
spraguep at 2007-9-26 2:21:21
I have an applet which does JNDI lookups to use EJBs. This applet was working fine under Weblogic 5.1 SP9 and I'm trying to move it to Orion. Under Weblogic the applet was not signed and there was no java.policy file either. Somehow it all worked.Under Orion I'm getting exceptions because I ...
I need to include the sun jh.jar (javahelp.jar) with the applet archives so that JavaHelp can work with the plugin. Did that, but signing it or not, it does not work. When I sign it, it says "jarsigner: unable to sign jar: java.util.zip.ZipException: invalid entry compressed size (expected ...
I hear NS6 won't allow an japplet to use javascript to talk to the opening html window. What about using a dom function? Anybody know a workaround that would allow my html window to know when the japplet is finished with it's task? I'm trying to submit a file and form to the web server but ...
638 byte By
mjossan at 2007-9-26 2:33:47
Iam trying to call a servlet from applet and everything works fine as long as Iam not going thru any proxy servers, but if I use proxy server which requires userid and password I get java.net.SecurityAccessException. Can anyone of u please tell me how can I provide userid and password while ...
Hallo ALL,I try to create Signed applet in java plugins,but It does not work.I create an applet to read HTML source code from specified URL.I follow the step for SUN from http://www.josef-willenborg.de/java/security/When I'm not use plugin, my applet working, but Only for IE.can any body tell ...
363 byte By
ramna21 at 2007-9-26 2:56:49
Hi,I have an applet which has to connect to the database and then fetch the result. THis applet is embedded in the HTML. This does not seem to work and it throws some security exceptions. I even tried policy files and signing of applets.Can someone suggest a step by step process for achieving ...
3804 byte By
pweb at 2007-9-26 3:01:57
This worked with Win98 + JDK1.3.1 + IE5.00 all installed to default locations. Notes follow.************************************************************************************ test.bat ************************************************************************************REM *** delete any ...
Hi,Is this broken again? I am using 1.3.1 plug-in. IE knows where it is, but Netscape, even if I indulge it and download it again, install it again, it cannot find it. I get the browser window with the plug-in icon saying click here after plug-in is installed but nothing happens. I am using ...
Hi,(I originally posted this in the wrong forum - plug-in)I am running on win2k, jre 1.3.1-c java2 applet. My applet is signed accordingling. I am using a self signed certificate for testing and have imported this into my only existing cacerts file. I have dumped the file and have seen my ...
355 byte By
modelart at 2007-9-26 3:39:48
I allocate a Vector,X, and a JFrame in a signed JApplet.After JApplet calls JFrame to do something, itexecute X.wait().When JFrame finishes, it execute X.notifyAll().As a result, the program pops up "java.lang.IllegalMonitorStateException".Does anyone knows how to fix this error?Thank you very ...
763 byte By
erenshte at 2007-9-26 3:45:16
I was using Button Applet Factory (from CoffeeCup) thatgenerates an applet (navigation buttons). Then I have included the generated HTML code into homepage I have designed, including .class file into same directory on the server. The site starts well but after navigating withinthe site for a ...
I've created a signed applet and everything works fine, except for the fact that i can't add parameters to the applet. Without the parameters in the HTML the applet inits and starts and can be used without problems. But when I add paramaters, the applet reports a "class not found exception".I ...
1245 byte By
cfoster2 at 2007-9-26 3:58:50
Wondering if anyone can help me .....I am deploying an applet for an intranet, about 15 local users. The applet is a simple tree view which contains links to HTML files found in the same directory on the server as the applet. These links work fine and I am able to view these files from a client ...
602 byte By
modelart at 2007-9-26 4:01:42
I've developed a signed applet and have a "x509.cacert" certificatefile. During developing and testing the software, I manually install the file in IE. Thus, I enter"Internet option-->Content-->Certificate" and import the "x509.cacert" file manually.Now I'm going to release the software ...
647 byte By
dirre at 2007-9-26 4:03:19
Hi I have an applet that needs to read some xml files and a ttf file to load dynamically some font...from the local file system... I have read this "If a Java 2 applet needs to access local system resources, the local system must have a policy file configured to allow the access, and that ...
705 byte By
dnoyeB at 2007-9-26 4:04:22
My applet is working fine with my self signed certificate. I am writing a small c++ program for windows to add my self-certificate to the correct keystore when downloaded and run. Well to all java keystores...Now I want to limit the permission my applet has out of security concerns. How can I ...
Hi.I've purchased a java signing digital ID from Verisign,installed a keystore on one machine, imported thecertificate and I'm able to sign jar files. Now, I want tobe able to sign jar files on another machine instead ofmoving jar files back and forth. Is there a way to transfer keystore from ...
1048 byte By
eglinsky at 2007-9-26 4:15:11
I used to compiled my applet with NO problem... but it seems like I messed it up deleting a file on my Hard disk...Now I get:E:\Eze\Facu\Tesis\Java\Graflog\v03>javac graflog.javagraflog.java:18: cannot resolve symbolsymbol : class PrivilegeManagerlocation: package securityimport ...
Hello! I am trying to access an Oracle 8i database from an Applet. The problem is that the following exception is reported in IE 5.5 and the Applet is not run. exception: com.ms.security.SecurityEceptionEx[oracle/net/nt/TcpNTAdpater.connect]:cannot access "pc38" (where my database is being ...
6432 byte By
tapodaca at 2007-9-26 4:21:25
An unexpected exception has been detected in native code outside the VM.Unexpected Signal : unknown exception code occurred at PC=0x77f1d642Function name=RaiseExceptionLibrary=C:\WINNT\system32\KERNEL32.dllCurrent Java thread:at sun.plugin.javascript.ocx.JSObject.invoke(Native Method)at ...
85 byte By
abhay_77 at 2007-9-26 4:23:15
hi folks,could u please tell me how do u sing an applet ?
425 byte By
n.bailie at 2007-9-26 4:23:43
HiI am confused about applets and their abilty to access files.I know that applets cannot access files on a users hard drive until given pemission but if i design an applet that needs access to files on the server where it is running will it be able to read and write those files in the same ...
hi all,i have successfully signed an applet and it is loading in the client system also. in that applet, i instantiated a jbutton as given below:JButton jb = new JButton(new ImageIcon(" http://192.168.91.154:8080/success/set.gif")); but the icon din appear and a blank button appears, even when ...
I'm a student. I will be very happy if you could help!I'm writing an self-signed applet that runs on browser.Luckily there is no error shown in the java console when i run the applet.however, i can't store information to a file which is placed at the server(where my applet is placed).The ...
362 byte By
mandy2 at 2007-9-26 4:50:44
hello,Could anyone pls help me...I just want to see an example how can I write to a file that is placed at the server(save place as the applet).p.s. I have been successfully read a file from there...Suppose I have signed the applet (self-signed), anymore security problem I need to pay attention ...
583 byte By
AntonEpp at 2007-9-26 4:54:18
I've found discussion and bugs relating to the issue where the 'signed' status of a jar files expires with the certificate. This discussion has obviously been going on for a while. In the bug parade, see #4030673, 4406748, 4357437 and 4396720. Unfortunately they all seem to be closed. Is ...
399 byte By
TaxiMan at 2007-9-26 5:00:03
If you are using a Commercial Signing Certificate like Verisign or Thawte, which tools are you using to sign your applet? Are you using Netscape's signtool or are you using Sun Java's keytool/jarsigner or something different? I am primarily concerned with the Windows OS (NT 4.0) using IE ...
502 byte By
ConlonP at 2007-9-26 5:01:23
I've been working on an applet that takes a flat file XML database, searches it using parameters specified by the user, and creates a new html page that contains the results. This program works perfectly in appletviewer, but every time i try to run it with IE, it refuses to do anything. I ...
264 byte By
mkkr44 at 2007-9-26 5:03:48
Hello all, I created an applet.But it will run only if we change the java custom settings and enable "Access to all Network Addresses".How can i avoid these settings explicitly in the browser by writing code in an applet.Kishore.
767 byte By
loiek at 2007-9-26 5:10:47
Hello,I try to call methods of a signed applet from Javascript using Java Plug-in 1.3. This works well with IE 5.0, but not with Netscape (and as I read, it is not supposed to work with Netscape !). http://www.ebsolutech.com/ebsolute/technologies/whitepapers/app2jni/SolJ2JS.html proposes a ...
Hi all ...i want to connect a database (SQL Server) from an applet, but i cannot because exception found (Java.Security.AccessControlExceptino:Access denied (Java.Lang. .....) when i declare the JDBC - ODBC bridge Class.forName("sun.jdbc.odbc.JdbcOdbcDriver")please helppp me Dragon Wui ...
I have some Applet questions I was wondering if you could take the time to help me. I am building an applet for an intranet site which needs to connect to a database.The applet will only be used by several hundred people at the most. So it should have unrestricted access to what ever it needs ...
Is it possible to execute a program on my machine from an applet. ThanksAwhittaker
574 byte By
csavsur at 2007-9-26 5:33:32
hi,if a signed applet is verified with a cacertificate in cacerts, it seems to get full permissiondespite the restricted set of permissions givenby the .java.policy file in the user's home.also with netscape(4.76, 4.77&4.78) on linux, even after clicking the deny button in the security ...
Hi there,I am not sure if this is the right forum to post my question. However, i saw some discussions reg. Applets on Netscape 6 and i guess that many of you might be familiar with the scenario.I'm having trouble getting any applets to work on Netscape 6 when I have HTTP authentication on the ...
I am trying to run the signed applets and followed the steps described at http://forum.java.sun.com/thread.jsp?forum=30&thread=134099 .Here the steps I followed On Server :1) created the jar file containing the classes required.2)generated the keystore using keytool -genkey3) exported the ...