| Thread | Last Post | Replies |
|
| Java and VGA | 25 Feb 2004 21:31 GMT | 1 |
I have a machine that is connected to a TV though a device that converts the signal to RF modulation. Sadly, the device only works with VGA resolution. My problem is that some Java programs will not run on the computer.
|
| Using the Net Beans IDE for Java program development. | 25 Feb 2004 21:21 GMT | 4 |
Nowadays when you obtain the SDK form java.com you get a new interactive programming environemt much like the Borland C++ IDE. Up to now I've been developing applications "the old way"
|
| Template method pattern in Java ??? | 25 Feb 2004 19:25 GMT | 50 |
Can't Template method pattern be used in Java? I just wanted to translate the following C++ code: class ClassBase {
|
| How to make float & double variables equal ? | 25 Feb 2004 19:05 GMT | 6 |
I have below code segment: float f = 1.2F; double d = 1.2; System.out.println("f==d "+(f==d));
|
| Where to find JBoss help? | 25 Feb 2004 18:18 GMT | 2 |
Are there any news groups where you can likely find JBoss developers that can answer some newbie questions? I have asked several questions without any response, so I am assuming I'm looking in the wrong news groups.
|
| Is it posible with JAVA to ... | 25 Feb 2004 17:18 GMT | 6 |
I am new to java. I used to work with c++ a bit. Is it possible to make .exe files with java? if not then how can aplecations that was made with java can work if you dont have JVM ?
|
| Make a directory on the remote server on a username who logged in at the client | 25 Feb 2004 16:34 GMT | 1 |
How can I create a dirctory for an user based on the user who is authenticated at the client?Here goes some detail explanation about what am doing exactly. At first, the user enters a username and password and if they are are correct to the values against to the stored one's in ...
|
| integration with JSTL | 25 Feb 2004 14:47 GMT | 1 |
Hallo, here is my question. I have a Java API to access some data (collections and strings). How do I make sure that my API is such that i can access data trhough the JSTL?
|
| Compile issues | 25 Feb 2004 11:44 GMT | 16 |
I am using Forte Community Edition 1.0 with JDK 1.3.0_02. I am throwing a error at the import import TerminalIO.KeyboardReader;
|
| java charset specifications ... | 25 Feb 2004 09:40 GMT | 7 |
hi there ... i'm building an app to insert into a database the information about my music (mp3, wav, etc) and i'm having problems with java because it doesn?t seem to handle pontuation chars like "~", "^", "?", etc ... anyone knows how
|
| Sun Java SDK not working correctly in Windows 2000 SP3 | 25 Feb 2004 03:31 GMT | 3 |
I am using the JavaSDK 1.4.2 with Tomcat 4.1.29. Here is a simple jsp: <!-- simple.jsp --> <!doctype html public "-//W3C//DTD HTML 4.0 Final//EN"> <% java.util.Calendar thisCal = Calendar.getInstance(); %>
|
| Files, Chars and Bytes.. | 24 Feb 2004 22:59 GMT | 8 |
I am trying to read a .wav file so that I can do some analysis of its contence. The header of the file look like so: "RIFFN? WAVEfmt D? ? fact G? data?"
|
| compile error | 24 Feb 2004 22:07 GMT | 7 |
Could some nice person explain to me what I am doing wrong that causes this error. A brief example of the code: import java.io.*;
|
| how to detect JEditorPane page content status | 24 Feb 2004 19:56 GMT | 1 |
i am using JEditorPane to display a file and setEditable is true. My scenario is once the user edits the pane content, like inputting some words, the Save dialog will prompt up when the user closes the window. Which method I should use to detect the JEditorPane content change?
|
| char to byte and then to char? | 24 Feb 2004 17:16 GMT | 3 |
as i understand i cannot read bytes from a file (nor write bytes to a file). i first read all chars from a file then i convert it (via a String) to bytes. then i do something with the bytes and now i want to print them to a new
|