| Thread | Last Post | Replies |
|
| MP3 get and set infos like Artist,Title... | 26 Nov 2007 07:39 GMT | 5 |
Hi, I would like to create a program that would be able to get and set the infos of an MP3 file like the artist,title.... Is it possible? If Yes, than what is the class I am looking for?
|
| main class and static | 24 Nov 2007 05:53 GMT | 11 |
My program was running fine until I tried to add a timer (util.Timer) and relevant code. I then wanted to add a wait() in the main() , but the compiler told me that a non static function can't be referenced from a static context (public
|
| JMS queues | 23 Nov 2007 08:25 GMT | 2 |
I have some code that needs to be documented. (suprise ha. It is the old code as much as you can and forget to document) We use JMS, or that is actually what I need to do: - Fínd which JMS queue/topic are used by which webapplication.
|
| Javadoc is not for beginners | 22 Nov 2007 21:17 GMT | 27 |
Hello all Java gurus. I am in the process of learing Java, I have read a lot of books and have made a few application and I understand a lot about how the language works.
|
| Combo boxes and JList | 22 Nov 2007 20:43 GMT | 5 |
I am currently developing a java application which has a combo box that lists room rumbers and a JList which lists the computer names. When I select a room in the combo box I want the data in the JList to change so it only shows the computer name that starts with the room
|
| write read string data | 22 Nov 2007 17:57 GMT | 14 |
I am attempting to write data into a file and read it back again. The error occurs with reading the data file back, or so it would appear as the current output of that
|
| Forward or Redirect to an external page | 22 Nov 2007 12:21 GMT | 3 |
Hi, sorry for my english but i don't speak it very well..... I need help with my jsp...... I have a jsp that i use only to "transport" data....I have an index.jsp page with a <form.... in wich i can put some values....when
|
| Extend Inner class along with outer class | 22 Nov 2007 01:05 GMT | 3 |
If i extend a class I want to redefine the inner class as well with previous variables and methods remaining same. How to do this. Here is a skeleton code class SuperClass {
|
| persistent synchronization signal? | 21 Nov 2007 17:26 GMT | 8 |
I am working on a server where a request is divided into some paralell tasks. The tasks have to complete in the correct order, even though its paralellised. For example, task A and B can start at the same time, but B can not complete until A is completed, since the last part of B
|
| Question regarding threads | 21 Nov 2007 07:44 GMT | 2 |
First, I apologise if this topic is in the wrong section, I am quite new to Usenet. I have a problem with threads. In my program, when a user connects, a new thread is created, and all of the network interaction is handled
|
| ? newer version overwrites older | 21 Nov 2007 04:37 GMT | 16 |
Hello Group: I'm having problems getting two versions of java runtime environment to work together. A program I need to view my charts at a hospital requires java 1.4.2_13.
|
| How to launch the JDK 6 Update 3? | 21 Nov 2007 04:11 GMT | 14 |
I've just downloaded and installed in Windows XP SP1 without error message the JDK 6 Update 3 from http://java.sun.com/javase/downloads/index.jsp but I can't see where I should launch the software. It hasn't installed any shortcuts on the desktop or in the Start/All Programs ...
|
| 2 Basic Questions.... | 20 Nov 2007 21:35 GMT | 6 |
Ive done alot of reading to get some basic applet creating knowledge, however I have 2 questions: What happens when a shape goes off and you cant see it anymore? Is it possible to destroy is when it leaves the screen or do I need to reuse it?
|
| Request Params Missing | 20 Nov 2007 14:30 GMT | 1 |
I am writing this after a strenous effort for a whole week, but ended up without any clue. Here is the problem. An application called "External" is built with JSF technology. Our module , let it be "internal". Both External and Internal are within the same EAR
|
| Running a VBScript in Java | 19 Nov 2007 16:47 GMT | 7 |
I am currently trying to develop a java program that needs to run a VBScript. When a button is pressed it is supposed to launch a VBScript which I am trying to open via the command prompt. The code that I am using is:
|