| Thread | Last Post | Replies |
|
| LDAP search doesn't return all hits | 16 Mar 2005 15:42 GMT | 2 |
I have to query many entries from a LDAP-Server. It seems the server is configured to return only a particular number of hits. How can I get all hits? Is there a way - comparable to database queries - to get the first 100 hits
|
| Problem loading JNI library | 16 Mar 2005 15:36 GMT | 8 |
I'm trying to load JNI based library from C application. Library loads fine, but when I try to access functions, it gives following error... "There was an error trying to initialize the HPI library. Please check your installation, HotSpot does not work correctly
|
| Stream in servlet object causing problems | 16 Mar 2005 15:14 GMT | 5 |
Please help with this! I am developing a webapplication (running on Tomcat) where a servlet in its doGet() method opens a socket and sends that socket's inputstream to the browser. Do I need to inplement the
|
| Need Licence Key Generator (For Java Product) | 16 Mar 2005 15:05 GMT | 4 |
Can anyone suggest some of the state of the art, best tools for license key generator? We are releasing a product, so that we would like to generate license keys, for evaluation, permanent, high availability etc, thanks
|
| Browser like dealing with sequential URL | 16 Mar 2005 14:59 GMT | 4 |
What is the easiest way to use jakarta HttpClient 3.0 , to behave like browser executing methods with sequential URLs? For example: I'm executing method with `http://google.com`
|
| SAXparseException from Clipboard text | 16 Mar 2005 13:59 GMT | 2 |
I have a program that is being used on Mac's and PC's. The Mac's are running OSX. The user can copy and paste text from the clipboard into a JTextArea which is part of a form. Sometimes when the text comes from the clipboard there is a hollow box at the end. This box cannot be ...
|
| Bind exception | 16 Mar 2005 12:03 GMT | 5 |
I got bind exception (Jave.ent.BindException: Cannot assign requested address: JVM_BIND) when the following statement is executed. ss=new ServerSocket(0x55,0,InetAddress.getByName("192.168.0.8")); The host 192.168.0.8 is on and can be pinged.
|
| hiding helper method | 16 Mar 2005 10:43 GMT | 2 |
I have a 'helper' method that is called by some methods. I want to make this method available to the subclasses too and this is what i have: protected String concat(String[] text, char delimiter) {
|
| Java Networking | 16 Mar 2005 09:15 GMT | 1 |
Can Java networking be used for discovering Windows 2K Domain Controllers on an MS network. It yes, can someone please provide an example.
|
| Struts Tiles Error.Please Help | 16 Mar 2005 05:43 GMT | 1 |
I am getting the following error i this jsp: Error: ------------------- 500 Internal Server Error
|
| runtime problem | 16 Mar 2005 05:35 GMT | 5 |
I am having a problem running a program called ArrayListDemo.... I believe the JRE is able to find the programs within this directory, because I am able to run my helloWorld program without any problems.... Here's some output:
|
| Tiles/include (with code...) | 16 Mar 2005 03:39 GMT | 1 |
(Sorry, I forgot to post the code in my previous post...here it is...) I am using Tiles with Struts. In Tiles, I have a common layout page which all other pages use. The common layout page has an include at the top of the page. I have three other
|
| Struts Tiles Problem - Can't get definitions factory from context. | 16 Mar 2005 03:30 GMT | 5 |
This is a common error, as I have found from searching for a solution. Unfortunately, I haven't been able to find anything that helped me fix my problem. I'm running struts 1.2 on windows XP with Tomcat 5.5.7. I've been working on this for a while, but haven't gotten anywhere. I
|
| A lot of problems with hibernate and middlegen | 16 Mar 2005 01:56 GMT | 8 |
We are currently trying to build a new Java application on top of an already existing database which cannot be modified, because an old Delphi application is working with it. The database contains two major design problems:
|
| how to code to avoid SQL insertion attacks | 16 Mar 2005 01:44 GMT | 44 |
Can any body tell me how to avoid SQL insertion attacks in Java? Thanks a lot bighead
|