390 byte By
ttl3 at 2007-9-26 1:13:41
I am running a trusted application via JWS with full access.when i run the application thorugh jws client, these appear in the JWS install directory, which is OK for me. When I launch the jnlp file through web browserlog files created by the application appear on desktop.how to make these ...
54 byte By
ttl3 at 2007-9-26 1:13:44
Any one using JWS in production ?
805 byte By
rpray at 2007-9-26 1:14:00
We have found a problem in JDK 1.3.0 that causes our application to have a run time error in the JVM. If we recompile with JDK 1.3.1 the problem goes away. So, we need to be able to load our application with JRE 1.3.1, but JWS comes bundled with JRE1.3.0_03. I've installed the JRE 1.3.1 and ...
395 byte By
geraldb at 2007-9-26 1:14:13
Hi, I wrote up a free resource loading tutorial for Java Web Start/JNLP. You can find it here http://www.geocities.com/vamp201/tutorial.html You can browse the source here http://www.geocities.com/vamp201/tutorial/crossref/index.html And finally you can launch the example app here ...
771 byte By
pratyay at 2007-9-26 1:14:28
Hi I'm using Borland AppServer 4.5. I'm trying to run a simple program which connects to EJB.When I'm running from JBuilder it works fine but when running from JWS it gives me Error :org.omg.CORBA.OBJECT_NOT_EXIST:minor code: 0 completed: NoCode :javax.naming.Context context = ...
Hello, Please see the two java files that are working fine, but I need to add actionlisteners to RectangleButton.java file, Could any one please help me? Getting text from textfield of superclass into the a string in the sub-class is my problem.1st Fileimport java.awt.*;import ...
361 byte By
fresh94 at 2007-9-26 1:15:49
What's matter? I checked URL in jnlp file several times. but I coudn't know how to do.Error mesagge shows below,[Exception: java.io.IOException: HTTP response 404 : LaunchDesc: null ]at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)...etc]Anybody help, plz? ...
501 byte By
IGOED at 2007-9-26 1:16:07
Apologies in advance if this is not the correct forum for this posting.I want to ship java Runtime, j2re-1_3_1-win-i.exe and Java3D, java3d-1_2_1_01-win32-opengl-rt.exe with our application/installation. Does anyone know the commands to run these installations in silent mode (i.e. no ...
180 byte By
fadill at 2007-9-26 1:16:32
Is jar file perfectly secure to run from some web site in internet?Is there any way the developer make a program that could harm my computer(client) or server?
769 byte By
IGOED at 2007-9-26 1:16:39
I am shipping JRE 1.3.1 and Java3D with our application. I have no problems running the InstallShield PackageForTheWeb generated install in silent mode after following the document http://java.sun.com/j2se/1.4/docs/guide/plugin/developer_guide/silent.htmlI cannot find any documentaion to run ...
231 byte By
siv-viv at 2007-9-26 1:17:05
well what im trying is that a java application should read a INI file(initialization file) while it starts , how can i specify a java program to read a INI file when it starts.any help is welcome with utmost gratitude
847 byte By
fnisol at 2007-9-26 1:18:03
Hello all!Here's my bug scenario :I've got an application that does a RMI asynchrounous connection to a server. The server processes a client demand, and assynchronously sends progress messages to the client. On client side, a swing dialog is refreshed according to this progress message.The ...
555 byte By
dimaie_ at 2007-9-26 1:18:27
All,I am getting an error when launching an application using WebStart:Category: Download ErrorBad MIME type returned from server when accessing resource: http://ws019/jnlp/prodman.jnlp - text/htmlI created a simple application to check the MIME type returned by Apache 1.3.20 installed on my ...
I thought this was fixed in 1.3.1, however when my users go to a page without the plugin installed, the download starts, then gpf's.Anyone else with the same problem?
853 byte By
Jebediah at 2007-9-26 1:19:15
Our JWS application needs to be launched locally from a Win32 application with command line options.I successfully deployed a JSP page that dynamically builds a JNLP file passing <argument>'s. Works great.Unfortunately the only local launching method is hitting our JSP page with a Web ...
816 byte By
xulifeng at 2007-9-26 1:19:24
From within and EJB I am trying to cast a serializable object, that was passed into this EJB, to its original type. The process ended with a ClassCastException, even though I have double checked that the object being casted is of the correct type and fully qualified package path. It turns out ...
Hi, I have installed the jsdk on linux but it does not work .Can anybody help me ? e-mail : evert@cnerds.comwebsite : http://wordsofmagic.cnerds.comICQ : 118724411Thank you in advange
I have a question, that I hope is a rather easy one to answer.Is it true that once you add something to a particular space on a form, using border layout, and then add something else on top of that, it destroys what's behind it? Such as, if when I initalize my program, I have a statement like ...
413 byte By
wangpe at 2007-9-26 1:21:11
Hi,I have a executable (windows exe file) packaged in JWS jar. How do I invoked it through runtime.exec? How do I tell webstart where to find this exe? I don't think the following way works.<nativelib href="myexe.jar"/>then Runtime.getRuntime().exec("cmd /cstart theExe.exe");I don't ...
635 byte By
mlepine at 2007-9-26 1:21:12
Is there a way to force a ResourceBundle to reload properties that it has read in? For example, if I call:ResourceBundle.getBundle(bundleName, Locale)I am returned a ResourceBundle containing all the resources (properties) that it read in. Initially this is what I want; however, I want to be ...
1324 byte By
dbullard at 2007-9-26 1:21:14
When I run my application on the client after deploying a new jar on the server, I get an error.It looks like it loads the jar, verifies it, and then says it is unable to launch the application. Clicking on the "Details" button gives the exception listed below.Trying to run the application a ...
2438 byte By
aether1 at 2007-9-26 1:21:57
Hi, I got the following code from the sun website. It uses somethingcalled ImageIcon to put images into a combo box. I prefer to usegraphic objects (rect). Is there something called GraphicIcon,and if so how would I modify the following code to use it?Thanks in advance...... import ...
207 byte By
98028140 at 2007-9-26 1:22:16
how could i set a maximum size for a text field?the mouse pointer must pass to the next component when someone entered the maximum number of characters into that text field.thanks
390 byte By
sasato at 2007-9-26 1:22:18
I can't see the Euro character and I don't understand why. I use the symbol \u20AC and it doesn't work. I have use some fonts which allow the symbol but I only get a white space or nothing.I haven't tried to print it but I'll try. This problem happens trying to show in JLabels or ...
Hi ,Can you Pls. help me with a problem I have with Internationalization.My application runs on English version of NT & I'm using SQL 7.0.The Application consists of an Applet and I can enter Japanese Text with an IME but when I send the same text to the Servlet for inserting into the ...
I got an error when I calling a remote machines servlet. I am calling from applet which is downladed by pluggin.can any body tell me what is the reason the applet is not calling this servlet ?what do i do to solve this problem ?Dinesh
How can I tell getImage() to return only when the picture's been completely loaded?My application has a splash screen showing a background picture. Everything is fine, except for the fact that the Toolkit's getImage() method returns before having read the picture (62K inside the jar) in its ...
I have installed JDK 1.0 (VisualCafePDE) and JDK 1.2, BDK 1.0. In C: I have \Programs\Javasoft\Jre\1.2\ and \1.3\.JRE.EXE is only in VisualCafePDE\Java\Bin\.I have now installed "j2re1_3_1-win-i.exe" the new 1.3.1 Plugin. Ok for plug-in and applets but where is the bridge? In the docs they ...
668 byte By
JMagnus at 2007-9-26 1:23:29
I am making an installer. The installer is packaged in a jar. It creates a jar file that contains the content to be installed and appropriate extractor classes. When I execute the jar using the command line, I can use two different commands:"javaw myJar.jar"OR"java -jar myJar.jar"When I use ...
551 byte By
kimro at 2007-9-26 1:24:03
I compiled a simple fileclass Grades {public static void main(String args[]) {System.out.println("it's not much, but it's a start...");}}after compiling, which seemd to work fine, when I tried to run it I got the following error message:Exception in thread "main" ...
312 byte By
ablakey at 2007-9-26 1:24:25
My applicaton uses log4j to log output using a ConsoleAppender. All works nicely in the standalone version. No output gets logged to the jws console when running under the jws client.Any ideas?As an aside, how do you steal System.err. and redirect it? I thought it was declared final. ...
226 byte By
fonz3 at 2007-9-26 1:25:31
Hi,I have created a menu, where user can clicke on the menuItem, when it's clicked JFile chooser open,but i am not able to open any of the file. Please help me outThank u
21 byte By
deer2000 at 2007-9-26 1:26:47
Thanks.
1554 byte By
pratyay at 2007-9-26 1:27:17
Hi I'm Having problem in lookup while using J2EE and JWS.I'm using Borland AppServer 4.5.I can connect to EJBs deployed in my local m/c but while connecting to remote EJBs I'm having CORBA_OBJECT not Exists error.My JNLP :<?xml version="1.0" encoding="utf-8"?><jnlp spec="0.2 ...
916 byte By
dwainwr at 2007-9-26 1:28:24
Has anyone experienced problems with memory violations under the following circumstances:We have a Java bean packed with the Bean packager supplied with JRE1.3 (Beans.ocx) which saves and retrieves information from a Java application server using RMI. The Bean itself is initialized from a VBA ...
1481 byte By
peeveen at 2007-9-26 1:28:53
Hi,I am trying to implement a drag'n'drop system. What I need to do is drag multiple items from a JList to the tabs of a JTabbedPane. It works fine, mainly, but I've had to override the UI of the JList to disable the annoying drag-selection feature:class NoDragListUI extends ...
87 byte By
me97msm at 2007-9-26 1:28:58
Hi, Does anybody know what is new with JWS 1.0.1_01?Thanks!
3162 byte By
wmaddisn at 2007-9-26 1:29:26
We're having menus showing incorrect labels with JRE 1.1.8.008, JRE 1.3.1, JRE 1.4.0beta, all for Windows (using Win Me). I've searched the bug database but found nothing like it (bug has just been reported). Has anyone seen the following, and know of a workaround?About 3% of the menus in our ...
833 byte By
neilr3 at 2007-9-26 1:29:47
Having suffered with this problem for a few hours, and finding here that a lot of other people have too, I thought I'd share my findings...Obviously if you haven't included your main class, or have refererred to it incorrectly in the manifest then this error will occur. However, this was not ...
962 byte By
179 at 2007-9-26 1:29:58
Hi, As part of a thesis for college, I am trying to execute a test java program. The program executes okay and I can read the results okay. Sample code. process = Runtime.getRuntime().exec("java test"); InputStream iOutStream = process.getInputStream();InputStream ErrorStream = ...
493 byte By
irwin74 at 2007-9-26 1:30:19
Hallo all,I am reading a datafile which will return me a string -> \u6210 . I want to convert this string into it's UTF-8 Encoding."\u6210".getBytes("UTF-8"); This is the normal way to do it i believed .But when i try this from the input datafile. It's reading the '\u' unicode escape seq ...
550 byte By
shayl at 2007-9-26 1:30:33
hi. i have a simple listener:btnRemove.addMouseListener(new MouseAdapter(){public void mousePressed(MouseEvent evt){removeSelectedRow();System.out.println("perss");}});when the method removeSelectedRow() is commented the button (btnRemove) acts "normal", but when this method is active, whenever ...
970 byte By
testajus at 2007-9-26 1:31:20
Hi I have a applet with a bunch of buttons that display text when clicked. I want the button that was clicked background color to change so the user knows that is the button they are seeing the text for. This is the method I use to change the buttons background colorpublic void buttonColor(int ...
435 byte By
noel_k at 2007-9-26 1:31:55
I I have a problem:I use a MediaTracker to load an Image and display it in my applet. This works well on most Computers and most clients. But one IE : version 5.00.23 doesnt load the Image, means it is not displayed.I called isErrorAny from MediaTracker and it returned that there are errors.How ...
489 byte By
plsames at 2007-9-26 1:31:58
I am taking the JavaBeans tutorial availabe on the sun website, and tried to write, compile and load the SimpleBean bean/.jar into the BeanBox.The code compiles, and the .jar file is created with the manifest file and the .class file. When I try to load the .jar file into BeanBox, however, I ...
472 byte By
walpj at 2007-9-26 1:32:24
A user shouldn't have to download the entire JRE to upgrade from 1.3 to 1.4. The following is a request for improvement that calls for some method for incremental updates for the client-side JRE.It could use some votes. http://developer.java.sun.com/developer/bugParade/bugs/4267080.htmlAlso, ...
Is there any way to tell Java Plug-In 1.3.0 to use Root CA Certificates installed in navigator's database in order to verify a RSA signed applet?Thanks in advance.
Hi,I want to install Solaris on my intel machine. I have Windows 2000 running and don't want to lose it. What do I need to do, so Solaris and Windows 2000 can both be installed on my harddrive and I would have a choice to which OS to boot?Thanks in advance.
Ok, please forgive me if I'm being stupid.I saw the question on the JWS Unoffical FAQ but the answer is worded pretty oddly and I'm left a bit confused. ("You can add parameters as follows ... However, WebStart will then bomb badly, " etc) -- I need to pass parameters to my application. They ...
getting a java.util.zip.zipexception : a device attached to the system is not functioning error - what could cause such an error?My program finds all zip files in an archive and then searches through them for xls files, which it extracts and re-locates. I havent even a clue where to look for ...