| Thread | Last Post | Replies |
|
| WeakHash Classloader | 11 May 2006 02:32 GMT | 2 |
I'm wanting to make a classloader which when all classes contained in certain jars no longer have any live objects their classloader is garbage collected. My initial idea was to use a WeakHash so the classloader would automatically be garbage collected when memory is
|
| Compiling *.java at runtime with Ant | 10 May 2006 22:39 GMT | 1 |
Can anyone tell me if there is a way to compile *.java files at runtime using Ant ? I get *.java files from WSDL using Wsdl2javaAntTask and now have to compile them, but I don't know how :/. Regards
|
| WYSIWYG HTML SWT | 10 May 2006 22:36 GMT | 14 |
I look for free composer WYSIWYG HTML for SWT. Something like TinyMCE for JS. Thanks for help!!!
|
| Getting StackOverflow with xalan! | 10 May 2006 22:32 GMT | 1 |
hi.. i've been trying to use xalan to transform an xml file. my xslt is NOT recursive, it's i do use call-templates. and on each one i call document function (but on the same file)
|
| Making GUI yield to a thread | 10 May 2006 22:11 GMT | 3 |
I have just been doing some testing and learning on writing threads and servers in java. I have a gui, that immediately starts a thread which opens a socket. That all works fine, and a netstat in linux verifies that the port has been opened. When I use the client I wrote to
|
| Memory in PDA to run J2ME app | 10 May 2006 20:04 GMT | 1 |
Hello, people, I need to know how much memory must be available in PDA for to run J2ME applications. I will use this information to decide what model of PDA to buy for a graduate school work. Anybody can tell me or help me to
|
| access denied (java.lang.RuntimePermission createSecurityManager) | 10 May 2006 18:07 GMT | 2 |
I am a beginner to learning RMI and hence was trying this simple program. here is my code with the main class. The error is shown in this class: import java.rmi.Naming;
|
| Eclipse IDE Struts plugins? | 10 May 2006 16:29 GMT | 2 |
I am looking for a good plugin for Struts development in Eclipse 3.1.* IDE I have seen that the best one seems to be MyEclipse's plugin but is commercial :/
|
| java and USB MIDI interface | 10 May 2006 16:19 GMT | 1 |
Excuse me (also for my english), I need help for a java program. I'm writing a java tool that from a MIDI file (of type 1) get out all the pitch and velocity of all tracks. Really, my problem is come out this pitch and velocity at a midi USB
|
| generic Map question | 10 May 2006 15:36 GMT | 3 |
I have this Map private Map<Class<? extends IBusinessRule>, Collection<? extends IBusinessRule>> businessRules; where IBusinessRule is an interface, but what I actually want is
|
| internal int to double cast | 10 May 2006 14:01 GMT | 4 |
I just want to have a confirmation. I have two variables like this: int i = 10; double d = 10.1;
|
| ActiveX with Jsp? | 10 May 2006 13:41 GMT | 1 |
Could i use in a Jsp page some ActiveX controls(functions...whatever)?
|
| Thread syncronization / finalization problem | 10 May 2006 12:39 GMT | 11 |
i think i've found an unsolvable problem :( Let's say i have a class "VeryComplexObject". In one of the method (which is synchronized) i call in a catch handler System.runFinalization() because i need to recover resources.
|
| Maven: Calling ANT scripts before build | 10 May 2006 12:27 GMT | 1 |
I have this little problem in maven. I like to call an ANT script which does some JAXB compiling before my compile goal is executed. does anyone know how to achieve this? I have looked into the docs, and I don't quite get it, I fear ... :-) .
|
| Custom Taglib problems - instead of a single instance per page, I have a single instance per application. | 10 May 2006 12:16 GMT | 1 |
What is the correct expected behaviour when using a taglib regarding how many objects are created per page/application? More clearly, I created a custom tag (call it MyCustomTag) lib and am using it in a JSP page - I expected that for each request
|