| Thread | Last Post | Replies |
|
| Self-compiling .java file | 18 Jan 2008 20:56 GMT | 3 |
Newbie (to the newsgroup) here -- hopefully not stomping on any rules... :) This is a cutesy little snippet for Java / *nix / *nux programmers. It's been done for other languages but I
|
| Instanciate Excel into JSP page | 18 Jan 2008 16:30 GMT | 1 |
I'm new in JSP and Excel matters. Background: My J2EE application utilises JASPER REPORTS and generates a PDF without any problems but I still have problems displaying my report in
|
| SEND HOT LIST to dev@sharpelements.com | 18 Jan 2008 16:01 GMT | 2 |
Hi Friends, you can send your hotlist to dev@sharpelements.com for direct clint requirements. Dev
|
| what is the use of capacity method in StringBuffer | 18 Jan 2008 15:55 GMT | 26 |
Friends, What's use of capacity() method in StringBuffer Object or Why do we need it?
|
| 5/0.0 = Infinity : NO error is thrown | 18 Jan 2008 15:43 GMT | 23 |
Hello everyone. I have encountered an issue that perhaps is related to my setup. I am running NetBeans 6.0, jre1.6.04 and at the moment I was going through a java book to document a whole bunch of topics. Anyway, I created an extremely simple class to go over exception handling. The
|
| Using a managed property Map in JSF to show a status in a SelectOneMenu and OutputText | 18 Jan 2008 15:42 GMT | 1 |
I'm hoping someone can help me. I am trying to use a map-entry to store and display the status of an entity in the database. I have the following managed-bean defined in my faces-config.xml file: <managed-bean>
|
| CopyOnWriteHashMap | 18 Jan 2008 14:10 GMT | 10 |
I'am looking for a 1.3 JRE compatible CopyOnWriteHashMap. I have seen that based on Doug Lea's work, the CopyOnWriteArrayList has made it in the 1.5 API, but I would need the same for a Map. Ie. a Map where insertions are rare, but iterations frequent. A Map
|
| Portlets | 18 Jan 2008 11:06 GMT | 1 |
i need learn more about portlets. What i found was an article and i do all steps, but this isn't work! I don't know how configure my local server. Can you give me some material that can help me?
|
| Maximum Array Size in an Applet. | 18 Jan 2008 10:18 GMT | 2 |
In my Java Applet I want to have Big Arrays to store a few data. All are 3 Dimensional Array with Maximum Size as shown Below. 1. int[][][] tripleintegerarray = new int[100][200][200]; What will be the Size of this "tripleintegerarray" Array in Java
|
| about netbeans 6.0. can one use it to build and debug and run an applet? | 18 Jan 2008 10:07 GMT | 2 |
I've downloaded netbeans 6.0 but do not see an option to make an applet. (It seems one have to create a project for everything, even if one wants just to make a HelloWorld program, and there does not seem to be an Applet project) Does any one know how to make an applet in ...
|
| why is multiple inheritance not implemented in java? | 17 Jan 2008 21:05 GMT | 18 |
why is multiple inheritance not implemented in java? though it is a feature in c++. what r the problems associated with multiple inheritance? Thanks in advance..
|
| console in eclipse | 17 Jan 2008 20:52 GMT | 6 |
I spend ~1 hour to answer my question with no avail. please bare with me for this dumb question. How can I let eclipse to show the System.out.println to show its "console" window?
|
| Copying ErrorStream | 17 Jan 2008 19:56 GMT | 4 |
I have this problem: I have an errorstream to parse, I got the stderr in this way BufferedReader err = new BufferedReader
|
| Jdk 1.6 will not compile: cannot access java.lang.Object | 17 Jan 2008 18:35 GMT | 4 |
I just installed Jdk 1.6 update 4 and tried my first compilation. I compiled something that previously compiled easily. However, with Jdk 1.6 I got the error: SomeFile.java:45: cannot access java.lang.Object
|
| Cariage return | 17 Jan 2008 18:23 GMT | 2 |
I would like to know if there is a way in my Java application to know what characters are used in the cariage return of text files on the machine the application works. Is is 13, 10? Is it 10? is it 13? How can I find this? Thanks for your input.
|