| Thread | Last Post | Replies |
|
| .fnm file not found | 12 Feb 2006 04:48 GMT | 1 |
I am using latest lucene, but from time to time, I am getting exception saying some .fnm file is not found. the index is then not useble after that, I did use the lucene lock while modified the index. not sure what cause it. Any idea on this issue? and when lucene team will fix this
|
| How do you throw exceptions in an interface? | 12 Feb 2006 03:10 GMT | 1 |
I have my class MessageProcessor that has a method process() that throws ServletException and IOException. I'd like to create an interface called Processor like this: [CODE]
|
| dynamic array/ arrylist of arraylists | 11 Feb 2006 18:54 GMT | 2 |
okay i'm new to java. i need to read some stuff from a file and store into some data structure. say i have the following in a file A B C
|
| Virus Scan on uploads | 11 Feb 2006 02:05 GMT | 1 |
I was wondering how would one go about running virus scan on an application where users upload their documents? I am using the Commons Fileupload package to upload a file. How would i perform a virus scan similar to that of Yahoo Mail?
|
| I don't understand threads and event handlers... | 10 Feb 2006 22:42 GMT | 16 |
I am an experienced C developer, but new to Java. I am trying to implement my own version of simpleRead. simpleRead is documented here: http://java.sun.com/products/javacomm/reference/docs/API_users_guide_3.html
|
| Why the component in my gridbag layout are equal lengh | 10 Feb 2006 20:43 GMT | 8 |
I want to build a layout with three JPanel in one horizontal line. One Panel occupies 1 column, one Panel occupies 2 column, and the last occupies 3 column. The following is my code. But the running result is that both three Janels are in same width no
|
| First Forum Contest -- Small Prize/Fun | 10 Feb 2006 08:53 GMT | 2 |
Hey, we are starting our first forum contest: http://www.wizardsolutionsusa.com/forum/showthread.php?p=2621#post2621 We need people to vote on what they would like to do, and then, of course, we need some people to participate. If you are interested,
|
| int cannot be drefrenced....?? | 09 Feb 2006 22:04 GMT | 14 |
I have an int value SelectedRow, that returns the index of the Row that has been selected by mouse click on my application. Now i want that selected Row to have red background, only that selected row. so I added a line like this:
|
| Extracting images/frames from video | 09 Feb 2006 19:35 GMT | 2 |
Does Java Media Framework support extracting frames from video? Say I want to download a video file, extract a few frames and encode them as an animated gif (or flash). Would someone point out an API doing that, please? How about other frameworks (other than Sun)?
|
| Run an application in a html document | 09 Feb 2006 17:04 GMT | 5 |
how do a run a java application "hello" in a Html window? Regards Ulf Reiman
|
| How to load properties as resources? | 09 Feb 2006 15:51 GMT | 15 |
I done what seems like a lot of searching for an answer to the following, and was wondering if anyone may be able to shed some light on it, thanks: We're using JDK 1.4.2 and Eclipse (on Solaris, if that matters).
|
| Eclipse setup? | 09 Feb 2006 11:04 GMT | 4 |
Hello good day all. I have been playing around with eclipse. I am having problems setting it up. I want to organize a bunch of folders within the workspace. For example I want to introduce some type of hierarchy. I want my course number to be at the root, next I want to have my ...
|
| Writting to file from Database-Files are empty | 09 Feb 2006 07:09 GMT | 5 |
Hi everyone.. I've posted message couple of weeks ago, and I am greatful to your help. However, I wrote the method, and it does produce the 4 files, however all the files it produce are empty.. can anyone help..
|
| Do some computation before calling super constructor. | 08 Feb 2006 23:41 GMT | 9 |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Hi,
|
| Funding substring with regular expressions? | 08 Feb 2006 23:33 GMT | 3 |
I've been writing Java code for years now, but somehow never got round to learning regular expressions. A few months ago, I started learning C#, and got into regular expressions - a very handy topic which I should have learned a lot earlier.
|