| Thread | Last Post | Replies |
|
| Redirect stack trace to a string | 06 Mar 2008 08:32 GMT | 4 |
I would like to be able to log for an exception, not only the e.getMessage() but the whole e.printStackTrace(). Does anybody know how to redirect temporarily the standard out to a string ? Ideal would be such a function :
|
| Calling Java from other programs | 06 Mar 2008 06:48 GMT | 8 |
Hello. I am sure this has been asked numerous times before, but I am unable to find a conclusive answer. Please forgive me if this info is available elsewhere. I am developing a model to be used by others within my company.
|
| NoSuchElementException | 06 Mar 2008 03:22 GMT | 5 |
I call a method of mine, getFileList, which returns an ArrayList of files and is stored in MyFileList. I know how to iterate through the ArrayList, but how do I open the file for reading? The code below did not work. It compiled, but I got an exception
|
| Where to find a graduation project of the subject of information management and information systems? | 06 Mar 2008 02:53 GMT | 4 |
A graduation in the subject of the subject of information management and information systems is wanted! Give me some assistance, thank you.
|
| Web Spider | 06 Mar 2008 01:32 GMT | 8 |
If I was parsing a web page and extracting data from it in order to make a search engine, what should I extract?
|
| Implementing an interface in eclipse | 05 Mar 2008 22:55 GMT | 4 |
Using IntelliJ, I would be able to implement an interface whilst having it open in the editor. You could open the context window using the keyboard and choose to implement interface and magically the implementation appears complete with the statement "... implements
|
| BlackBerry JDE 4.3.0 | 05 Mar 2008 22:35 GMT | 3 |
I am trying to write a simple program for a blackberry that will take two integers as inputs from the user and add them together and return the sum. I am having a difficult time finding out what package and what commands will allow me to take data from a user imput. I have
|
| need to connect to a server through a URL using response.sendRedirect() | 05 Mar 2008 19:25 GMT | 2 |
Any one please solve the problem below..... I need to connect to a server through a URL for 10 time using response.sendRedirect() is it possible?? I am a lay man in java, just a beginner in java, i got a problem when
|
| Retrieve Parameter Value from Disabled Input | 05 Mar 2008 19:20 GMT | 2 |
I am setting the value of a disabled text input form element with JavaScript. How can I retrieve its value in Java? request.getParameter(textInputID); always seems to return 'null'.
|
| incoming connection port 80 | 05 Mar 2008 18:23 GMT | 10 |
I'm wondering how to accept connections (socket) if you are behind a router. Skype and uTorrent can handle this (by using port 80 or 443). How do these programs manage to accept
|
| how to overcome "java.lang.OutOfMemory" Error | 05 Mar 2008 17:48 GMT | 8 |
We already increased the Heap Space, But still i am getting this error. Actually we did increase the heapspace upto 1024MB. still java process eating memory. After that application crashes. I already search so many sites in Google. Can anybody shed some light on this
|
| Exception handling patterns/techniques | 05 Mar 2008 16:43 GMT | 1 |
How do you all feel about the commonly-seen technique of exception wrapping? It can keep interfaces clean - but then you end up breaking compile-time exception handling checking, as pointed out here: http://weblogs.java.net/blog/bakksjo/archive/2005/09/java_exception.html
|
| java i/o streams graphical representation and more .... | 05 Mar 2008 16:02 GMT | 4 |
I'm really finding it difficult to remember all the java i/o stream related classes and their main characteristics. This probably applies to collection related classes and many other. It would be really helpful to have a graphical representation of these
|
| Tibco Business works being used instead of J2EE | 05 Mar 2008 14:20 GMT | 1 |
Our company has got into tibco business works in a big way recently. They are using it as an integration tool between applications and in some cases getting it to write into relational databases where a J2EE app would have previously done this sort of work.
|
| Swing HTML parser does not return correct links? | 05 Mar 2008 10:02 GMT | 1 |
I'm having a problem retrieving href links from the anchor tags of some pages. The href /b/ref=amb_link_5647902_6? ie=UTF8&node=18&pf_rd_m=ATVPDKIKX0DER&pf_rd_s=center-3&pf_rd_r=1MHH104MH2P96KABQ0SC&pf_rd_t=101&pf_rd_p=316661801&pf_rd_i=1000 is being returned by the Swing HTML ...
|