Java Plugin and GIFs from Jar file...

1663 byte By jwilleke at 2007-9-26 4:11:26
This used to work and I haven't looked at it for a while. First thing I did is run the old java applet web page with the old jar file, kinda just to lay eyes on the thing again. It had to download a new plug-in from Sun, and upon doing so, reports a new error indicating that the value for the ...

Applet not displayed in Browsers

1477 byte By adnan 027 at 2007-9-26 4:12:01
Hello!I am using JDK1.2.2 and developing applets that are using the Swing components that were introduced in JDK 1.2. When I run the applet in applet viewer it runs fine but when I try to run it in the Browsers (Netscape 4.7 or IE 5.0/5.5) the applet is not displayed. Netscape shows this ...

How to pass a boolean parameter from VB to Java?

422 byte By t_a_chen at 2007-9-26 4:13:29
Does anyone know how to call a java method with a boolean parameter from VB?I have a Java object returned from a method invocation on the packaged JavaBean. This Java object has a method that takes a boolean. I get a type mismatch error when I call this method in VB and pass in a Boolean ...

view content of a WAR file

70 byte By fengericjiang at 2007-9-26 4:14:54
Is there an unitility to view the content of a WAR file?

JSP doesn't work

2871 byte By santwon at 2007-9-26 4:15:37
I downloaded jakarta-tomcat-3.2.3 and ran successfully with my servlet-centric application. But when I ran the jsp I got the error, please help. my jsp is <html><body> Testing </body></html>Result:Testing Error: 500Location: /examples/jsp/Test.jspInternal Servlet ...

Unable to launch application from my machine:Bad MIME Type

534 byte By satish1975 at 2007-9-26 4:16:40
Hi, The following error message was printed when I tried to access the SwingSet2 demo from the Java Web Start site. An error occurred while launching/running the application.Title: SwingSet2Vendor: Sun Microsystems, Inc.Category: Download ErrorBad MIME type returned from server when accessing ...

WebStart vs Applets

200 byte By Siggeman at 2007-9-26 4:16:49
Hi.Is WebStart supposed to replace Applets ?!If not, what advantages has Applets except some interaction with the underlying webbrowser?regards/Andreas

Downloaded JARs location

348 byte By jext at 2007-9-26 4:18:37
In order to put a webstart enabled release of Jext 3.0 (www.jext.org), I need to make Jython (www.jython.jar) be able to load the classes from jext.jar. But Jython cannot load'em since it cannot find jext.jar in the classpath when started by Java WebStart.How can I programmatically determine ...

Java Web Start and SSL on Tomcat

2077 byte By guilleH at 2007-9-26 4:18:51
Hello !!I have the following problem:I'm starting an application with JWS. This application asks for a file to a servlet which is executed in a Tomcat Web Server. The client application writes the file's information in the client hard disk so I had to sign the code. The sign isn't the ...

accessing main class embedded in a package

436 byte By ashuman at 2007-9-26 4:18:57
I am having trouble accessing the main class of my application that is embedded in a package, several directories down (within a jar). I have several questions:How do I set the class path?How do I invoke the embedded main class? The developers guide does not discuss the JNLP file resource ...

JWS and IE5 SP2/IE6

449 byte By bennett10 at 2007-9-26 4:18:58
Folks,Over on the Jini users list, folks have been noting that the new service pack for IE5.5 cuts off support for browser plug-ins? The article sited http://news.cnet.com/news/0-1005-200-6881773.html?tag=owvsays that Microsoft will no longer be supporting plugins in IE6. Will this affect our ...

Using Class-Path to access jars within a jar

