| Thread | Last Post | Replies |
|
| Printing the class that is running | 06 Nov 2006 22:01 GMT | 5 |
How can I print the class that is presently running? For example, if my class that contains main() is called HelloWorld I want to print out HelloWorld. I would like to use System.out.println() to do it.
|
| How to get file name from URL object | 06 Nov 2006 16:55 GMT | 2 |
I am trying to save web pages to file but sometimes the URL doesn't have the file name with it as www.google.com doesn't for example. In this case I don't know how to get the file name of the web page since it is not specified. If there is way to use the URL class or other
|
| Printing the current class and method | 06 Nov 2006 12:22 GMT | 2 |
How can I print the class and method that is presently running? For example, if my class that contains main() is called HelloWorld I want to print out "HelloWorld main". I would like to use System.out.println() to do it.
|
| misspelled class name | 06 Nov 2006 10:47 GMT | 7 |
I might be mistaken, but I think there was one class or interface in the JDK whose name was not spelled correctly - can someone please confirm that? Thanks.
|
| throws exception won't permit compilation | 06 Nov 2006 09:22 GMT | 4 |
Hello, I get the general output errors; --------------------Configuration: <Default>-------------------- public class monthTempsClient {
|
| mkdir() doesn't create sub directories | 06 Nov 2006 06:41 GMT | 2 |
I have been trying to create sub directories with mkdir() and mkdirs() but both methods fail every time. For example, if I have "c:\\a\b\c\" already existing, it won't to create "c:\\a\b\c\ddddd". Does anyone know how I can to get the last subdirectory and create a new one there?
|
| Problems Upgrading/installing Java EE 5 SDK | 06 Nov 2006 01:14 GMT | 1 |
I was wondering if anyone could help me figure out why my installation wizard keeps freezing when I try to install Java EE 5 SDK Update 1? At first I uninstalled the previous version. While the installation process was going on I walked away for about 5 minutes. When I came ...
|
| How do I call a system (shell) app ? | 05 Nov 2006 18:22 GMT | 4 |
I'm writing a Java app that needs to call a shell command. How do I do it and how do I get the return value and the information that comes back from the call ? Lets say I needed to call "ls | grep somefile". That ISN'T what I need to
|
| Java and assembly | 05 Nov 2006 13:12 GMT | 2 |
Is there a possible relation between Java and assembly language like ther is with JNI?
 Signature Thanks for your attention.
|
| doing something after so many times something has loaded | 05 Nov 2006 08:21 GMT | 1 |
Hi am currently writing a java application. The program that i am writing allows people to be able log on to the program using a username and password. I want to be able to edit information in a MySQL Database when there has been a password error 3 times. How would i go about
|
| playing sounds in java | 05 Nov 2006 03:14 GMT | 1 |
Hi. I am currently writing a java application and would like to play a system sound like an error sound that Microsoft Windows uses if an error or question is displayed on the computer. How would I go about doing this.
|
| Help with jar files | 05 Nov 2006 02:54 GMT | 1 |
I am creating a application to extract metrics when a class name is given. Now i need to allow the program to enter the jar file and the program should extract all the classes and sum the individual metrics for each class and display it. How do i extract .jar files in java
|
| new URL("c:/dir/file") OR new URL("c:\dir\file") OR new URL("file://c:/dir/file") | 04 Nov 2006 16:17 GMT | 5 |
new URL("c:/dir/file") OR new URL("c:\dir\file") OR new URL("file://c:/dir/file") What is the correct syntax ? Is it the same as a new File ?FileDialog send: "c:\Program Files\dir\file".
|
| Simple Java Arthimetic Help | 04 Nov 2006 12:01 GMT | 3 |
Why does System.out.println(56.8 + 27.9) give me 84.69999999999999, when it should give 84.7 tia
|
| Can't Load/Login Java Applet of LIVE CHAT | 04 Nov 2006 11:36 GMT | 2 |
Today I am failed to load Java Applet and unable to reach a point of typing user name and password. I have checked that several timesfor at least 2 LIVE CHAT sites including Beta Chat. http://www.shiachat.com/forum/chat.html
|