| Thread | Last Post | Replies |
|
| Not install Yahoo Toolbar | 31 Oct 2009 10:08 GMT | 1 |
I use Java on five computers that I maintain, and I like to keep at least the JRE fully up to date. That means quite a lot of Java updating. Each time I install Java updates, I get a dialog with the option to install the Yahoo Toolbar pre-checked. I don't want the Yahoo Toolbar.
|
| Tutorial Forum | 30 Oct 2009 22:52 GMT | 1 |
Come check out http://www.thetutorialspot.com
|
| Error when using Java | 28 Oct 2009 11:16 GMT | 3 |
When I try and do a crossword I get an error, No number just as below+ Java Plug-in 1.6.0_16 Using JRE version 1.6.0_16-b01 Java HotSpot(TM) Client VM User home directory = C:\Documents and Settings\Ian Whyte
|
| Desktop.browse() inside JAR? | 26 Oct 2009 03:43 GMT | 7 |
When running a Java program from a jar file, I'm wondering if it is at all possible to use Desktop.browse() to browse a html file inside the same jar? I'd like to do this to provide online help for my application.
|
| Latent semantic indexing | 25 Oct 2009 14:42 GMT | 1 |
Hi all , has any body tried to use LSA/LSI(latent semantic analysis/indexing) for your search engine? My aim is to develop a semantic search engine. From what to begin me? How implement lsa/lsi?
|
| Microoptimization - variables inside or out of the loop block? | 23 Oct 2009 01:54 GMT | 11 |
Is there any point in trying to help the JVM by replacing this kind of code: for (i = 0; i < a_lot; i++) { doSomething(); LargeObject o = getNextLargeObject();
|
| java.lang.ClassNotFoundException | 22 Oct 2009 16:35 GMT | 3 |
I'm a newbie in java, and I'm trying to understand this demo applet: http://java.sun.com/applets/jdk/1.4/demo/applets/GraphLayout/example1.html. I saved the html page, and, in the same directory, I put Graph.class, but every browser answers: "java.lang.ClassNotFoundException:
|
| How much do you earn? | 20 Oct 2009 19:20 GMT | 4 |
I know this is a harsh question but I am at the start of my professional career and I was wondering where other people in similar fields are so I can decide what to do next. So for those who are willing to share answers I have a few questions:
|
| Reading Binary File Values | 19 Oct 2009 18:53 GMT | 16 |
I have a file that was transferred from a mainframe environment. Due to the way that this mainframe data is stored, the file was transferred to a PC as binary data. I am trying to read this file and display the proper field values but
|
| where to find javax | 19 Oct 2009 09:10 GMT | 4 |
Hello, I am trying to make a small change to a 10 month old tiny java project. The project was developed using Borland's JBuilder 2. The disk was trashed, I reinstalled JBuilder 2, but some ?packages? are missing. As I recall they came as a separate download from Borland
|
| US-NY-Long Island - Director CODEC Development TV and Film $200K | 18 Oct 2009 20:34 GMT | 1 |
Position Director of Multi Platform Broadcasting CODEC Development Location New York - USA - will relocate Salary $150,000 to $190,000 w/ exceptional benefits and incentives Overview We are seeking a talented executive with broadcasting CODEC
|
| run two jre versions - conflict | 17 Oct 2009 23:54 GMT | 19 |
I have a program (McKesson Physicians' Portal) which requires an older jre version. I can install this version directly from the portal,downloading jre 5 (jre-1_5_0_05-windows-i586-p.exe) directly from their site. I have to have already uninstalled any other versions
|
| .objection Your honor! | 15 Oct 2009 02:15 GMT | 3 |
|
| java project(Visual or sympathetic help system for student) | 15 Oct 2009 01:43 GMT | 7 |
I want to develop one project on java (mainly in servlet and jsp). my project idea is as follows project detail Students often have difficulties coming to grips with new
|
| java code to convert a file from UTF-8 to ISO8859-1 | 13 Oct 2009 22:56 GMT | 5 |
Any java code out there to do a similar job as the one iconv does ? iconv -f UTF-8 -t ISO-8859-1 -o output.csv input.csv Thanks a lot for your help.
|