| Thread | Last Post | Replies |
|
| Serializing a non-Serializable class... | 30 Jan 2010 23:03 GMT | 7 |
I have an application I interact with via a Java API. The application is outside of my control (subscribed service) and it does not have a sandbox and has a limit on the amount of data you can download per day.
|
| Null Stack Traces | 30 Jan 2010 09:55 GMT | 3 |
I just spend ages tracking down a null pointer exception that was being thrown and not caught until somewhere near the top of the application. These types of errors do not have stack traces unfortunately.
|
| Java exception error | help required. | 29 Jan 2010 06:34 GMT | 3 |
Can you make out what could be the cause of below error while executing palm emulator .... ********************************************************************************************* Exception in thread "main" java.lang.NoClassDefFoundError: Files
|
| Help needed using dnd to move images | 27 Jan 2010 20:23 GMT | 2 |
I am using Windows XP and jdk1.6.0_16 I downloaded DragPictureDemo2.java, from Sun,. http://www.java2s.com/Code/Java/Swing-JFC/DragPictureDemo.htm When I do a dnd for each image, the image is snapped into
|
| JDBC URL | 27 Jan 2010 02:51 GMT | 13 |
In JDBC the connection properties for a remote db I'm using is of the form: Driver=com.microsoft.jdbc.sqlserver.SQLServerDriver URL=jdbc:microsoft:sqlserver://foo.com
|
| Cannot find symbol class input error | 26 Jan 2010 20:27 GMT | 7 |
Hello i am very new 2 java! each program me and a few friends keep writing with user input keeps throwing up a "Cannot find symbol class input error" Not sure why we vaguely understand classes in java but not enough to
|
| Logger Class and Object | 22 Jan 2010 14:14 GMT | 2 |
A Logger object is used to log messages for a specific system or application component.To know more read from here http://www.ezdia.com/Logger_Class_and_Object/Content.do?id=1140
|
| canonital text files | 22 Jan 2010 09:53 GMT | 21 |
Java has System property line.separator. It also has println. So what does a canonical text file look like? Should it have a final CrLf or not? Java seems conflicted on the issue. Originally readLn did not work
|
| in gcj, undefined reference to winmain@16 | 20 Jan 2010 23:53 GMT | 7 |
In gcj I am getting an undefined reference to winmain@16. How can I fix this problem. -robin
|
| Java & XML | 20 Jan 2010 12:34 GMT | 3 |
Can anyone help me how to handle JAVA NullPointerException? Is it possible to continue to run in "<>" as shown below? Or I need to assign a new value if String A is null? Please advice. Thanks.
|
| gcj question | 19 Jan 2010 14:01 GMT | 2 |
When I run gcj myprog.java I get undefined reference to winmain@16 -robin
|
| Compiler warning issue | 19 Jan 2010 05:07 GMT | 9 |
I have a Windows XP and use jdk1.6.0_16 I want to know the work around with the compiler warning ".....com.sun.image.codec.jpeg.JPEGCodec is a Sun
|
| DefaultCellEditor.EditorDelegate | 17 Jan 2010 22:41 GMT | 3 |
I am studying the JTable object model (in the early days I got all learning arrested until I found a suitable metaphor for a transistor), and just bumped into DefaultCellEditor.EditorDelegate nested class. The documentation is laconic regarding its usage. I just did some googling
|
| Web site change | 17 Jan 2010 19:44 GMT | 2 |
I am moving my web site, including my debug and beginner web pages, to a new domain. Home page: http://www.patriciashanahan.com Beginner notes: http://www.patriciashanahan.com/beginner.html
|
| where is certain java files | 17 Jan 2010 00:03 GMT | 2 |
Where can I find certain java java files that represent java.lang.* files. My question essentionally is where I can put the jikes.exe java compiler so it finds the java.lang.* packages so it doesn't give me an error saying it can't find those packages.
|