| Thread | Last Post | Replies |
|
| Understanding java.lang.Object.wait() | 28 Jun 2007 21:42 GMT | 7 |
I am a bit confused as how wait() actually works. I know the purpose of this method but what I wanted to know is when a few threads waiting on a certain object lock and they are signaled via notifyAll(), how does one of the threads on the waiting list for that object lock gets
|
| problem in executing the java mail | 28 Jun 2007 21:34 GMT | 1 |
When I coded the java mail code and try to execute it throws the following error,can anyone help me out in resolving the same so that it can successfully executes:
|
| Changing file Xtensions & importing | 28 Jun 2007 21:29 GMT | 1 |
Firstly, is there a program I can write to go through many subfolders and change the extension of all the files? Or if I do that myself, Is there a way to somehow write a program to seek the XML files, if they're all in groups separated by folders? So, have the program get
|
| Hai friends | 28 Jun 2007 20:13 GMT | 1 |
Hai friends i have j2sdk1.4&j2ee 1.4 i installed sucesfully and also tomcat 5.0. It is working ,i dont know how to run jsp/html through tomcat server. so please give me guidelines to run programs completely....
|
| need material | 28 Jun 2007 19:55 GMT | 3 |
hullo i would like to know more about the java
|
| Reusable lookup tables | 28 Jun 2007 19:52 GMT | 2 |
I have to deal with several lookup tables like for example: Quality SpecificWeight Hardness TearStrength So I would create a Quality Class to store the values for a single record.
|
| Dynamic reports from the Web using Java/Tomcat | 28 Jun 2007 17:32 GMT | 3 |
I have a complicated request to fulfill and I don't want to re-invent to wheel for it. I have a database with customer information ( name, city, bill, etc...) stored in many tables
|
| I need material for JAVA | 28 Jun 2007 17:01 GMT | 5 |
I need material for JAVA .. please send me...
|
| JarFile/ZipFile from byte array without temp file | 28 Jun 2007 16:43 GMT | 7 |
Subject says it all... how do I create a JarFile/ZipFile instance from a byte array without outputting the byte[] to a temporary file and reading it back via the JarFile/ZipFile constructors?? Currently I do it via temp file (which sucks):
|
| Reading CSV or Excel files in java and mapping values to database columns | 28 Jun 2007 15:34 GMT | 7 |
Dear colleagues, I am looking for a free and simple mechanism for reading data from files (could be CSV or XLS ) and inserting values that are read into a database. I know that I could import a csv/xls file directly from a
|
| How to refer to method in nested class? | 28 Jun 2007 15:17 GMT | 2 |
My question is evident from the code below. Thank you! class A implements Describable { // needs String desc() public String desc() { return "I'm class A"; } class B implements Describable {
|
| Regexp Octal question | 28 Jun 2007 15:16 GMT | 6 |
Strange question, if somebody have an answer, will be really helpfull. I used a regexp (octal) : < \0 > to find < (char)0 > char in a string. 1) If i get the regexp \0 from a text file, the regexp NOT match.
|
| JOptionPane in jre 1.6 | 28 Jun 2007 15:06 GMT | 3 |
I have Eclipse 3.2.2 and jre 1.6 installed. I have tried to insert new class, that use JOptionPane, but I have written : package javax.swing.JOptionPane and it's an unknows class in Java.
|
| java.io.FileNotFoundException: velocity.log (Too many open files) when i use velocity to send emails | 28 Jun 2007 05:00 GMT | 1 |
I am using velocity templates to generate emails in a stand alone application. During the life cycle of the application, i generate 5 emails. But i am facing a problem now:
|
| Java Applet with Swf | 28 Jun 2007 00:58 GMT | 5 |
I've been checking and i'm still not sure of this but can i create a java applet with an swf movie included? If so can someone give me some pointers on how to perform this? Thanks in advance for any help!
|