| Thread | Last Post | Replies |
|
| Creating .doc files | 11 Jun 2008 14:22 GMT | 2 |
Hi, are there any 3rd party Java api's available for creating microsoft word documents on the fly in a similar fashion to how iText creates pdf documents? TIS,
|
| Refer to current filename and line. | 11 Jun 2008 07:26 GMT | 3 |
I remember this was possible in C with macros. Is it possible in Java to refer to the current file name and line number as in System.out.println( something.that.returns.current.file.name() + " printed this line.");
|
| How to get current jar path | 11 Jun 2008 05:38 GMT | 3 |
Hi! I'm working on an application that should run on an usb pen using an embedded Derby DB. I need the DB to be on the USB pendrive with the application. Pen filesystem should look like this:
|
| Do you ever use reflection instead of OO? | 10 Jun 2008 23:47 GMT | 12 |
I know I'm taking a chance posting a question like this on a java newsgroiup... There a lot of well known advantages to OO, but I have recently started using the java reflection to take care of many simpler
|
| Resource/File URL Problems, relative links, servlet context and <jsp:useBean.. | 10 Jun 2008 21:24 GMT | 1 |
I'm trying to write to a file from within a <jsp:useBean java class. Problem is the naming conventions of the file address. I'm trying to develop application on localhost using netbeans, then deploy to live web...
|
| Sending mail with Java | 10 Jun 2008 18:47 GMT | 5 |
I would like to know how to send a mail in a java application I searched on the web and I found some codes but it always don't work , because i don't have the name of a mail server i tried this :
|
| Swing: default action executed even with Ctrl+Enter | 10 Jun 2008 16:51 GMT | 4 |
In my Swing app, I define a default button like so: // make submit the default action SwingUtilities.getRootPane(submitButton).setDefaultButton(submitButton); The submit button submits some query. This seems to work fine: if I hit
|
| ClassNotFoundException on Core Java 2 RMI example | 10 Jun 2008 15:58 GMT | 7 |
I'm trying out some sample code on Core Java 2 Chapter 5 - Distributed Objects, but even though the code is identical to that on the book, it says javax.naming.CommunicationException [Root exception is
|
| Randomly access files in J2ME | 10 Jun 2008 09:51 GMT | 2 |
Good day everyone this is my first post in this group and need help. I want to create a class that can randomly access files and read and write only sections of the file instead of reading or writing the whole file into memory. This will actually help with memory management
|
| Java hosting. | 10 Jun 2008 07:13 GMT | 3 |
I use http://www.myjavaserver.com to host my Java related application server. It was good for years but right now they are out of file space. Any suggestion what is good free application server right now to host
|
| dom4j NoClassDefFoundError | 10 Jun 2008 07:11 GMT | 1 |
I have simple application [code] import org.dom4j.Document; import org.dom4j.DocumentHelper;
|
| Need java 1.5.0_27 | 10 Jun 2008 07:10 GMT | 9 |
I need the old version of java :1.5.0_27. Please help me with finding the download of this. Thanks in advance
|
| [Tomcat] Problem | 10 Jun 2008 06:21 GMT | 2 |
I have problem with tomcat. I bought domain and setup tomcat to listen on port: 80 Now my application run using this url: http://mydomain.com/myservlet/
|
| Using redirect instead of forward | 10 Jun 2008 00:27 GMT | 4 |
In Tomcat 4.1.27 servlet I am using RequestDispatcher type to forward a message and get it in JSP. How can I do the same using redirect instead? Here is what I have -
|
| profiling in eclipse.. | 09 Jun 2008 19:08 GMT | 2 |
any recommendation on tools/plug-ins for profiling Jboss servlets in Eclipse/Linux environment ? is eclipse a best IDE for J2EE development? it is really hard to find and use even very basic plug-ins (like profiling for e.g) in eclipse.
|