831 byte By cwhalen at 2007-9-26 4:19:03
Our team has several jars which get deployed to several servers. To ensure that the latest copy of each has been deployed (and only have to check one place if something doesn't work), we'd like to package them all within a single jar and deploy that. I have tried setting the Class-Path in the ...

Unable to load resources using JNLP

1920 byte By prabhakark at 2007-9-26 4:21:54
I was browsing through the tech-tip dated May 30th 2001 dealing with JNLP. After building the jar file I deployed it on BEA weblogic server 6.0 makingsure I followed all the instructions listed on pg 3. I get the following error while downloading the resources and would appreciate if you could ...

weblogic 5.1 installation problem on winNT server4.0

352 byte By jptiwari at 2007-9-26 4:22:20
while running weblogic executable file on CD to install weblogic on NT Server4.0, following message is appearing-"the decompression of %s failed.There may not be enough space in the temp directory."I tried putting the temp system variable in my own directory with 1 GB space , but to no avail. ...

I don't start J2EE server too

1122 byte By levin_lihaiqiang at 2007-9-26 4:22:28
I an using JDK1.3.1 and J2SDKEE1.2.1 on Windows 2000.After runningj2ee -verboseand get the following output:J2EE server Listen Port: = 1049java.lang.RuntimeException: Could not initialize j2ee server. Possible cause could be another instance of the server already running.at ...

How to make Jar files in JBuilder

286 byte By abhimanyu31 at 2007-9-26 4:23:18
I would like to know how to make jar files using JBulider. I have a problem with a project that I am working with in Swing. I have made the project on JBuilder and when I make a jar file it will not run upon clicking. Any body with an answer, please helpAbhi

Jar creation from JBuilder file structure

770 byte By p0e08 at 2007-9-26 4:24:03
Hi,I've got a program written in jBuilder 4. It does not have the jar creation feature.So I've created a jar manually, but I'm having problems finding the main class from the manifest.I've created the manifest with no problems:Manifest-Version: 1.0Main-Class: Application1Created-By: meWhere ...

java.exe in c:\winnt\system32?

4210 byte By admiralspb at 2007-9-26 4:24:35
Hi,I have installed J2SE1.3.1 and J2EE 1.3 b2 on my win2000pro machine and was experimenting with my environment.In J2SE1.3.1 installation instructions it was said, that for convenience you can set path to point to your j2se1.3.1\bin dir... Ok. Did that. I had a path like ...

web start and mozilla 0.9.3

390 byte By mporta at 2007-9-26 4:25:32
i'm not able to use mozilla 0.9.3 to download a java web start application. i followed the instructions to install a new mime type in the helper applications menu. however everytime i click on a jnlp file the browser asks me to safve the file, instead of launch the web start.(the web start and ...

Signed script & Netscape 6/j2se 1.3.1

1540 byte By migG at 2007-9-26 4:25:47
According to Netscape 6.1 release notes, LiveConnect now works: http://home.netscape.com/eng/mozilla/ns61/relnotes/61.html#javaI have verified that this is true with several standard LiveConnect applets I have authored.However, I have not been able to get *signed* scripts working,either alone, ...

Applet with a swing componet can not be Instantiated ? Help

286 byte By lml919 at 2007-9-26 4:26:41
In my Apple ,I user a swing componet such as JButton,However , when I brow a page include the applet ,A error message occured: applet can't be Instantiated.(If i use a AWT componet in my applet ,it works well !)Any help would be greately appreciated!

Passing JavaProxy object from VB to Java (CAS COM Bridge))

849 byte By jacekgebala at 2007-9-26 4:28:17
I have the following problem. I can't pass JavaProxy object (or Java object; I really don't know how CAS COM Bridge works. I thought that I know, but I don't know) to java object from Visual Basic.When I try I get this error."Could not use object as JavaProxy"And now I explain how I get this ...

Netscape installed AFTER plug-in. Can I configure it?

180 byte By shayl at 2007-9-26 4:29:03
Hi. If Netscape is installed AFTER the plug-in, Is it possible to configure it to recognize the plug-in (WITHOUT re-installing the plug-in)?Thanks.Shay.

BasicService showDocument problem

828 byte By mgladdish at 2007-9-26 4:29:43
My application uses HTML for its help pages, and loads them into the local system's web browser with the following code: BasicService bs = ...

Problem with running jar

337 byte By r.fox at 2007-9-26 4:31:05
I'm using the JDK from WebObjects 4.5 on a WinME machine.And everytime I try to jar, I keep getting an error message saying: Can't find class /sun/tools/jar/MainI checked the paths leading to the jar.exe and everythingis set correctly, but I still can't get it to work.Can anyone help? ...

setting javaws.cfg.* options automatically for users

