| Thread | Last Post | Replies |
|
| Annotation on interface method argument | 14 Jul 2007 15:23 GMT | 3 |
i have an interface like this: public interface I { void foo(@MyAnnotation Object o); }
|
| Exception Jargon | 14 Jul 2007 05:29 GMT | 10 |
Hello to all programmers out there. I have done a bit of fiddling with exceptions I have come to some conclusions, which I would like to get evaluated. public class Test
|
| seaching a file | 14 Jul 2007 05:11 GMT | 6 |
Is there a way for file searching in which i can find a string which occurs after certain interval again in the file? The file that i'm dealing with is in GB's so the searching has to be fast.
|
| Best Java IDE for Linux | 14 Jul 2007 04:33 GMT | 11 |
I just instaled de Ubuntu Feasty Fawn, and I´m lookin´ for a nice IDE to use, I like Eclipse, but it gets all my clocks and memory. Give me your oppinion...
|
| Java Developer | 14 Jul 2007 02:38 GMT | 3 |
Do any of you know someone experienced in Java that is interested in a full time job in Tucson, Omaha or Dallas? Company dies not pay relo but has an excellent reputation as a great place to work. If you are interested sheck out www.retaliz.com
|
| JNDI Help needed | 14 Jul 2007 00:44 GMT | 1 |
I have some code that looks like this: InitialContext ic = new InitialContext(); Reference ref = new Reference("javax.sql.DataSource", "org.apache.commons.dbcp.BasicDataSourceFactory", null);
|
| Question about JDK and JRE directories under Linux | 13 Jul 2007 23:46 GMT | 6 |
I am running Linux and have Java 6 installed. My JAVA_HOME is set to: /usr/local/java/jdk1.6.0_02 I have noticed that under $JAVA_HOME/bin I have the following members java javac javadoc javah javap java-rmi.cgi javaws
|
| recognizing java processes | 13 Jul 2007 21:41 GMT | 2 |
How would you recognize a java process (as java process) in runtime from outside the JVM? (win32) is there a nicer way than monitorizing DLL loads in order to detect the jvm.dll/javai.dll load?
|
| Runtime.exec() is slow | 13 Jul 2007 20:56 GMT | 1 |
Does anyone know why runtime.exec() would be slow in launching an application. I am using the method given here: http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html?page=4 My application does launch, but it takes about 15 seconds before it is
|
| String Manipulation | 13 Jul 2007 20:47 GMT | 5 |
Hey everyone, I have a string that is returned from an xml file as two coordinates for example 23.424242,42.13131 exactly like that with no spaces, what is a way to break it into two seperate integers?
|
| How to get users home directory? | 13 Jul 2007 20:43 GMT | 3 |
How in java do I find the users home directory? I have an app that needs to write some files to the current users Documents and Settings directory on XP. Thanks,
|
| PHP on Tomcat on Windows | 13 Jul 2007 18:22 GMT | 1 |
Yesterday I tried to instal PHP on Tomcat running on Windows. I used this tutorial as my guide: http://blog.taragana.com/index.php/archive/running-php-5x-on-windows-using-tomca t-4x-or-5x/ First I did everything like it is said in tutorial and I got an error:
|
| Code guidelines for checks ? | 13 Jul 2007 17:47 GMT | 5 |
I am defining the guidelines for the readability of a Java project, and I am hesitating between two ways of implementing imbricated if- else in the case of checking conditions before doing something. Let's say I have to check two conditions before doing something.
|
| classpath woes -newbie | 13 Jul 2007 15:49 GMT | 2 |
First of all, my apologies, I am a VB programmer [ducking tomatoes and stones]. I humbly come to this group for guidance, since my vb communities have been unable to assist. I was given a java application and asked to call it from a web page
|
| How to find the systems in a network | 13 Jul 2007 13:34 GMT | 2 |
Hi friends, Here i have a requirement that I need to list out the entire systems connected to a network with their name and IP address. Can any body send a sample code or details like which package can be
|