| Thread | Last Post | Replies |
|
| how to create a batch file ? | 14 Feb 2008 03:46 GMT | 3 |
i would like help on how can i create a batch file in order to run my programmes without goin through e-clipse or j-Grasp first. Thanks
|
| I lost the HTML file that calls my applet... | 14 Feb 2008 03:42 GMT | 3 |
I am a Java programmer, but I know next to nothing about HTML. I used to have an HTML file that defined the dimensions of the rectangle were the applet runs, did some setup of that sort and launched the applet.
|
| MVC and application state | 14 Feb 2008 02:31 GMT | 7 |
I just read http://java.sun.com/products/jfc/tsc/articles/architecture/ which was recommended in another thread and a question remains as how to separate the GUI and data. Suppose you have a boolean value in your application (for example,
|
| Memory Issue | 14 Feb 2008 01:04 GMT | 5 |
I am having an issue where a struts based application continually uses more and more ram. I get the available memory on each pass and manually call gc which has slowed the issue but not fixed it. I.e:
|
| hey i am just started java,, can anyone tell me the use , application, why java , importance of java.. | 14 Feb 2008 00:00 GMT | 3 |
hey i am just started java,, can anyone tell me the use , application, why java , importance of java..
|
| Creating App Server API | 13 Feb 2008 21:28 GMT | 2 |
I have a customer that is asking all his vendors to provide their API's via a Web Container. My marketing guy seems to believe this would be useful for other customers. Much of the API can be provided to the customer in the form on session
|
| problem with commandLink inside the Dataatble | 13 Feb 2008 13:37 GMT | 1 |
the commandLink is working outside the dataatable but it is not working inside the Datatable the code is pasted below controller,javva
|
| What is wrong with my sql-statement? | 13 Feb 2008 08:39 GMT | 2 |
Hi *, i tried to execute my statement with jtds 1.2.2 But i get an exception. With the mssql enterpise manager it works. May a "guru" check this and push me to the right direction?
|
| File() | 13 Feb 2008 06:55 GMT | 3 |
If I put new File("/folder/file") is that root to whichever drive the main java prog was loaded or root to the operating system or root to where the JVM is located? eg. I load a java prog from w:/java/myprog.java - will root be w:/ or c:/ (typical windows drive)?
|
| Float.MIN_VALUE | 13 Feb 2008 04:36 GMT | 16 |
When I try to use: float f = Float.MIN_VALUE; or System.out.println(Float.MIN_VALUE); I get:
|
| Rounding doubles | 13 Feb 2008 01:32 GMT | 5 |
We were given a project to do in our Beginner Java class. We are to calculate different aspects of a water bill (such as water usage cost and sewer usage costs) and I have managed to get it working, except I am suppose to round the numbers in the results, and I don't know how
|
| Quick compression | 13 Feb 2008 01:05 GMT | 10 |
I want to build a distributed application, and I want to compress the packets that are sent between the system's nodes. Is there a class that I could use that provides quick compression/ decompression?
|
| Object representation of a pptx file | 13 Feb 2008 00:53 GMT | 3 |
We need to manipulate pptx (PowerPoint 2007) files outside of PowerPoint on the server side. PPTX is a zip file with XML files, other artefacts (images, etc.) inside it.
|
| Confused on how to reference info stored in a JFrame | 12 Feb 2008 23:09 GMT | 1 |
I've tried to develop several JFrame programs in the past and it always drives me crazy because I can't figure out how to set Classes I've developed, which aren't Components, but are critical to storing information necessary for the program to operate, so that they can be
|
| Apache's FTPClient class, anyone? | 12 Feb 2008 22:54 GMT | 3 |
We are trying to use Apache's FTPClient class http://commons.apache.org/net/api/org/apache/commons/net/ftp/FTPClient.html here for a custom program. The program on the first run, but is is supposed to avoid re-downloading an entire file by only using setRestartOffset().
|