| Thread | Last Post | Replies |
|
| hi... how to search files in a dir based on specific pattern | 06 Dec 2006 17:52 GMT | 4 |
how can we search files in adirectory based on specific pattern. i hav searched the regex api but i did not find any method in Matcher class or pattern class which will return a string array by searching the whole directory for
|
| apology to the group | 06 Dec 2006 17:16 GMT | 2 |
In the recent flame war with Twisted/Nebulous, I showed an ugly side of me that I am ashamed to have let out. I hope the regulars in the group will forgive my losing my temper and feeding the troll instead of just ignoring him from the beginning, which I intend to do from here on.
|
| function call efficiency | 06 Dec 2006 17:02 GMT | 2 |
I am using a function in Java with return type Array int[] function1() { int[] out = new int[];
|
| Updating an ini file in a servlet | 06 Dec 2006 17:00 GMT | 1 |
I have this servlet that when it is called, it would update a config(.ini) file that is bundled with it together as a webapp. Users are able to enter a new username via a form and the servlet will be called when the user press the submit button.
|
| Manipulating the Windows Environment from Java | 06 Dec 2006 16:13 GMT | 1 |
I have a third party java application that talks to a back end ERP system through a C program (also third party & no source) that runs in a Windows command window (it won't run as a Windows service). This gateway is prone to falling over and the third party java app provides
|
| default constructor | 06 Dec 2006 14:39 GMT | 4 |
Hi all, I've a dubt! when my classes doesn't have constructor, as in origin all derived from Object, my instance variable are initizializated to 0 or false or null from the Object constructor?
|
| Do I need Threads for this? | 06 Dec 2006 12:56 GMT | 17 |
I've got a method that copies files from one place to another. Each time the file copies over it takes roughly 10 seconds per file (depending on how large the file is). In the meantime, I need my JPanel label to update with the current number of
|
| Urgent need org.apache.io.FileUtil jar files | 06 Dec 2006 12:33 GMT | 1 |
if anyone having the jar files for the api org.apache.io.fileUitls then plz forward to my mail id mahesh.bhangale@polaris.co.in thanks in advance
|
| File loader architecture | 06 Dec 2006 11:41 GMT | 2 |
I would like some input on an architecture problem (or maybe some best practices). I have some preset settings for a tool in my application which are stored in XML files.
|
| how can i modify this program to list the *.java file using FIlenameFilter | 06 Dec 2006 11:06 GMT | 3 |
public class MatcherEx //implements FilenameFilter { static String suffix=".txt"; private FilenameFilter filter;
|
| WSDL and MRP document genrator Java library | 06 Dec 2006 08:39 GMT | 3 |
I am looking for Java library for building WSDL document from Java class when class source code is not available (in other words, from Class class instance). Any suggestion? Thanks,
|
| RMI on HP-UX - application closes after bind | 06 Dec 2006 08:10 GMT | 6 |
I've got a simple test application of RMI. It's a copy of PerfectTime application from Thinking in Enterprise Java by Bruce Eckel. I've used it to test RMI on windows. Now i've copied it to HP-UX. When i run it, everything seems to be ok,
|
| Chr function | 06 Dec 2006 04:59 GMT | 12 |
Visual Basic has this function: Chr(2) that is the 0x2 char How can I get it in java? thank you
|
| How could I transform java to .exe | 06 Dec 2006 04:04 GMT | 8 |
I want to transform my java program to Windows program(someting like xxx.exe file) and this xxx.exe file can run in Windows that didn't install the JRE how can I transform it?
|
| New to Subclipse Behind Restrictive Firewall & RA layer request failed | 06 Dec 2006 01:34 GMT | 1 |
I was directed to a project on code.google.com... my first time visiting. It says: Use this command to anonymously check out the latest project source code:
|