| Thread | Last Post | Replies |
|
| best way to index text numerical data ? | 31 Mar 2006 18:50 GMT | 1 |
Hi I have a lot of data that is in a TEXT flat file which are numbers does anyone have a good suggestion for indexing TEXT numbers (zip codes, other codes, dollar amounts, quantities, etc). since Lucene and other
|
| Eclipse and JDK F2 for Focus. | 27 Mar 2006 20:24 GMT | 1 |
I am new to Eclipse. When I hover over a Class a yellow pop-up appears with Press F2 for Focus. I press F2 and a larger, EMPTY, yellow pop-up appears. How do I configure Eclipse to make this feature work?
|
| Maven compared to CVS | 24 Mar 2006 18:56 GMT | 2 |
I've a couple of questions concerning Maven (http://maven.apache.org/): 1) What are the pros and cons of maven compared to CVS? 2) Does Maven offer the same functionallity as CVS? 3) Can Maven be used alongside CVS?
|
| How can Eclipse plugin-setup take effect over all workspaces...? | 18 Mar 2006 20:39 GMT | 1 |
It appears that plugin setup usually follows the workspace. That becomes a problem when plugins are required to assume global configuration (fx. Eclipse proxy-setting) for all workspaces - and we might want to delete earlier workspaces.
|
| Eclipse and assert | 17 Mar 2006 09:31 GMT | 2 |
I am using Eclipse. I want to enable assert in my code. I alrready have the compiler set to use Jave 5.0. How do I configure the build and run to use the correct switch to enable assert evaluations?
|
| query languages for OWL | 15 Mar 2006 00:46 GMT | 1 |
I'm using ontologies (OWL) to store information about products E.g. let's say I've got (in some general notation): <man trousers> subClassOf <man wear> <t-shirt> subClassOf <man wear>
|
| NetBeans | 14 Mar 2006 10:08 GMT | 1 |
I am using netbeans 4.1.How to connect/use javax.comm along with netbeans.I tries to put javax .comm in to the ibrary but its not working.Where does netbeans get its jdk/jre for running programs.Please help me.
|
| Eclipse and jogl.jar | 13 Mar 2006 19:18 GMT | 5 |
It's been some time since I last used Java and I was trying to get into it again using Eclipse as IDE and jogl for visualization. My HelloWorld app compiles, but when running it I get: Exception in thread "main" java.lang.UnsatisfiedLinkError: no jogl in
|
| taming IntelliJ on JavaDoc | 10 Mar 2006 10:34 GMT | 5 |
IntelliJ trashes my JavaDoc by reflowing comments that contains HTML tags. e.g. Are the following quirks of the calendar considered in this code?<br>
|
| Making IntelliJ sit still | 09 Mar 2006 09:17 GMT | 5 |
IntelliJ has a window something like Eclipse's package navigator. You can navigate the classes in the various packages and then the methods and variables within a class. The problem is, I have it pointed to the area of interest, e.g. the
|
| javaws clearing cache via commandline | 09 Mar 2006 02:19 GMT | 5 |
According to the Sun javaws Command Line documentation*, the following line should clear the user cache and exit when done, silently, while supressing the splash screen and exit when done: javaws -Xclearcache -silent -Xnosplash
|
| how to "hand off" an Elipse project? | 08 Mar 2006 21:01 GMT | 1 |
I'm working on a project in Eclipse. I'm going to be handing it off to another person to do the database work, then he's going to give it back to me to finish up. The other developer is on a different continent, and we do not have a shared SCM system. That's the bad news; the ...
|
| installing C++ compiler in Eclipse 3.1.2, windows | 07 Mar 2006 20:43 GMT | 3 |
Hi folks, I am a student and pretty new to the Eclipse IDE. I downloaded and installed Eclipse 3.1.2 in my Windows XP machine. Because my primary interest in coding in C++, i performed online installation of CDT 3.0.2 from a remote site.
|
| Problem with java.io.File and Multi - Threads | 07 Mar 2006 19:20 GMT | 4 |
I am having a problem with the java.io.File.delete() method while calling my function and running multiple threads within it. I have written a function which is going to remove a file in a directory. This function works well when a single thread executes it. But causes
|
| autorun equivalent | 03 Mar 2006 18:06 GMT | 1 |
A guy wants me to write a Java app for him that will be distributed on CD. He wants it to work both on PC and Mac. I was wondering if there is an equivalent to autorun for Mac and Linux that is compatible with the windows scheme.
|