| Thread | Last Post | Replies |
|
| calling other applications with java | 04 Jan 2006 18:18 GMT | 6 |
I am writing an IRC bot in java using the PircBot API. The main function of the bot is returning FreeBSD 'man'(manual) pages to a user that requests them. ie;
|
| executable file | 04 Jan 2006 18:04 GMT | 6 |
I want to create an executable file for my application, can anyone help me thank you
|
| System.setProperty and java.lang.noSuchMethodError (!) | 04 Jan 2006 17:33 GMT | 12 |
The method System.setProperty("name", "value"), if user haven't SUN java, give at runtime the error "java.lang.noSuchMethodError: java/util/Properties: Method setProperty(Ljava/lang/String;Ljava/lang/String)Ljava/lang/Object; not
|
| Bounded wildcards and type compatibility | 04 Jan 2006 17:06 GMT | 6 |
Neither version 1.5.0_06 of Sun's compiler nor version 3.1.1 of Eclipse's will compile the following code, but I can't figure out what's wrong with it: ====
|
| Getting started | 04 Jan 2006 16:34 GMT | 3 |
I am looking to develop an application for a mobile phone. Is j2me the right way to go? What other choices do I have? I want my application to access resources on the internet, and the application should be accessible on many phones as is possible?
|
| readUTF throws always EOF | 04 Jan 2006 16:19 GMT | 5 |
the code: ----------------- static public String loadFile(String s) throws Exception { DataInputStream isr = new
|
| Circular data structures | 04 Jan 2006 14:57 GMT | 4 |
In a mediation chain, I am checking for duplicated messages, once found the chain will stop and proceed to the next message. In case the message (Any data structure) is new, I add it to a Map (Hastable) using a key that I generate to identify this message, and
|
| JOptionPane multiline rendering ? | 04 Jan 2006 14:09 GMT | 5 |
I am trying to add multilines to JOptionPane.showMessageDialog. But JOptionPane is not rendering the lines as I want. It is ignoring the new line character ("\n"). How can i add the multilines to JOptionPane. If that is not possible can i fix the width of JOptionPane so that it
|
| find a string in line | 04 Jan 2006 13:11 GMT | 15 |
you have a sentence and you need to find wether it contains a word; for example "he is great " .containts("is") returns true, but "his great".contains("is") also returns true, but I want it to return false I tried regexpe but it didnt work String
|
| JVM not created | 04 Jan 2006 12:05 GMT | 3 |
I am facing an error while running JNI COM object in ASP. I was wondering if someone have the solution tothe problem. Thanks in advance. The problem is...
|
| opting out of Iterators | 04 Jan 2006 11:58 GMT | 14 |
I am constantly trying to write my code (regardless of language) in the lowest common denominator syntax (I'm too old, I've had to rewrite too much code in my days! By doing this, conversion of code segments to other similar languages in the future is far simpler). That is, code ...
|
| generic oversight? | 04 Jan 2006 11:20 GMT | 12 |
When they retro fit generics to Collection classes why didn't they change methods like this containsKey(Object key) to
|
| problem faced while using setContentType("Application/csv") | 04 Jan 2006 10:34 GMT | 2 |
while i am trying to respond my client with the dilaog using which a client user could save the file , the file which is to be sent from server .... i am facing some issues in setContentType("Application/csv") .... (file type is csv) ... here is
|
| open source HTTP proxy | 04 Jan 2006 06:28 GMT | 2 |
I am looking for an open source HTTP proxy in C/C++ on Windows. Anyone know of one and where I could find it? Thanks.
|
| [JSF] customtag | 04 Jan 2006 04:05 GMT | 1 |
I need a sorted / unsorted list (<ol>/<ul>) as a customtag for JSF for a css menu with submenus. Im the HTML prototype it works fine and I wanted to use the css-file without modification. Does anybody has an idea where to find a good documentation, a good
|