761 byte By wareagle3 at 2007-9-26 4:33:10
We want to use Java Web Start for seamless deployment to our users, who, although they may be brilliant engineers, are not computer experts. We want to avoid having them do anything beyond double clicking on a setup file to get Web Start/JRE installed. The problem is that we need to have the ...

getMember() return null

2539 byte By DeltaY at 2007-9-26 4:33:59
I have some difficulties in applet communicating to javascript.I use IE5 and sun plug-in1.3. The html file is: <objectname="sign" classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" mayscript width = 80 height = 16 ...

Can't see applet changes without reopenning browser

336 byte By ranchi at 2007-9-26 4:37:10
Hi,The problem is that when I make some changes atthe applet ,I can't see them after reloading theHTML page (converted of course) containing this applet ,unless I close the browser (IE5 ,Java plugin 1.3.1,win95)and open it again.What can be the problem? Thanks,Simon ...

Java Web Start does not start properly in windows 2000

954 byte By jfmorin at 2007-9-26 4:37:25
Hi everyone:I am using Java Web Start (JWS) on my NT 4.0 workstation (JDK 1.3.1, Netscape 4.78), and everything works fine. This morning, I installed it on a colleague's Windows 2000 station (JRE 1.3.1, Netscape 6.01). The install process worked fine but JWS does not start.To determine where ...

zip file creation problem

1093 byte By marc_huhardeaux at 2007-9-26 4:38:34
I have to add two files in a zip archive.I get this message error and i can't resolve itjava.util.zip.ZipException: STORED entry missing size, compressed size, or crc-32 here is the part code i use to create the zip file :FileOutputStream tempo = new FileOutputStream(temp);JarOutputStream ...

comprehesive list of acceptible jnlp contents?

883 byte By ggcampbell at 2007-9-26 4:38:59
Does anyone know where I can find a comprehensive list of useful parametersin the .jnlp file?Things that web start usesI know about these: are there others?<?xml version="1.0" encoding="UTF-8"?><jnlp codebase=" http://my.x.com/my"href=anything else?> ...

accessing a japplet method from javascript using plugin

430 byte By benazeer at 2007-9-26 4:40:31
Hi,I am currently trying to invoke a public method coded in a swing applet from my javascript.As per the documentation and discussion at this site,tried to workaround by using document.AppletName.MethodName.I am using Javaplugin 1.2.2 and an Object tag (not an applet tag)I am getting "object ...

coping with a weird document base

662 byte By luked at 2007-9-26 4:42:35
Hi,I'm getting this exception when the java plugin tries to load my applet:java.net.MalformedURLException: unknown protocol: myprot at java.net.URL.<init> at java.net.URL.<init> at java.net.URL.<init> at sun.plugin.ocx.ActiveXAppletViewer.setDocumentBase(..This is probably ...

Can I install Forte on Windows98?

297 byte By K.Tomono at 2007-9-26 4:42:56
Hi there.Please let me ask a newbie question...Can I install Forte on Windows98?I would try it. (Forte release 2.0 Community Edition)But the install guide shows requirement of WindowsNT/2000. I can't use Forte on Windows98..., really?

Version based download instead of Basic download

678 byte By johanvdv at 2007-9-26 4:44:07
Hello,I'm new at WebStart and I have a question. I've read that normally Webstart uses the basis Download functionality to get the JAR'S from the Web server. I read that WS just checks the timestamp of the JAR files to see if there is a newer version available. We do not want this check to ...

"Checking for update"--hangs!

663 byte By smcstravick at 2007-9-26 4:45:32
I'm using Windows NT, IE 5.5, JRE 1.3.0, JWS 1.0.1.Java Web Start is generally working fine, getting updates successfully, launching, etc., however, there have been several occurences where it hangs on various user PCs.The application is already downloaded and there is no updates for it to ...

