| Thread | Last Post | Replies |
|
| java.io.StreamCorruptedException when reading from a socket | 09 Nov 2006 08:49 GMT | 2 |
When reading from a socket, I got error, java.io.StreamCorruptedException unexpected end of block data I only get it very randomly and very hard to reproduce. Does anyone encounter this before, any ideas?
|
| Windows Keyboard Hook via JNI | 09 Nov 2006 07:39 GMT | 13 |
I am frustrated. It is no one's fault but my own and my own ignorance. Once again stupid windows message stuff. I want to monitor keystrokes from inside Java to make a program which invokes functionality from hotkeys. This functionality does not exist in
|
| Refreshing/repainting the application in a big process ? | 08 Nov 2006 22:16 GMT | 2 |
I've got an app that has a big processing loop inside a MouseDown event. I'm appending text into a text object and such, but the app window isn't being refreshed/repainted. How should one refresh/repaint the app when in a big processing loop ?
|
| File browser GUI in Java/SWT ? | 08 Nov 2006 18:57 GMT | 5 |
I have an app that needs to allow a user to select a directory to save a file in. Basically I need a file browser GUI. Does Java/SWT have such an object ? Thanks
|
| copying and moving files in Java ? | 08 Nov 2006 12:00 GMT | 5 |
I need to do some plain file copying and moving from Java code. If I was doing it in Linux, I'd be doing "mv file1 dir1" or "cp file2 dir2", that sort of thing. How do I do this in Java without using a system call to mv or cp ? And I
|
| jLabel.setText doesn't? | 08 Nov 2006 10:01 GMT | 2 |
I have a Swing program that functions as a wrapper around a command line program. As the command line program runs it outputs various status messages. I'ld like to pump these messages into the GUI specifically a jLabel but
|
| global access to request vars? | 08 Nov 2006 08:37 GMT | 2 |
A co-student and I have been working on a project, where we embed a wiki system (xWiki) into an existing portal/platform for students. Unfortunately, we don't have any teachers, who are all that savvy with the technology part either, so we
|
| Mapping a big file into memory | 08 Nov 2006 05:57 GMT | 1 |
There is a big file and instead of loading this whole file i want to a part of the file loaded into memory.And want to perform searching on the loaded part if the required data is not available unload that Memory
|
| Jscript Script file (Urchin) | 07 Nov 2006 23:27 GMT | 1 |
I got warning for downloading Jscript Script file by downloading from http://www.google-analytics.com/urchin.js which was seen in by clicking view-source of http://www.shiachat.com. Later I got runtime error while tried to run that file.
|
| Got Runtime Error while running Jscript Script file (Urchin) | 07 Nov 2006 21:01 GMT | 1 |
While downloading Jscript Script file from http://www.google-analytics.com/urchin.js, I got warning and I clicked yes and saved it on HD. The above link was given in view-source file for http://www.Shiachat.com
|
| Parsing XML attributes with DOM | 07 Nov 2006 09:21 GMT | 3 |
I am trying to extract attributes of elements and failing. In the example below I want to extract the value("Kg") of the "units" attribute of the element weight. My code is based on "XML Cookbook" by Ian F Darwin, OReilly.
|
| Can I please get some help | 07 Nov 2006 05:27 GMT | 5 |
Can someone please help me with this? I am not sure on how to finish it of fix the errors I get. The errors so far are inventorysupplystock2.java:45: ')' expected } // end method setRestockingFee and
|
| Inheritance | 07 Nov 2006 00:07 GMT | 3 |
Is there anyway for a superclass to access/call a method that belongs to a subclass? Thanks
|
| Constructor with a lot of arguments? | 06 Nov 2006 22:58 GMT | 5 |
If my constructor has a lot of arguments..e.g. People p = new People("john", "1960-12-30", "M", ...); should I write in this way? People p = new People();
|
| Help Reading XML file | 06 Nov 2006 22:07 GMT | 8 |
guys, i have a xml file with this format, <a> <b name="test0" value="0">
|