| Thread | Last Post | Replies |
|
| servlet error | 23 Aug 2006 09:10 GMT | 1 |
I am working on an application server application using Jrun as the servlet engine. I have not coded the application from scratch but need to get it working. When attempting to start the server, I am getting the following error:
|
| how to use constant string in the resource file. | 23 Aug 2006 08:30 GMT | 4 |
I want to use constant string in the resource file. I am using JSTL i18N tag library. Suppose my resource bundle is as follows resource_english.properties
|
| ImageIO problems | 23 Aug 2006 07:26 GMT | 4 |
First let me say, I am new to Java. I am trying to write a little applet for a web page that will do some special filtering on a graphic. In any event, I am trying to load a graphic VIA ImageIO.read(), but keep getting errors. Here is some sample code I wrote to test out ...
|
| passing an jobject through message queue | 23 Aug 2006 07:26 GMT | 1 |
i want to send an object from from one JVM to another through message queue. for that i wrote a JNI program which takes an jobject as a parameter. now i want to pass this object to another native code throgh message queue.
|
| Needing help about Interclient on JBuilder10 | 23 Aug 2006 00:46 GMT | 1 |
Hi! I'm trying to use Borland INTERBASE on JBuilder via JBDC. I've installed everything (I include in library project interclient.jar) so everything should be working. However in the instruction to load the drive (ClassForName("Interbase.interclient.Driver)) gives me an
|
| lib-Folder into .jar?? | 23 Aug 2006 00:28 GMT | 1 |
we wrote for a university-project a little java application with NetBeans. Now everything works and we want to hand it in in one .jar file. NetBeans now generates always with the .jar file also a folder called lib and the jar-file only works if this folder is at the same
|
| mp3 tags | 22 Aug 2006 20:21 GMT | 1 |
Can someone point me at some decent help or tools for using Java to read and modify MP3 info tags? Something has corrupted my MP3 file tags in a way that is reversible, but
|
| relative path for a file | 22 Aug 2006 13:50 GMT | 4 |
I have a program that has to read a file from somewhere in the computer. How can I search and read the file. I do not want to hardcode the path of file. Relative path is atleast OK but no hardcoded path. Please give me some
|
| Is conditional compiling possible in JAVA? | 22 Aug 2006 13:26 GMT | 7 |
I wanted to know if conditional compiling ( if #def <Something> in C++) is possible in java and if yes then how? Regards Suma
|
| fewer java books on shelf | 21 Aug 2006 21:44 GMT | 2 |
Not at all scientific, but I've noticed fewer and fewer Java books on the shelf at my local bookstore. -Thufir
|
| This request requires HTTP authentication (). | 21 Aug 2006 19:36 GMT | 1 |
I have recently started working my way through the Java EE 5 tutorial and got hung up on the Mapping URLs to Web Component section. I make the edits they suggest and when I try to run the hello2 program, I get a prompt for a user name and password. I enter the administration ones I ...
|
| replace double quote with slash doublel quote | 21 Aug 2006 19:30 GMT | 1 |
I have a String like test"abcd or test " dcljl etc. like this then I want to replace the double quote ( " ) in the string to ( \" )
|
| Question about using arrays | 21 Aug 2006 03:33 GMT | 1 |
All - I'm new to Java and am working on a project. I need to run a test on X x Y conditions (i.e., a grid-search). After I run a grid-search, I need to find the coordinate corresponding to the maximum value in the grid and
|
| jar-file not using added files | 19 Aug 2006 02:22 GMT | 1 |
I have the following problem: I have a java-application that includes a few jpgs as background and icons. I include them with the following code: image = Toolkit.getDefaultToolkit().getImage("pic.JPG");
|
| Where can I buy CDs/DVDs of tools/frameworks | 18 Aug 2006 21:01 GMT | 4 |
Does anyone know of a seller of open-source software tools, such as spring, hybernate, jboss, the latest java se & ee, netbeans, eclipse, etc. I do not currently have broadband internet, and while I'm used to buying
|