| Thread | Last Post | Replies |
|
| Limiting number of ports in VM to a range | 27 Feb 2007 19:02 GMT | 3 |
Trying to setup a vm server which accepts incoming connections. Is there a way of limiting the range of clients ports used by the vm during the connection creation with the connecting clients? I've looked at SocketPermissions, it looks like what I want...but
|
| Heap space with Java Web Start | 27 Feb 2007 18:22 GMT | 1 |
I have an application which needs quite a bit of heap space. I'm able to run it as an application with the -Xmx1000m flag.
|
| File not Writing in War File | 27 Feb 2007 17:00 GMT | 1 |
When I create a war file my application is only able to write to the log file when i specifically tell its path at: logfile=D:/Workspace/ldappassword/WebRoot/PasswordAdministration.log (location is my physical computer)
|
| Has Java become too complicated? | 27 Feb 2007 16:59 GMT | 61 |
When Java first become popular I remember it being touted as having all the nice features of C++ without any of the ugly bits. However as time goes it seems to be gettiing more and more complicated. The first backwards step was inner classes and now generics. What does the
|
| Algorithm considerations | 27 Feb 2007 16:32 GMT | 10 |
I am trying to determine an efficient algorithm to discern if a preposition occurs in a sentence. Prepositions are runs of given words which are anywhere from one to three words long. I already have a list of these propositions (for example, 'with' is in the list as a preposition ...
|
| NewBee help with HashMaps | 27 Feb 2007 15:55 GMT | 1 |
Ok - I am really stuck on this. I have managed to create a Hashmap that holds student names and will hold scores of coursework, and it will finally give them a grade. I now have to:
|
| Help regarding including a .lib file in Java Project using JNI | 27 Feb 2007 13:47 GMT | 1 |
I have some .lib files developed in C++. I want to develope my application in Java which can make use of methods defined in those .lib files. I am trying to use JNI to resolve my problem, but I am not able to include the .lib files in my Java project.
|
| invoking a java application by name | 27 Feb 2007 13:28 GMT | 7 |
So far I've always compiled my application with javac xxxx.java and invoked them with java xxxx.class
|
| Execute Java Classes from command line (windows) | 27 Feb 2007 11:55 GMT | 1 |
I created a project with 2 packages , and no external libraries required , that works well on eclipse. But when I try to run it from command line java give me strange errors : (note that java is correctly set to the path).
|
| [AXIS2] Simple echo ws for routing | 27 Feb 2007 11:00 GMT | 2 |
i'm trying to make a simple echo ws in axis2, but i lost soap header in the response message.. some1 can help me in this task? thx in advance
|
| Read a text file kept outside the .jar file | 27 Feb 2007 07:33 GMT | 1 |
i want to read a normal text file kept outside my .jar file from my jar file. i have tried using InputStrem. But it didn't work.
|
| Button text on top of a button icon | 27 Feb 2007 07:23 GMT | 2 |
Is there a possibility to place the JButton text _on top_ of a JButton icon instead of next to it (which is the default if the constructor new JButton(String text, ImageIcon icon) is used)? I would like to be able to place the text above the image. If there
|
| designing a package | 27 Feb 2007 06:41 GMT | 2 |
I am using java 5 and I need to design a package. the package contains - Filter Queue
|
| Child process inherits socket handlers | 27 Feb 2007 02:57 GMT | 4 |
I am using Java Runtime.exec to create child process (Internet Explorer for this meter). The parent process binds to UPD socket before creating the child process.
|
| Testing class with no methods with junit | 27 Feb 2007 01:32 GMT | 2 |
I'm quite new with Junit...I have to test a full package..but I really don't know how to test a class that only has constructor....and no other methods.. How do I do that?
|