| Thread | Last Post | Replies |
|
| Scheduling a java program on Windows | 17 Mar 2005 23:10 GMT | 7 |
How can I execute a Java program using Windows (XP) Task Scheduler? Do I have to place a batch program wrapper on it?
|
| Build slices in Java and Eclipse | 17 Mar 2005 22:58 GMT | 1 |
I've been away from Java for a few years and have lost track of some of the more recent developments. Is there now an easy way to do the following: I'm experimenting with Eclipse - which I like, and have developed a
|
| problem with index.html .(page is automatically gettin redirected to index.html) | 17 Mar 2005 22:57 GMT | 2 |
hi, i hav a web template which has pictures,Js files used for that template... suppose ther are 4 buttons in the page... when i click the first
|
| Applet and imageIO | 17 Mar 2005 21:02 GMT | 2 |
Hello I have written an application and used a code example to write a buffered image to an image to a byteArrayOutput stream. The error that I get is a sun.misc.serviceConfigurationError.javax.imageit.spiImageOutputStream.
|
| Java and the increment operator | 17 Mar 2005 20:28 GMT | 2 |
I know that in many C/C++ compilers using i++ is faster/ more efficient than i = i+1. Is it true for Java as well? Tony
|
| Sorting a hashtable | 17 Mar 2005 18:45 GMT | 4 |
What's the best way to sort a java.util.Hashtable which contains Comparable objects?
|
| to subclass or separate | 17 Mar 2005 18:36 GMT | 4 |
i have a Message class that has the following properties: String prefix; String command; String[] paramaters
|
| JTidy: How to catch output | 17 Mar 2005 18:02 GMT | 2 |
I need to parse a fragment of HTML code for containing errors. On this ng, JTidy was suggested to me as a solution. The problem seems to be that the Tidy.parse() writes its errors and warnings to standard error, but I need to catch them before presenting
|
| Websphere and Java training for experienced programmer? | 17 Mar 2005 17:54 GMT | 3 |
I've been programming in several procedural languages for 25 years and now I want to learn Java and Websphere. Most of my experience is with mainframe Cobol, but I've also done a fair amount of desktop applications programming in VB, Access, etc. I've also done some web
|
| Jolt Awards and Recent All the Java Tools | 17 Mar 2005 17:08 GMT | 2 |
I just don't understand it. People say Java is dying, Java is boring, Java is like Cobol. Look at all the Java products on the Jolt Software Development awards. Explain this to me C++ developers. http://www.sdmagazine.com/jolts/15th_jolt_finalists.html
|
| 1.5.0 Syntex Question | 17 Mar 2005 17:00 GMT | 2 |
I am new to 1.5.0 and was wondering if anyone knows how to fix the following syntex/semantic errors. The following code produces the following error (javac Debug.java Assert.java -xlint): public class Assert {
|
| Error in tag lib : saying "unable to find setter method for attribute" | 17 Mar 2005 16:31 GMT | 4 |
Hello Team, I am facing a problem in taglib Initally I was using JSDK 1.4.2_05 for compiling and running my application everythign was running very fine , now the JRE & JDK change to 1.4.2_07 and
|
| Newbie question: Formatting JSPs for different browser settings | 17 Mar 2005 16:24 GMT | 3 |
I am new to JSP/Struts/J2EE development and wanted to know if the good and knowledgeable (and might I add SO very good looking) people on this board could point me in the right direction. I created some JSPs that looked great in IE using "typical" settings.
|
| Date | 17 Mar 2005 16:01 GMT | 1 |
how do i display date values. Once u open the page the next days date should be dislayed. just like when you are checking the system date on ur system.
|
| static private methods | 17 Mar 2005 15:49 GMT | 4 |
I have been in the habit, when extracting a private "helper" method from a public method, of marking it "static" wherever possible -- that is, when it does not reference instance variables or other non-static methods. My rationale is that when browsing the source, such methods
|