| Thread | Last Post | Replies |
|
| Cannot resolve symbol Scanner error | 27 Sep 2006 19:46 GMT | 1 |
I am trying to compile this program but I get the error message that it cannot resolve this symbol Scanner. I downloaded the JDK6 and in my PATH statement I put C:\Program Files\Java\jdk1.6.0\bin. The code is below. What am I doing wrong.
|
| Any Reason for this result ................... | 27 Sep 2006 19:31 GMT | 1 |
Please go through this simple program it should show " Number ... n" but it is showing "float a"at run time. I am using jdk 5.0 public class VarArg1 {
|
| Unknown error in XPath (using variables) | 27 Sep 2006 18:22 GMT | 4 |
I am trying to evaluate an XPath expression using variables, like this: "$foo/Street" -- where $foo is a variable with an Address element, containing a Street element: <Address>
|
| JavaScript and Java | 27 Sep 2006 18:18 GMT | 9 |
Is the syntax for JavaScript the same for Java? Greg
|
| InvalidClassException! | 27 Sep 2006 18:07 GMT | 9 |
When executing a class am getting this exception: java.io.InvalidClassException: package1.Queries; local class incompatible: stream classdesc serialVersionUID = 7965341194343831580, local class serialVersionUID = -3010695744043114199
|
| how to add a new pacakage | 27 Sep 2006 17:50 GMT | 8 |
please help me how to use a new pacakage in my java program
|
| Looking for a gui class pops up to let user choose directory and filename for input/output | 27 Sep 2006 17:26 GMT | 1 |
When I output something to a file, I hope something pop up that let the user to select the directory and input the file name. I don't know how to do it. I can hard-code the file name in my program and use PrintWriter class to do it, like:
|
| Looking for a gui class to pop up to let user choose directory and filename | 27 Sep 2006 16:36 GMT | 1 |
When I output something to a file, I hope something pop up that let the user to select the directory and input the file name. I don't know how to do it. I can hard-code the file name in my program and use PrintWriter class to do it, like:
|
| Encoding in file | 27 Sep 2006 15:57 GMT | 6 |
In my application I create some files and I write some text into. I want to use UTF-8 encoding, but both methods that I tried seem to ignore specified encoding. I used: OutputStream fout= new FileOutputStream(nazwa);
|
| jsplitpane - set divider location ?? | 27 Sep 2006 15:56 GMT | 1 |
I was trying to use the JSplitPane's setDividerLocation(Double) method. But seems like it does'nt work. A brief search in the groups resulted in solutions like setting the everything to visible(true),
|
| Converting from bytes to String | 27 Sep 2006 15:26 GMT | 1 |
I have String object and using decodingservice i am decoding service i am decoding the string. DecodingService will take the bytes and return the bytes.Return is zip files. I am converting the bytes into String object using new String(
|
| Cp1252 problem | 27 Sep 2006 15:20 GMT | 2 |
My source file has Chinese characters in it, when saving the file Eclipse alerts it cannot be saved due to "Some characters cannot be mapped using "Cp1252" character encoding.". Why? Is it the problem about Unicode support? My machine is running on WinXP x64 Pro English.
|
| "Java Performance Tuning Book" anyone read this book? | 27 Sep 2006 14:13 GMT | 2 |
I am looking for someone who has run some of the examples in this book. I cannot get one of the first projects to work. I keep gettting a stack error running the ObjectCreationMonitoring example. I ( and others ) believe there is a recursion problem. The modification to the Object
|
| what is hibernate ? | 27 Sep 2006 11:34 GMT | 3 |
what is hibernate ? its called O-R mapping ? is it an API ? its a Software/tool ?
|
| How do i search ? | 27 Sep 2006 11:09 GMT | 3 |
I am searching for "SqlServerDriver" class (MS SQL server driver class) in the IBM webspere(V 5.1.1) folder. How do i search ? please give me some tips . Thanks
|