| Thread | Last Post | Replies |
|
| Printing gets partial results | 08 Dec 2005 15:15 GMT | 3 |
I have a Java PrinterJob that is printing a printable object. The pages are a header with an image and two lines of text, plus a table header. The middle portion is data from the cells of a table. And there is a few lines of footer text. Originally I tried scaling the graphics
|
| getBundle() can find .properties only if it is part of war | 08 Dec 2005 14:17 GMT | 1 |
If I include all the .properties (locale related) files within the war file then getBundle() works fine. But, if I copy the .properties into the WEB-INF/classes after the war is extracted, then getBundle() doesn't work - it throws MissingResourceException.
|
| Ensuring directory deletion has complete | 08 Dec 2005 14:06 GMT | 1 |
I am writing a program that adds and removes files cleaning up empty directories when the last file has been removed; it also automatically creates the directory when a new file needs to be written. During testing I have discovered that if a directory is removed and then
|
| Validating parsed XML document against XML-schema | 08 Dec 2005 14:02 GMT | 1 |
*PROBLEM: how to validate parsed XML document against (parsed) XML-schema. *IN: XML document as org.w3c.dom.Document, XML-schema as stream *OUT: information if document is valid against schema. If document is not valid DETAILED information about ALL errors (especially: node that ...
|
| java web server | 08 Dec 2005 13:56 GMT | 4 |
We need to deploy a web application on an intranet. This application will have to be used by 300 people at the same time. Since this application is based on servlets/jsp, we use Tomcat on our development platform, but the benchmarks we have consulted show that
|
| Urgent: Resourcebundle.getBundle() doesn't look for properties file | 08 Dec 2005 13:04 GMT | 3 |
Our properties files are located at path say xxx and bundle name is bbb. So, our code does the following Resourcebundle.getBundle(bbb,locale). This works fine. Now, we need to support kanji script in japanese. So, my code appends kanji
|
| How to compromise with other programer/PM's bug? | 08 Dec 2005 12:09 GMT | 22 |
Our PM( project manager) want to do a perfact job, and then he always change new spec; and then we have to change code again and agin. Moreover, anyone's change is possible to affect our's design, right? and then we have to update again and again..
|
| socket problem (connection)... | 08 Dec 2005 09:55 GMT | 3 |
i have problem to connect to server i run the code and i get: ->connection ok and after
|
| receive udp packets on windows xp | 08 Dec 2005 05:22 GMT | 3 |
I'm trying to write some Java code that receives UDP packets on a specific port. I'm using jre1.5.0_06 on a windows XP pro machine. My problem is that the code works on a Linux box, but not my Windows box. Here is the code (which I modified from anohter Usenet post):
|
| Stumped! | 08 Dec 2005 05:20 GMT | 6 |
I realize that this program is for beginners. In any case, I can't find the problem. Here it is: (It's supposed to print out alice: balance = 625; bob = 436; I don't think it's adding the interest and I can't see why)
|
| SQL Development tool for Sybase? | 08 Dec 2005 04:33 GMT | 3 |
Forgive me. This hasn't been asked on the group for awhile. We're looking for a product that helps debug, compile and create stored procs on Sybase. Hopefully something free, but anything would be an enlightenment.
|
| Need help with Java MulticastSocket | 08 Dec 2005 02:37 GMT | 16 |
I'm trying to use Java multicasting on a single computer (Linux) for testing purposes and can't get it to work. I'm using the example from the Java Tutorial: http://java.sun.com/docs/books/tutorial/networking/datagrams/broadcasting.html.
|
| Is Java Applet Best? | 07 Dec 2005 23:55 GMT | 3 |
To anyone with an opinion: I am trying to write a series of fixes for customers on our website. I want it to do things like clear temp. internet files, delete cookies, setup outlook express(with ins file), and a series of other easy fixes,
|
| Hi all | 07 Dec 2005 23:47 GMT | 7 |
Hi all, I just joined this group... hope I can be of any much help.. I have this problem with applets, when I run it on the appletviewer is doesn't show any error but when I deploy the html to a server and acess it from a browser it shows ClassFormatError : Truncated classfile. I
|
| Japplet | 07 Dec 2005 23:36 GMT | 4 |
currently we are trying to convert a java gui program into an applet. now that we are inheriting from JApplet we have the following error message: (formerly the program inherited from JComponent)
|