| Thread | Last Post | Replies |
|
| Newbie question regarding packages | 31 Mar 2006 23:34 GMT | 3 |
I am going through a java for dummies book and have an issue compiling a class. If I use "import com.mysite.util.Console" it compiles fine, however if I use import com.mysite.util.* it fails. I assume this has something to do with my CLASSPATH so I will include that as well...
|
| Gui Question | 31 Mar 2006 22:55 GMT | 13 |
I have to create a gui interface for employees to calculate their salaries. I have five separate classes. I can create the gui myself and have been given the other five classes. Now i need to link them but not sure how to do so. Is it through action listener and event
|
| Web Service for playing audio | 31 Mar 2006 20:20 GMT | 1 |
I'm trying to make a web service in java, that plays music. I tried some coding using Weblogic 8.1 SP5 to create a JMF applet that is supposed to stream the audio and play it on a website, but I haven't been very successful. Can anyone please guide me? I'm having quite some
|
| uninstaller missing from add/remove programs for JRE 1.5.0 (winXP) | 31 Mar 2006 18:51 GMT | 1 |
I can't find this one in the FAQ but it sounds like a pretty common problem. I want to uninstall the JRE (1.5.0), but it's not in the add/remove programs panel (win XP). The bin/ directory of the JRE install dir doesn't contain any likely looking uninstall executables either. What's
|
| Upload Images in JSP | 31 Mar 2006 18:39 GMT | 3 |
Newbie, I have to create a jsp page where i can upload some gif images to a server location. How can i do that? Thanks.
|
| Add an actionListener ActionEvent in jsp | 31 Mar 2006 17:46 GMT | 2 |
Newbie, Im trying to add an actionListener ActionEvent to a submit button in jsp and don't know how to go about it. <form name="form" method="post" action=""
|
| File IO -- Reading Config Files Easily | 31 Mar 2006 04:30 GMT | 16 |
I remember somewhere I saw a Java program that had a config file with name/value pairs like: alpha=one beta=two
|
| Where do you put the javax pacakages? | 31 Mar 2006 03:44 GMT | 1 |
I like to know where do you put the javax packages. such as telephony. I try to compile and I always get the error that it can not find the packages. As for example; import javax.telephony.*;
|
| java.lang errors | 31 Mar 2006 03:27 GMT | 1 |
I have a program that takes in data from the user, calculates the data and is supposed to display the results in a window. The program compiles and the user is able to type in data, but when you click the calculate button, the errors that come up are the following:
|
| ant, jar with selected directories | 30 Mar 2006 20:51 GMT | 2 |
I'm tyring to use Ant to create a jar file with selected directories in a potentially large tree. For example: <property name="top.dir" value="/javasrc"/>
|
| Input/Output program Compiles but doesn't run | 30 Mar 2006 20:24 GMT | 4 |
Can anyone help me with this error? I have included the code after the explaination. This code uses the rectangle class (which I just included in the code, although I was supposed to import it). The code should take in values from
|
| Javadoc search tool ... is this new ??? | 30 Mar 2006 20:22 GMT | 20 |
Hi we are starting to implement java and one thing i think will be more simple is the search in javadoc html files... Now im surfing on internet and the only tools i find have broken links or are commercial...
|
| A question about a generic method | 30 Mar 2006 20:00 GMT | 1 |
The fill method in java.util.Collections has this signature: <T> void fill(List<? super T> list, T obj) I can't understand why the signature is not this one: <T> void fill(List<T> list, T obj)
|
| Java Architecture | 30 Mar 2006 18:51 GMT | 5 |
I want to known about the internall architecture of JVM,JDK. How the communication happened between internal componenets of JVM. Any links or PDF available for this. Thanks in Advance.
|
| Print error...please help | 30 Mar 2006 04:23 GMT | 2 |
This is my simple print method. For some reason, I always got error when I try to print job.print(myDoc, aset); Output:
|