| Thread | Last Post | Replies |
|
| Newbie Tomcat Problem | 21 Aug 2007 05:52 GMT | 4 |
I am working with Tomcat 5 for the first time in on a Unix machine. Apache seems to be working ok, serving up static HTML, but all my JSP's are displaying in the browser as inline code. My assumption is that Tomcat is not running, but I am having a heck of a time finding
|
| Javadoc tag @inheritDoc | 21 Aug 2007 05:02 GMT | 1 |
I am encountring a strange problem. This is my sample javadoc comment above the method : /** * This is a sample JAVA Doc class.
|
| loan amortization | 21 Aug 2007 04:57 GMT | 13 |
ok i decided to do a loan amortization program that will take, as input, loan amount, loan length (in years) and annual interest rate. I have done all the coding but when it comes to formulas I'm totally lost. I need to display Interest, Principal, and Balance on month to
|
| setup for java programs | 21 Aug 2007 02:43 GMT | 6 |
Hello Everybody....... I am on my way to develope media player , i wanted to Know a simple and best way to create the setup for that Program thanks
|
| Tomcat Memory Issue | 21 Aug 2007 00:43 GMT | 2 |
We are running a web service on Tomcat 6.0 with JDK 1.5.0_12. on a 2003 Windows Server with 2GB memory. In our load test we nioticed the memory usage for Tomcat gradually increases. Once it reaches 2 GB, Tomcat crashes. The same
|
| How can a JSP Tag discover its own name? | 20 Aug 2007 22:08 GMT | 4 |
I'm trying to write a JSP Tag handler class that can be used with a number of different tags - in other words multiple <tag> entries in the TLD would point to the same <tag-class>. The reason I'm doing this is that I want to be able to use the
|
| Most popular program written in Java | 20 Aug 2007 21:38 GMT | 12 |
in your opinion, which is the most popular program written in Java? Thanks
|
| Changing JAVA Oracle connection to MS SQL | 20 Aug 2007 21:24 GMT | 1 |
Need some help..... Below is what I currently have that's written in JAVA to connect to Oracle, but I need to change it to connect to MS SQL. ===========
|
| database search using Lucene | 20 Aug 2007 20:57 GMT | 10 |
I need example for database search using Lucene. I found many example Lucene with file but not on Database please guide me Thanks...
|
| vsnprintf like | 20 Aug 2007 20:24 GMT | 2 |
I would like to do my "own" printf. Under C I used to play with the classic "vsnprintf" : void print_it(char *app, size_t num, ...) {
|
| Apache POI - how do I create titles across cells? | 20 Aug 2007 20:21 GMT | 2 |
I have created a spreadsheet that has several columns with multiple rows. I have calculated the size of each of the columns. So far, so good. BUT I want to put a "tile" (not a header) above these columns. For instance, if I want the spreadsheet to look like:
|
| problems with readObject and EOF Exception | 20 Aug 2007 15:53 GMT | 1 |
I'm a Java-beginner and I'm writing a small client/server software and I'm in troubles looping on readObject: -- I have a client that connects to the server and read an object (an
|
| Downloading a file in Linux | 20 Aug 2007 15:43 GMT | 9 |
I use the following function to download a jar file from my website: public synchronized boolean copyFileFromWeb(){ try {
|
| JNI and jar files | 20 Aug 2007 15:17 GMT | 3 |
I have a C++ program that loads and executes a method in a Java class using the Invocation API. Easy enough to do, but I was wondering if I could do something like java -jar myApp.jar
|
| chatting application in java | 20 Aug 2007 14:02 GMT | 3 |
i am developing a website in that i want to include chatting application. please give me guidelines for developing chatting application for my website.
|