| Thread | Last Post | Replies |
|
| How do I launch a new Java app from a running Java app? | 03 Jan 2007 16:59 GMT | 3 |
Here is the motivation for my question. I have a Swing-based application that is launched using Web Start. I would like this application to launch other application instances using it's own classpath (e.g. fork new instances of itself) when the user invokes
|
| Javac.exe | 03 Jan 2007 16:53 GMT | 1 |
I´m on a machine without admin permission.....then i cannot instal jvm....... can anyone please send me the javac.exe? I checked it and it seems like thats the only file missing in java folder. Thanks a lot
|
| [ANT] replace | 03 Jan 2007 16:48 GMT | 1 |
I'm using ANT and I'd like to replace some texte in a webpage I have to replace <li><a href="../a/index.html"> by <li id="current"><a href="../a/index.html"> here is the code :
|
| JSF DataTable, how do I display the table transposed? | 03 Jan 2007 09:34 GMT | 1 |
I have been trying to figure this out. I want to display the table So that the Columns are iterated over, not the rows. Is there a good way to do this?
|
| list of arrays | 03 Jan 2007 07:27 GMT | 3 |
I have created a List with the intention of putting elements of one-dimensional arrays within it. The arrays contain integers. The lines I've used are:- (for the purposes of this, I have set variableNumber equal to 5)
|
| U.S. Daylight Saving Time Changes in 2007 | 03 Jan 2007 06:59 GMT | 2 |
Dear Experts, To fix the problem with the U.S. Daylight Saving Time Changes in 2007 is it enough to use the JRE recommended by Sun or I have to re-create my jar files too?
|
| Jakarta Struts tutorial. | 03 Jan 2007 05:49 GMT | 1 |
there are plenty of tutorials available on the internet but its hard to make out which one of them is good ... on the 3rd hit i was lucky got this short , simple and clean tutorial "Getting Started with Apache Struts" Ericsson.com
|
| Retrieving the matches to a regular expression | 03 Jan 2007 02:39 GMT | 1 |
Is there any way of not only checking a regular expression matches a string, but also grabbing the the values that the wildcards matched to? e.g, we know "Coordinate 234 124 12" matches with "Coordinate \\d++ \\d++ \\d++", but how could we actually get the values 234, 124 and 12
|
| Finding a class file in a WAR? | 03 Jan 2007 00:28 GMT | 2 |
What is the easiest way to find what JAR file a particular class file is contained in, if all I have is the WAR file? I only have SSH access (though a Windows XP PuTTY client) to the Mac OS 10.4 server. Thanks, - Dave
|
| Possible to test if file is open? | 02 Jan 2007 23:07 GMT | 11 |
I need to test if a file is open by another process. The "other process" will always be another instance of my program, possibly running on a physically separate server, and accessing the file on a shared drive.
|
| Open a file and count vowels | 02 Jan 2007 22:48 GMT | 7 |
I am trying to create a program which will allow the user to open there desired text file and count the number of Vowels, and lines in the text. As of yet i cant find or dont know how to produce this program. I need to use Java was wondering if anyone has any ideas.
|
| Problems with inheritance! | 02 Jan 2007 22:18 GMT | 9 |
Hello together! Fist of all, HAPPY NEW YEAR!!! I was hoping the year 2007 doesn't starts with open questions, but so what... :-)
|
| PACKAGE IMPORT | 02 Jan 2007 19:43 GMT | 2 |
I am a amateur Jav programmer currenlty in learning phase. I have a little problem. I have made a package 'thing' the code is for the package is :
|
| newbie: exceptions | 02 Jan 2007 19:26 GMT | 2 |
I have started learning Java. In a tutorial I found such example (pseudocode): method1 { try {
|
| how to create .exe file in java? | 02 Jan 2007 16:35 GMT | 16 |
I have develpoed billing software with 10 classes. Now I want to create .exe of this project. so, help me in creating .exe of my project..
|