| Thread | Last Post | Replies |
|
| Saving HSSFCellStyle in Excel file | 30 Sep 2005 10:57 GMT | 3 |
Hi world, I'm writing excel files with HSSF libraries and it works very well. Nevertheless, I think I have misunderstood something about HSSF styles. I'm afraid they're only available when java is running. Or is it possible to
|
| Configuration problem, "Could not open file xwork.xml" | 30 Sep 2005 10:43 GMT | 1 |
When I click on a link in my war file (which I replicated at the following URL) http://users.resourceinternational.com/Bernie I get the error message at the end of this post. I am running the war
|
| JAR, JNI and libraries | 30 Sep 2005 10:23 GMT | 2 |
How Can i include a library inside a JAr file ? I have a jar file like this:
>>jar ft prompt.jar META-INF/
|
| Opinions on Java test development | 30 Sep 2005 07:46 GMT | 19 |
I am looking for some expert opinions. We are developing new Java tests for a leading global consulting firm. The tests will assess the skills of J2EE architects and Senior Java Developers. I could use input on the differences in how to best assess various level
|
| jpinscp.dll error with Java applets | 30 Sep 2005 06:52 GMT | 3 |
I'm using a Java voice recording applet in my Online Language Assistant at www.oneglobe.com . It works OK in IE and Opera, but Firefox (1.0, 1.0.5, 1.5 beta) crashes with an error in jpinscp.dll . Can anyone tell me what the problem might be?
|
| Please help me understand EJB | 30 Sep 2005 06:44 GMT | 4 |
I have read a lot about EJB. I have searched a lot on the Net for EJB tutorials and EJB related guides and pages. Most of them begin at an intermediate level. They talk about theory, without examples, even trivial. Let us assume Stateless session beans for now.
|
| iPlanet: Repeating requests | 30 Sep 2005 05:33 GMT | 1 |
We have been seeing repeating "GET" requests (aprox. every 5 minutes) in the server log for a URL that our application does not generate. Our application does serve a form page, with a "POST" action, that has the same parameters in the "GET" request in the logs. The portion of the
|
| How can i convert java.lang.Object to byte[] | 30 Sep 2005 05:25 GMT | 8 |
How can i convert java.lang.Object to byte[]. cant cast directly. throws ClassCastException. Regards Neena
|
| applets and multiple jar files | 30 Sep 2005 04:32 GMT | 2 |
Hi, I am preparing an applet that will be placed in a jar file. The problem is that the applet uses other jar files. What is the best way to organize all the files for downloading, and how should I write the <applet ...>
|
| JFrame refresh problem | 30 Sep 2005 03:25 GMT | 4 |
I have a JFrame that I put two components, one on BorderLayout.CENTER and the other is at EAST. When I cover with another window, and then uncover, the part that is uncovered does NOT refresh.
|
| Baked textures! | 30 Sep 2005 00:12 GMT | 1 |
I really hope someone out there can help me! I am in the process of making a game using Java3D. The problem i have is that none of the object loaders (.3ds, og files from AC3D) for java 3d supports baked textures!
|
| Set a KeyStore as the system property javax.net.ssl.trustStore value | 30 Sep 2005 00:05 GMT | 3 |
[CC from comp.lang.java.security] Hi, Here the deal. - I know how to create a KeyStore with KeyStore.getInstance(), etc.
|
| Arrays.binarySearch(Object[], keyValue) and Reflection API | 29 Sep 2005 23:49 GMT | 1 |
public Objectbinary(Object[], String keyName, String keyValue){ ???????? int index = binarySearch(Object[],????); return Object[index];
|
| JNI Problem | 29 Sep 2005 22:56 GMT | 3 |
I would like to know what happens here.... In one computer (terminal) the program executes as normal, but in another computer (terminal with ssh connection) it doesnt work anymore. The message that I have is:
|
| applet signing library | 29 Sep 2005 22:46 GMT | 5 |
Hi i posted a while agoabout signing java applets. With the help of you guys my applet now works and is signed. Now i wish to write a java application with a gui front end that can jar, sign and verify signed jars. are there jar and signing libraries or will my front end have to ...
|