java1.4
java 1.4 good quality image resize
We have a photo gallery that is using servlets to resize images - we need good performance and decent quality, but we just can\'t get it right. Also, sadly enough, we have only java 1.4, which leaves[详细]
2023-03-25 16:44 分类:问答why won't jetty 6.1.x run with java 1.4.2?
Dcoumentation everywhere I can find suggests that jetty 6.1.x should still run with java 1.4.2. Yet, if I download a jetty binary, and \"java -jar start.jar\", I get variations of:[详细]
2023-03-22 01:17 分类:问答Java 1.4 + extendible builder pattern
I\'ve hit a bit of a brick wall when it comes to implementing an extendible class that utilizes the builder pattern in java 1.4. The pattern itself works a treat but I\'ve hit a bit of a brick wall wh[详细]
2023-03-12 12:29 分类:问答Deserializing XML using XStream does not work in OSGi (Java 1.4)
I created some OSGi-bundles. One of these has a function to export data to xml using XStream. It just works fine. Also importing again when using the Bundle as library and not within an OSGi context,[详细]
2023-02-08 03:54 分类:问答How to debug Java OutOfMemory exceptions?
What is the best way to debug java.lang.OutOfMemoryError exceptions? When this happens to our application, our app server (Weblogic) generates a heap dump file.Should we use the heap 开发者_开发百科d[详细]
2023-01-31 16:25 分类:问答Does Java 1.4 have generics?
L开发者_运维技巧ooking at some old code in Java 1.4 but I\'m unfamiliar with Java. Does Java 1.4 have generics? I\'ve been looking through the code and haven\'t found any uses of generics, but that d[详细]
2023-01-24 15:25 分类:问答how to play wav file in java 1.4
as title How can i play a sound file repeatedly in java v1开发者_运维百科.4?If you just want to play the wav file then \'org.life.java\'\'s answer is correct. For other format types you can use JMF( h[详细]
2023-01-18 05:27 分类:问答Which version of apache http client is compatible with java 1.4.2?
开发者_如何学JAVASomehow I can\'t find this infoYou will find some hints in the release notes of the download page. Release 4.5.7[详细]
2023-01-16 02:50 分类:问答Cryptography - RSA Algorithm in Java 1.4
I am using Java 1.4.2_10 and I am trying to use RSA encryption: I am getting the NoSuchAlgorithmException for the following code:[详细]
2023-01-04 04:24 分类:问答How To Replace @Resource Annotation with Java 1.4 Compliant Version
I have a test class that has a @Resource annotation for a setter and I need to make it Java 1.4 compliant, so obviously the annotation has to go. I\'m using Spring.开发者_开发知识库[详细]
2023-01-03 05:03 分类:问答