| Thread | Last Post | Replies |
|
| Need Help With Java Regex | 12 Jun 2005 11:49 GMT | 3 |
Hi, I'm trying to write a regex to match text in the following format: Bld Rm (several lines) Page ## of ##
|
| applet out of jsp | 12 Jun 2005 11:20 GMT | 3 |
first of all, i am from germany. So sorry for my english.. My problem is a jsp with jstl projekt. I have to reproduce it for a pocket pc. the new application on the ppc has to run as an offline application with a CE Database as backend. the database will be
|
| Application path | 12 Jun 2005 10:30 GMT | 6 |
How can I get a handle to where the application is installed or where all the .java files are installed? I want to be able to install this app anywhere and be able to retrieve the users application path so I can prepend it to the name of the file.
|
| constructor will not load | 12 Jun 2005 08:59 GMT | 1 |
Hello, i dont understand why i get the cant resolve symbol error. I want to start an RMI server here. import java.rmi.*; import java.rmi.server.*;
|
| What's the difference between variable.new NestedClass() and new OuterClass.NestedClass()? | 12 Jun 2005 05:52 GMT | 1 |
What's the difference between variable.new NestedClass() and new OuterClass.NestedClass()?
|
| Browser plug-in to interact with browser | 12 Jun 2005 03:11 GMT | 17 |
Hello, I am trying to find out if it is possible to create browser plug-in using java. The plug-in should have access to the browser's DOM and shoud be able to dynamically alter content and style of any element by responding to mouse movement and clicks anywhere on the browser
|
| Fast save and load basic data types? | 12 Jun 2005 02:39 GMT | 1 |
I am just wondering whether there is any reference/comparison of how to save and load java's data types fast, into/from disk files? For example, what class/method to use if I want to save 10 million integer and/or double and/or String into a file in order, and later to
|
| [J2ME] Loading Bar | 12 Jun 2005 01:19 GMT | 1 |
I programmed "a little J2M2 game", well - little is relative - the Jar File is 100 KB big, so it takes a few seconds till the game is loaded on my mobile.
|
| Debug Print Statements | 11 Jun 2005 18:32 GMT | 6 |
I am trying to add some debug print statements to my java code. I would like the print statement to display the file name and line number from where the print statement came from. ex)
|
| rmi compiler | 11 Jun 2005 17:43 GMT | 1 |
Hello, i have the class Patient.Class. I want to compile it with the rmicompiler. I always get this error message, that he cant find it. WHy? its there. and it makes me crazy Thanks if anyone can help me
|
| JNDI (LDAP): totally baffled! | 11 Jun 2005 16:18 GMT | 4 |
I'm trying to figure out how to authenticate a username and password against an LDAP server in Java. This is how I would do it in PHP (with error checking removed for simplicity): $ldap = ldap_connect("ldap.bton.ac.uk");
|
| How to convert '1' into '-1' and vice versa? | 11 Jun 2005 10:28 GMT | 8 |
Is there a function to convert '1' into '-1' and vice versa?
|
| Internet Hunter education | 11 Jun 2005 08:21 GMT | 2 |
I have completed the internet version of the course and need to take the practical exercise and testing portion. Could I register for the July 8th weeked? Thank you
|
| Can't run java applications! | 11 Jun 2005 05:35 GMT | 4 |
It's been awhile since I've tried to run any Java applications on this one machine, but when I tried tonight, I am getting some really strange problems. Here's a small application (test.java):
|
| edit distance algorithms | 11 Jun 2005 04:38 GMT | 7 |
I am trying to implement a way of showing similar documents (html pages, mostly), and sorting them according to the degree of similarity. The easiest way to do this is to calculate an Edit Distance (i.e. the minimum number of changes required to transform one document to another)
|