URGENT!! I can not see swing classes -:((((

949 byte By ireneesm at 2007-9-26 4:46:03
I am using Plug-In 1.3 and JRE but I do not see the swing classes.In addition there is an error InstantiationException when I use other applet with AWT. Microsoft (R) VM for Java, 5.0 Release 5.0.0.3234==============================================? helpc clearf run finalizersg garbage collectm ...

where is the application downloaded

450 byte By itucakov at 2007-9-26 4:47:09
Hello,I have tried out the demo's for web start.As I understand it, the applet is downloaded onto my computer before it is opened in the web browser. But I can't seem to find where the applet was downloaded. How does it know where to put the files? I thought it would first ask me whether and ...

sending an object to the applet through RMI

1494 byte By itucakov at 2007-9-26 4:47:19
Hello,this question might have lots of details but is really important for what I am trying to do. I was wondering if web start would have these features. This is what I'd like to do:I have a plotting applet to which I send (through RMI) an object called DataTable which contains all the ...

jnlp mime type from a serlet, but what is the href for it?

611 byte By ggcampbell at 2007-9-26 4:47:57
I have developed a servlet which returns a text string with mime type"application/x-java-jnlp-file"this launches my application in web start, but it does not load the application becauseit needs a href="?.jnlp"but there is really no file to point to.I put the servlet reference in the ...

My browser can not find jdbc classes !!!!

859 byte By ireneesm at 2007-9-26 4:51:28
I am using jdbc database access with Plugin-in an JRE 1.3, the line that gives me the error is this: symantec.itools.db.beans.jdbc.QueryNavigator _C__DESARROLLO_INTERNO_HojaGastosSectores_Navigator = new symantec.itools.db.beans.jdbc.QueryNavigator(); What can I do? Thanks to all. ...

debug

234 byte By kim_pollock at 2007-9-26 4:51:48
I cannot find much information on debugging a java class. Could sombody help me with this. Just the command, step through, break points and examine and to get line numbers would be sufficient. Greatly appreciated. Thanks

MY BROWSER CAN NOT FIND ANY CLASSES !!!!!

310 byte By ireneesm at 2007-9-26 4:51:52
...Using Java Plug-in and JRE 1.3I have put my JAR file in the same place of the class (root of the Web Server). Why can?t it find the classes?I do the JAR file with the deploy option of Visual Cafe and it generates a folder called symantec with all classes, I don?t understand why. ...

WebStart Security Warnings

597 byte By pantal at 2007-9-26 4:52:58
Is it posible to modify the JVM's security policy so that applications that run on webstart(which runs on the JVM) will not present the warning(i.e. "This application has requested read/write access to a file on the local filesystem. Allowing this action will only give the application access ...

quick question

136 byte By McGuiganJ at 2007-9-26 4:53:20
If I create a jar file without a manifest, can I still execute that jar file from the command line.ThanksJim

Not able to download the Jar File in my local system

1680 byte By Kumar2001 at 2007-9-26 4:53:52
I am not able to download Jar File in my local System when the applet is executed. As per the specification it should download if that jar is not there in my local system. I am able to execute the applet but only thing is the jar is not residing in my local machine. I am using java plug in ...

Tomcat installation

326 byte By haric at 2007-9-26 4:54:52
There seemed to be a problem with my Tomcat..I am unable to start the server as I am getting the following error..the system cannot find the file C:\jdk1.3.1\bin; \bin\java I have my jdk1.3.1 installed in the same path...and JDK runs fine with normal applications.Pl help ...

Netscape plugin recognition after plugin instalation

442 byte By jreis23pt at 2007-9-26 4:55:04
I got a web page with an APPLET tag modified by the htmlconverter. When i runned it in IE it the plug-in was sucessfully installed and the applet runs fine. In the same computer, i tried to run the same page in Netscape and the plug-in was asked to be installed again?!It shoud be that way? ...

file chooser

305 byte By renno at 2007-9-26 4:55:34
HiI am trying to get the file open/save dialog with webstart.My first question is, do I have to use the JFileChooser or can I rely directly on the FileOpen Service, provided with the webstart?And how can I set a file filter property in this way?ThanksRenno ...

JDK 1.3.1 and Linux Mandrake 8.0

531 byte By kkarski at 2007-9-26 4:55:36
I am a newbie and am installing jdk 1.3.1 on my mandrake 8. Mandrake already comes with jdk 1.1 installed.I have installed the jdk rpm and set my /etc/profile toexecute PATH=$PATH:/usr/java/jdk1.3.1/binhowever, when I check java -version, I still get the preinstalled jdk 1.1 and kaffe in ...