| Thread | Last Post | Replies |
|
| gif into JFrame | 18 Jan 2006 08:34 GMT | 2 |
How can I put a .gif file into JFrame? Thanks Palmis.
|
| Unknown file format - read problem | 18 Jan 2006 07:49 GMT | 4 |
I've dictionary which apparently works only on Win. I'd like to use its database (one file) and write some application so I could use it from linux as well. The problem is that I've never "hacked" these things and have no idea where to start from. The file itself is about 65MB. What ...
|
| Anonymous Class question | 18 Jan 2006 07:41 GMT | 6 |
Can someone pls explain why the error in the example below? tia. public class testclass { public static void main (String[] a) { testclass tc = new testclass() {
|
| formant analysis with the Java Speech API? | 18 Jan 2006 05:46 GMT | 2 |
I don't even know how good the Java Sound API is for grabbing a data feed fielded by a mic and playing it on speakers as it was produced by a speaker/singer. Does anyone know of actual formant analysis and speech recognition with the
|
| Security message appears twice for a signed applet | 18 Jan 2006 03:43 GMT | 8 |
I have an applet which I sign with Verisign as a CA. I have just renewed my certificate and signed my applet with it, but now it pops the security message twice: once with the old certificate and again with the new certificate. This happens only on PCs having already
|
| Reproducibility of results of a multithreaded Java application | 18 Jan 2006 03:19 GMT | 2 |
I have inherited a complex multithreaded Java app about a year ago. It continuously reads input data from a file and updates some data objects. These data objects are then used by decision-making classes running on parallel threads. Yet another thread is used to
|
| Need a logging package that will log the stacktrace | 18 Jan 2006 00:16 GMT | 5 |
Is there a Logger that will easily log my stacktrace (what I get with ex.printStackTrace())? I've searched the log4j docs and found nothing about logging the stacktrace. I can do this myself with
|
| need help with a solution probably with reflection or classLoader | 17 Jan 2006 23:21 GMT | 8 |
I am working on a large application that requires access to secure data. When the user or permissions are changed i would like to automatically update all these classes without having to reload them manually. The approach I am trying to take is by having them all
|
| Java: byte literals and short literals | 17 Jan 2006 23:12 GMT | 8 |
It appears to me that a way of specifying byte literals and short literals has been left out of the Java language (unlike int literals which need no special syntax and long literals which can be specified by appending an L suffix to the number
|
| Newsgarbage user-controlled tech news site goes into beta! | 17 Jan 2006 22:07 GMT | 2 |
www.newsgarbage.com, a new user-controlled technology news site has now gone into beta. Newsgarbage works in a similar way to other news sites, such as slashdot or digg.com, but allows much greater user control, through
|
| plz help! how we can use the FieldEditorPreferencePage with SWT controls | 17 Jan 2006 20:43 GMT | 1 |
Hi Friends, I'm developing an applications using eclipse3.1. can anybody suggest me how i can use the FieldEditorPreferencePage with SWT controls. Actully, we can use the FieldEditorPreferencePage
|
| JSP Question | 17 Jan 2006 20:06 GMT | 1 |
Who could help me with the following problem: I´m having two java beans:GetAllCompanies and GetAllCompaniesRow Now i would like to show some rows in a jsp page. Who could show me how to do this?
|
| Question about Exception behaviour | 17 Jan 2006 19:49 GMT | 8 |
The scenario: We have chained exceptions, that is when an exception is caught we throw our own exception. which in turn may be caught else where and some other exception may be thrown. in one such case we got a stack
|
| Axis Webservice - how to return XML-Document? | 17 Jan 2006 19:00 GMT | 3 |
I have a webservice using Jena on some RDF/XML data resulting in a com.hp.hpl.jena.rdf.model.Model which I´d like to return to the client as RDF/XML-Document. com.hp.hpl.jena.rdf.model.Model has a method "write" to turn the Model
|
| Asking help for a java io problem | 17 Jan 2006 18:17 GMT | 1 |
Hello, guys! I have a problem running the following code with eclipse showing that: java.io.IOException: Stream closed at sun.nio.cs.StreamDecoder.ensureOpen(Unknown Source)
|