Way to sort / enforce order for Map.entrySet? Hi, Does anyone know how to sort a map.entrySet by the value? Each entry is an Integer mapped to a String, but I wish to have the whole thing sorted alphabetically by the strings. Any ideas how I can do this? Below is the function that ultimately serves up the map.entrySet. (The Map[] object is a list returned... 26 Apr 2010 16:03
JAVA Applet Security Question Hi, On 23.04.10 10:24, Dancing Fingers wrote: Hi guys, I'm working on a JAVA Applet that emails text within the Applet. Within the Applet's directory is the java.policy.applet: /* AUTOMATICALLY GENERATED ON Tue Apr 16 17:20:59 EDT 2002*/ /* DO NOT EDIT */ grant { permission java.se... 23 Apr 2010 20:43
Keyboards On Thu, 22 Apr 2010 23:43:48 +0100, Tom Anderson <twic(a)urchin.earth.li> wrote: Evening all, In my office, we have several rubbish keyboards. We are going to replace them with less rubbish keyboards. Does anyone have any recommendations for keyboards they really, really like, and if so, would they care t... 3 May 2010 20:55
[arguably OT] Keyboards Evening all, In my office, we have several rubbish keyboards. We are going to replace them with less rubbish keyboards. Does anyone have any recommendations for keyboards they really, really like, and if so, would they care to tell them to me? (I argue that this is on topic, because this group is about java... 23 Apr 2010 17:28
Finding a JAR that contains a class Hi, I'm running Java 1.6 on a Tomcat 6.0.26 server. I'm getting a ClassNotFoundException, comlpaining about javax.validation.ValidatorFactory. What JAR file is this included in and is there a generic web site I can visit that will tell me class- JAR relations and download sites? Thanks, - Dave ... 23 Apr 2010 20:44
Menu in Swing In article <357f2d34-6229-44e9-ae5f-988be713702e(a)b6g2000yqi.googlegroups.com>, ilya <bumsys(a)gmail.com> wrote: Yes, I tried but did not find any information. That's odd; the first hit mentions JOutlookBar, a search for which proved lucky. -- John B. Matthews trashgod at gmail dot com <http://sites.g... 23 Apr 2010 17:27
is it possible to call 32 bit shared libraries on 64bit os platforms? "EJP" <esmond.not.pitt(a)not.bigpond.com> wrote in message news:bLVzn.20720$pv.9107(a)news-server.bigpond.net.au... On 22/04/2010 6:10 PM, junyoung wrote: libadscli.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch) Bit of a giveaway, don't you think? yeah, it is not ... 23 Apr 2010 17:28
OutOfMemory using ThreadPoolExecutor On Apr 22, 2:18 pm, Francesco <f.pall...(a)gmail.com> wrote: I'm trying to submit to ExecutorService many processCallable (I have to use callable because I have to feedback the returncode), but over a quantity my JVM goes in OutOfMemory. My Executor is: private ExecutorService executor = Exec... 23 Apr 2010 17:28
add jar to classpath at runtime but not able to access resource in jar mike wrote: �String resource = ClassLoader.getSystemClassLoader().getResource("test.xml").toExternalForm(); Why are you using the system classloader and not the one you wrote? In other words, that should be cl.getResource... This line is used in code to access system resources. I cannot c... 20 Apr 2010 18:28
get file version Is there the way to get the File Version of Product Version of the file using java.(for all operation systems)? ... 20 Apr 2010 15:45 |