| Thread | Last Post | Replies |
|
| JNI to run Wscript... | 16 Jan 2007 17:27 GMT | 1 |
using JNI how can i execute Wscript... and also read the return values... thanks
|
| java class heirarchy matching? | 16 Jan 2007 17:09 GMT | 4 |
I have a heirrarchy of classes that is basically used to create a tree of objects. I then want to 'evaluate' that tree of objects using functions that are outside those classes (typically OO programmers would probably make those functions methods of objects in the tree).
|
| check if string is utf-8 | 16 Jan 2007 16:09 GMT | 5 |
Is there any method or class in java for checking if string is utf-8 encoded? I have to check if string is utf-8 encoded, and if not I have to replace non-utf-8 characters with "?".
|
| Making subfoos not leak memory | 16 Jan 2007 15:38 GMT | 4 |
It's come up several times lately: subfoo. Besides String's substring method, a Subset class was proposed here recently that would provide a subset backed by a Set, and a recent mention of image cropping naturally suggests representing a cropped image by using the source image as ...
|
| Getting data from a JDialog | 16 Jan 2007 14:24 GMT | 2 |
Hi everybody, I'm doing an app where I need to get a value from a variable of another JDialog. My MainFrame call the class SelectClient, where SelectClient has a JTable with all data. when user double click over the table it supose
|
| sending Objects and Strings over TCP/IP | 16 Jan 2007 13:42 GMT | 15 |
I would like to send objects as well as simple strings over a tcp/ip connection. I already have much code using InputStreamReader and PrintWriter for sending strings, now I want to add some functionality with
|
| wsdl.exe (part of .Net) equivalent in Java | 16 Jan 2007 11:22 GMT | 1 |
I am a programmer with a C#/.Net background. I would like to translate a C# application is calling web services. In .Net, I am using WSDL.EXE, an utility shipped with the .Net framework to generate C# proxy classes from a WSDL description.
|
| javamail only send to people within the same domain | 16 Jan 2007 10:20 GMT | 5 |
We use java to send email to our website users. It seems that emails can only reach peopIe who are within the domain but not outside the domain. I set java mail session debug on, it shows everything is ok. I would like to know if this is a java program problem or a
|
| java.lang.UnsatisfiedLinkError: Can't load library from JNI code | 16 Jan 2007 07:28 GMT | 7 |
I am using "System.load("C:/sampleDLL2");" funtion to load a library. But getting Caused by: java.lang.UnsatisfiedLinkError: Can't load library: C:/sampleDLL2
|
| any way to read a WinScript from java | 16 Jan 2007 07:26 GMT | 3 |
Hi... is there any way we can read a WScript (.wsf) from JAVA... actually i want to read the properties of a drive such as its volume name and size and all. but from JAVA i don't think there is any way for
|
| how to set soap connection timeout | 16 Jan 2007 06:02 GMT | 4 |
Can you englighten me the way to set the connection timeout in using Apache Soap? I search the SOAPHTTPConnection API, but find only setTimeout(timeout) which is for read (response) timeout.
|
| Best way to get a Java job? | 16 Jan 2007 04:20 GMT | 2 |
I have spent the last couple of months studying for the Sun Java Programmers exam, and I am currently planning to take the exam on the first week of March. I started sending out feelers to several jobsites and have recieved
|
| using sockets to open connection to a search engine | 16 Jan 2007 00:12 GMT | 5 |
I'm trying to open a connection to altavista.com through java to retrieve the search results for a query. This is the code I'm using, it works for google and yahoo but not altavista or MSN. s = new Socket("altavista.com",80);
|
| carriage return in hex 0D | 15 Jan 2007 17:28 GMT | 1 |
I need some help in writing Java code in representing carriage returns in Hex 0D. I've written a program in Java on an Unix system that passes data to a Stratus machine via TCP/IP socket. The data I send to the Stratus box needs to have carriage returns in it, which I've
|
| access multiple web services using a proxy | 15 Jan 2007 17:24 GMT | 1 |
I would like to access multiple web services using the same proxy generated by Websphere. The web services will have the same operations. I have an interface that all the web services class implements.
|