First  |  Prev |  Next  |  Last
Pages: 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
Code and Creation 69647
This is a free and informational site I created for application development and application development source on the net. Enjoy, and it's free, nothing to register oir sign up for just an informational site. http://codeandcreation.com U(a)LV!Dt>s)>*uO?A@U$zldT^* ... 2 Feb 2010 14:47
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:50
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
ANN: GR8 in the US CFP ending 05.Feb.2010
If you wish to submit a presentation, go to http://www.gr8conf.org/proposal/create. GR8 in the US is a one day conference dedicated to the software language Groovy, software development frameworks Grails and Griffon, and related technology. It will be held April 16th, 2010 at the Holiday Inn Bloomington I-35W, 12... 27 Jan 2010 13:43
How to make CORBA pick the appropriate Proxy?
Starting out from an ior String, the app does essentially that: - ORB orb = org.omg.CORBA.ORB.init( new String[0], java.util.Properties() ); - org.omg.CORBA.Object servObj = orb.string_to_object( ior ); - factoryInst = SomeFactoryHelper.narrow ( servObj ); (plus lots of null-checks, and enc... 27 Jan 2010 13:44
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:48
How to get an include-path of jni.h that is able to bedifferent on different platforms.
On Tue, 26 Jan 2010 22:21:02 -0800, junyoung wrote: 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_H... 27 Jan 2010 07:00
Read utf-8 char one by one
Hi All how to read utf-8 char one by one ? Below not work. import java.nio.charset.Charset ; import java.io.*; import java.lang.String; public class read_utf_char { public static void main(String[] args) { File aFile = new File("utf8_test.text"); try { String str = ""; char[] ch = new char[]; ... 2 Feb 2010 14:49
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:39
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
First  |  Prev |  Next  |  Last
Pages: 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85