| Thread | Last Post | Replies |
|
| building a meta search engine | 05 Jul 2006 07:51 GMT | 8 |
I am building a web application, which involves submitting search queries to a number of sites, processing and parsing search results and returning them in an organized way. Basically, a meta search engine. As there are no search APIs for those sites nor I can access their
|
| Help me | 04 Jul 2006 23:41 GMT | 2 |
i have two things one is vector (vec) and a map ( map ) and the code will be for ( int i = 0;i<vec.size() ;i++ ) {
|
| How to display excell sheet using j2se | 04 Jul 2006 16:46 GMT | 2 |
how do we open and display a excell sheet from our code using j2se ????
|
| beginner to Java | 04 Jul 2006 14:52 GMT | 5 |
Good evening, I am taking a class in Java, and need help answering the following 2 questions. Any help will be greatly appreciated. Question 6: I can't make ends meet with this question. I have read the
|
| Button click starts a long running process, but... | 03 Jul 2006 22:19 GMT | 3 |
Newbie question: I know event handlers, like button click handlers, are supposed to be short and sweet so the GUI doesn't hang. But I need a button that launches a long-running computation that might take a minute or two to
|
| regular expression problem | 03 Jul 2006 18:32 GMT | 6 |
My text editor supports regular expresions in its search and replace and the expression I used works in the text editor but not in Java. I'm trying to do word analysis of sentences and I need to strip the apostrophe-S from words before further processing. Thus "John's cat's
|
| generics & their syntax | 03 Jul 2006 15:49 GMT | 4 |
I've been reading the java tutorial on the sun website, and I keep running across this and cannot quite get a grasp of what I'm seeing. An example:
|
| eval a string | 03 Jul 2006 11:14 GMT | 3 |
Is there a way to eval a string in Java? For example, I would like "1 + 1" to eval to 2 or "(1*1 > 3) && (2+2 < 5)". In other words I would like the following to return false given a=1, b=1, c=2, d=2. How can I write the method called eval shown below?
|
| Reading in a Dictionary File | 02 Jul 2006 21:21 GMT | 8 |
Does anyone know an easy way for a novice Java programmer to read in a dictionary? Any advice would greatly be appreciated. I want to write a program that will find anagrams. T.I.A.
|
| I want to learn JSP, XLST, Struts, Ant, Antenna, J2ME, JMS, Swing, Servlets | 02 Jul 2006 13:27 GMT | 9 |
I just finished a course in learning Java - the programming language, but would now like to learn JSP, XLST, Struts, Ant, Antenna, J2ME, JMS, Swing, Servlets. I have no idea in what order to learn these things as i have no idea
|
| where is the error....???help me to find it!!!! | 02 Jul 2006 00:50 GMT | 3 |
i'm a great problem. I've developed a java application that receive in input a txt file, stores it into an array of byte and put it in a blob field of a mysql db in the table tbl that has 2 columns, a string and a blob.
|
| running into 'incompatible error' message and casting will not solve | 01 Jul 2006 23:14 GMT | 1 |
This is frustrating. If I cast, the error message 'incompatible error' is replaced with another error message 'inconvertible error.' With just using two class files, I am trying to learn how to do a formula in a method file, then transfer the input into a variable within the main
|
| Why won't this compile? | 01 Jul 2006 20:49 GMT | 2 |
I'm new to Java and I am trying to learn how to use ArrayList. I wrote a short example, but it doesn't compile, so I found an example on the web and it fails with the same error message. Here's the example I downloaded:
|
| a little confused about packages... | 01 Jul 2006 08:29 GMT | 7 |
I'm writing a program in an IDE (jbuilder 2005), but when I try to compile it I get errors about classes not being found. I figure out that it has something to do with the package, so I test it out using a smaller version.
|
| ZoneView or ways of dealing with large objects? | 01 Jul 2006 06:53 GMT | 4 |
I've got a program which displays potentially very large files. Files larger than 250k or so cause Java to run out of memory. I'm building a bigger view based on the file (converting binary to hex) so this view object just over one megabyte when the JVM poops out.
|