| Thread | Last Post | Replies |
|
| javadoc fails after 100 errors | 18 May 2007 03:36 GMT | 1 |
I'm trying to build javadocs for the codebase at work. However, we use a process that "magically" generates some interfaces behind the scenes during compilation, so the javadoc tool does not know about them. As a result, numerous errors are thrown. Up until now, these
|
| Leading Zeroes Dropping in Excel | 18 May 2007 02:36 GMT | 1 |
I am trying to export java data to Excel, but when I do, leading zeros are being dropped. Aside from putting ( ' ) around the data, is there a built in java function to handle this?
|
| Discover all the enum elements during runtime | 17 May 2007 23:09 GMT | 2 |
Is there any way I can retrieve all the elements members inside an enum, during runtime? Thank you. cheok
|
| Calendar: month problem.. | 17 May 2007 21:08 GMT | 13 |
remDate.set(Calendar.MONTH, iMonth); returns '5' if choose "May" in drop-down (tested with an 'out.println' stmt..) but:
|
| last version | 17 May 2007 15:14 GMT | 1 |
... i'm trying to make it draggable with a slider to set the fonts. any help appreciated: /** * @(#)MyClock2.java
|
| JDBC/JSP/MySQL Code works from my local machine, but not on server | 17 May 2007 09:09 GMT | 2 |
I've been struggling with this problem for a while. I have a database from which I need to read and display some data on a browser. (The database is set up for remote access). I'm using the following JSP/JDBC code to do that.
|
| javax.mail.internet.InternetAddress RFC822 Leading '.' | 17 May 2007 05:52 GMT | 1 |
javax.mail.internet.InternetAddress returns true with a leading '.' I am even placing true in the strict argument. Is that really RFC822 complient? Jeff
|
| java regexp help | 17 May 2007 05:50 GMT | 3 |
I am using java 1.4. I have lines that looks like the following: #include "nc_ncmi_nbap_handler.sig" How can I match lines like this?
|
| GIJ and paths and packages and the current directory | 17 May 2007 05:49 GMT | 2 |
Suppose my current directory is /A/B/C/Home, starting from the root of the Linux filesystem. Under Home, I have a subdirectory 'camera" that contains all my java classes. When Home is my current directory, I can execute my java
|
| spinner help | 16 May 2007 23:58 GMT | 2 |
... i want to make a spinner that selects the time.must i enter all selectable times manually?? b
|
| Better solution for reading a line from the input for every 100ms? | 16 May 2007 20:59 GMT | 3 |
I 'm kind of get stuck of finding the best solution for reading a line from the input file for every 100ms. My code is the following: while ( (currentLine = bis.readLine()) != null) {
|
| How Do I create an action that that will run only on back button press on the IExplorer | 16 May 2007 03:51 GMT | 1 |
How Do I create an action that that will run only on back button press on the IExplorer
|
| opening multiple directories and files | 16 May 2007 03:33 GMT | 3 |
Is there a easy way to open multiple directories and files under those directories? Specifically, I'd like to set up like this: when I select a directory using GUI, then subdirectories and files under those subdirectories
|
| How Can I Prevent From The IExplorer to go back in press on the back button | 15 May 2007 12:58 GMT | 1 |
How Can I Prevent From The IExplorer to go back in press on the back button co's this defenetly mess up my game and its data base in java jsp
|
| Use a C# dll from Java | 15 May 2007 10:01 GMT | 2 |
I would like to use a chsarp dynamic library from my Java application. How I can use all functions from Java? I am beginner in Java but I read about jni. Thanks.
|