| Thread | Last Post | Replies |
|
| method parameters const properties in java | 23 Mar 2006 18:38 GMT | 31 |
Is there a way to distinguish between input en output method function parameters in java, like there is in C# and C++? Something like const in C++? Marcus Wentink
|
| CVS Disable Repository Prefix | 23 Mar 2006 18:18 GMT | 1 |
I just started using the CVS Repositories from Eclipse. However, It keeps giving me this following error message. I am using CVSNT 2.5.03 and if anyone knows how to disable/enable this prefix feature please let me know.
|
| Static method problems | 23 Mar 2006 18:17 GMT | 11 |
I am getting two compiler errors saying that I cannot reference a non-static method from a static context. I think the problem arises from me not entirely understanding the static keyword. My code is too long to post, but here is an idea of the problem:
|
| Why i got WronLengthOfStringException in javacode | 23 Mar 2006 18:06 GMT | 4 |
hi,it's an emergency.... please provide me the deatil....why i got WronLengthOfStringException thanx
|
| Array Question | 23 Mar 2006 17:51 GMT | 5 |
OK i'm sure this can be done because iremember doing it. However i cannot remember what to use. I have an array with 6 attributes. And i have mulitple arrays. I want to be able to add the multiple arrays into one array. meaning array[0] would contain another array with 6
|
| InputStream problem... | 23 Mar 2006 17:47 GMT | 1 |
can anybody help me on this, please!!! i'm using the commons-net package to connect to a switch by telnet, and using the readUntil method to read the telnet output... it looks like this:
|
| Import (package? module?...) | 23 Mar 2006 16:07 GMT | 3 |
I have a homework to do and I want to try a "test driven" programming. The treeview of the project is like this: $HOME/ src/
|
| javac from ant fails to compile two source directories | 23 Mar 2006 16:06 GMT | 2 |
I have <target name="compile" depends="prepare"> <javac destdir="${build.dir}" classpathref="build.classpath" debug="on">
|
| Java calling web services... | 23 Mar 2006 15:18 GMT | 2 |
Hope that you can help me please. From a Java perspective - what information do you need to know to make a call to a Web Service? I would imagine that you need to know the address of the machine etc...
|
| Java facade to Ada code? | 23 Mar 2006 15:17 GMT | 5 |
Hi. My team has a bunch of legacy Ada code. Our new code is being written in Java. However, we still have many complex algorithms written in thousands of lines of Ada. Rather than rewriting the tested/validated Ada code in Java, we'd like to create a Java facade
|
| static field and try block | 23 Mar 2006 14:40 GMT | 3 |
Dear group, I have written the following class below, which is a class to write something in a log file. Now I want to make vars file, out and method write(pStr) static, so I do not have to initialize an object when I use
|
| html to xml to servlets | 23 Mar 2006 13:07 GMT | 1 |
I have the following html file: C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\Deepanjan\HTML\html1.html I have the following xml file:
|
| Jakarta common/net FTP - setRestartOffset - Upload Resume... | 23 Mar 2006 12:23 GMT | 4 |
I have tried to understand how to resume an upload or download using the FTPClient API from Jakarta common net libraries. 1- I started by uploading a file on the FTP server then I interupted the upload in the middle (after for example 790000 bytes) :
|
| List all existing timer tasks | 23 Mar 2006 08:12 GMT | 12 |
I am new to this group, I have a urgent query. I will appreciate if someone can help me on this I need to design a generic timer task tool. Is there any JDK API through which I can list out all the timer task
|
| Recovering formatted double | 23 Mar 2006 06:57 GMT | 16 |
In application code, I have code to format a double into a String: double db = 12.34; java.text.DecimalFormat fourdigits =
|