First  |  Prev |  Next  |  Last
Pages: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
Any ideas how to avoid this code checker error?
Hi, I'm using Java 1.5 on a Resin 3.0.19 web/app server. I'm using PMD as the code-checker, and in an EJB, it is complaining about public List<SubvendorCustomerRecord> getSubvendorCustomerReport( final Integer subvendorId) throws RemoteException { List<SubvendorCustomerRecord> results = new ArrayList<S... 2 Feb 2010 14:52
Can Someone please help me with my Computer stuff? 38889
I use the computer and the Net on a regular basis but I don't know a whole lot about it all, especially when it gets technical. I have an Acer Aspire AM5100-U5300A. I would like to speed this computer up, I would like a very good grasphics card without spending a fortune. Once I find out what I need I willo just go t... 27 Jan 2010 16:01
getResourceAsStream() problem
Hello, I have a problem with getResourceAsStream(). I'm using these tools: Eclipse JEE edition version 3.5.1 with the Apache CXF plugin and Apache Tomcat version 6.0.20. Java is version 6. This is under Windows. I've written a very simple JAX-WS web service, here's the complete code: package bioweb; imp... 2 Feb 2010 14:51
How to get an include-path of jni.h that is able to be different on different platforms.
Hi, Now, I am trying to get an include-path of jni.h file to use in my Makefile. However, there is some difficult thing for me because the absolute path of the header file is different according to platforms. in case of linux $JAVA_HOME/include/linux in case of macos $JAVA_HOME/Headers/ in case of so... 27 Jan 2010 01:34
split UTF-8 string to multi UTF8-file
Hi All I have one utf-8, I want split input file into multi UTF-8. Can I using str.substring to extract string ? When input file have BOM code, how to remove the BOM code ? import java.nio.charset.Charset ; import java.io.*; import java.lang.String; public class read_utf { public static void main(String[] a... 27 Jan 2010 02:40
ZipOutputStream
ZipOutputStream: if I put an uncompressed file named "mimetype" into the zip and the content of the file is "application/html+zip", there are 5 bytes between the filename and the content: 01 14 00 EB FF Normally (in Winzip), uncompressed content immediately follows the filename, shows WinZIP. What are those 5... 2 Feb 2010 14:51
Using browser's proxy-settings from a javaws-app?
I've got an application running with javaws. The server is behind a socks proxy (which is configured in firefox, and the hosting website works fine). JavaWS (per ControlPanel) is configured to use the browser's proxy- settings and successfully downloads all the .jar-files mentioned in the jnlp-document. The... 25 Jan 2010 16:12
Java 1.5_22 crash my server, please for help
Hi, I've got Java 1.5_22 with tomcat 6 on centos 32bit. After one day, two days of working in production, my server crash with the error: # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0xb7962d4f, pid=3307, tid=1355598736 # # Java VM: Java HotSpot(TM) Server ... 2 Feb 2010 14:52
ECLIPSE - slow deployment with WAS 6.0
Hi group, I am in the process of migrating one of the projects to WTP 1.5.4 (Eclipse 3.2) coupled with WAS 6.0. The development now happens with RAD 6.0. I found few problems - the foremost being the slow deployment and publishing of Eclipse. In RAD, I found that it is quite instantaneous publish (or is it just... 2 Feb 2010 14:50
JVM and java application
If there are several java applications/programs running on the same machine, are these java applications/programs using their own JVMs or are they share the same JVM? Thanks. ... 26 Jan 2010 05:26
First  |  Prev |  Next  |  Last
Pages: 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78