| Thread | Last Post | Replies |
|
| New to Java | 07 Feb 2006 16:11 GMT | 1 |
I am new to Java Programming but will be coding for some moderate complex application, So Can i get to know the HELP Context for Java As like we have for MFC Tutorials(VC++) Eg:testtool_home = System.getProperty("user.dir");
|
| ClassLoader confusion | 07 Feb 2006 16:07 GMT | 10 |
somehow I'm confused by ClassLoader. Please look at the code below. First, I create a new ClassLoader cl1, more precisely, an instance of the subclass MyDomainLoader of ClassLoader. Next, I create an instance of class MyClass with Class.forName("MyClass", true, cl1). That works
|
| Struts mapping action to action??? | 07 Feb 2006 16:07 GMT | 3 |
greetings. I want to go from a logon page to an action page that decides whether the user gets an edit page, or a new page with blank fields. .jsp
|
| Writting to file from Database | 07 Feb 2006 16:02 GMT | 9 |
Hi All.. I am new to Enterprise Java Development and I have question? I am trying to develop system that been in written in very bad way(i.e. no Framework, Desigen Patterns). The question is I would like to run SQL
|
| log4j | 07 Feb 2006 15:28 GMT | 11 |
I have a problem with log4j. I have several applications that use log4j (different properties files). The problem is that all of them writes in the same file which belongs to the last application that started in the app server. Any Ideas?,
|
| How to read in a text file in as an array? | 07 Feb 2006 13:55 GMT | 2 |
Hi, im trying to read a text file into my program. It simply contains a dictionary of commonly used words, but i want to store this list of words as an array so that I will be able to make use of it later when comparing against other text files. So how do I do this?(read in the
|
| Am I online? | 07 Feb 2006 13:41 GMT | 14 |
Is there a way to detect in java or Javascript if I am online? Or do I have to choose some tight timeout and fetch a tiny file from some fast server and see if I get it in time to decide?
|
| Java Component to Outlook MailBox | 07 Feb 2006 13:00 GMT | 1 |
I have a requirement to read emails from a outlook email box and extract excel attachments followed by processing of the attached excel file. We plan to implement this as a Java Daemon process scheduled as a
|
| com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK | 07 Feb 2006 12:51 GMT | 5 |
Hallo newsgroup, I am getting the error com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK JAVA_HOME does point to my JDK. My Tomcat works with no problem. My
|
| session management | 07 Feb 2006 12:50 GMT | 4 |
Hi friends can anyone give me idea regarding how to manage session from user's login to signout. also how to handle security issues.
|
| Difference between static final members and final static members(if any)? | 07 Feb 2006 11:32 GMT | 4 |
Please explain the difference.
|
| Transforming DOM to file strips out DOCTYPE element | 07 Feb 2006 10:14 GMT | 2 |
The code below simply reads in an XML file and prints it back to to a file. Unfortunately, it drops the !DOCTYPE element. Any clue why this is happening? import java.io.IOException;
|
| FTP client options | 07 Feb 2006 10:01 GMT | 7 |
Hey all, for a project i have been hunting around for a while on a way to implement a ftp client in java. I don't need any fancy gui, just the basic api's and code.
|
| how to max window for JRE installation? | 07 Feb 2006 09:54 GMT | 2 |
JRE (Java 1) is installed as part of a Java program installation using InstallShield. Some people find that the JRE installation window is behind another window and fail to see the smaller JRE window which has a next button
|
| good morning | 07 Feb 2006 08:18 GMT | 8 |
i`m new to the java prog and i have some questions. 1-is java a difficult subject? 2-how can i write a good prog?
|