| Thread | Last Post | Replies |
|
| Finding Available JREs | 07 Apr 2005 15:29 GMT | 2 |
I'm hoping someone here can point me in the right direction. What is the most reliable way to detect the available JREs installed on a target system? Is the Windows registry sufficient under Windows? Where does one look on a Linux system?
|
| Retrieveing application bean from Action | 07 Apr 2005 12:55 GMT | 1 |
How do I retrieve an application bean like <jsp:useBean id="codesManager" scope="application" class="my.CodesManager"/> I tried CodesManager cManager = (CodesManager) session.getAttribute("codesManager");
|
| sting to char array | 07 Apr 2005 09:06 GMT | 3 |
how do I convert a string that I get from command lite to char array? I have args[0]="this is test" and I want to by able to print "
|
| Another Java 5 problem | 06 Apr 2005 22:48 GMT | 2 |
Well... again a problem. This time it's the annotations. I have two classes like this: public @interface Tst { }
|
| tree and node classes? | 06 Apr 2005 21:45 GMT | 2 |
Hello. I am looking for an implementation of a Tree or Tree Node class within Java. I want to create nodes and store data within those nodes and be able to search on it. All that I've found in the standard Java libraries is a JTree, which seems to be designed for displaying
|
| Tabbed panels | 06 Apr 2005 21:39 GMT | 2 |
Hi all, I have read stuff on this but still dont get it. I need to draw a box and a circle on two different tab panels. Here is what I have so far somthing is not in the right place. I have looked at the tutorial thats on Sun's site but didnt help.
|
| Parsing argv Problem :-( | 06 Apr 2005 18:54 GMT | 5 |
My main method starts like this: ------------------------------ public static void main(String[] args) {
|
| icon display problem - XP | 06 Apr 2005 18:13 GMT | 2 |
I have a Java project that has failed to display application icons in recent installations on XP. It works fine on all 2000 machines. It even works properly on some XP installations and does not seem to be SP2 related.
|
| a stupid question | 06 Apr 2005 15:07 GMT | 11 |
When I click on link for .java file in the sun tutorials the file opens not in my JBuilder IDE as it should do but in Internet Explorer as .htm page. If I right click and 'Save target as' it can only be saved as .htm Why is this?
|
| A Java 5 question | 06 Apr 2005 14:41 GMT | 2 |
( This is the first time to post something to the newsgroup so please don't be harsh ) This is not exactly a problem, I'm just trying to figure out some things in JDK 5. I have the following method:
|
| How to use Proxy class? | 06 Apr 2005 13:17 GMT | 2 |
Hello !! I had download new J2se5.0 for Windows from java site for use Proxy class. I have some problem to use this class. Someone of you can indicate me some example to use?
|
| Which framework to use ? | 06 Apr 2005 13:12 GMT | 3 |
I was wondering if there are any guides to dermining which frameworks to use when.. I am about to embark on a little learning project to convert a forum application I wrote in another language a long time ago to java, but cant decide whether JSP's & Servlets are best, or to ...
|
| connecting to SQL SERVER from java application | 06 Apr 2005 09:43 GMT | 2 |
could anyone please post the class I need in order to conect my Java application, to SQL SERVER data base. thanks
|
| date function | 06 Apr 2005 07:01 GMT | 1 |
I dont know how to get mysels a date in java. when i have a date i want to run an sql query to select the payment also i want to check that after 6 montths the value of payment will be 0 again. So it has to check the date
|
| .class file | 05 Apr 2005 20:33 GMT | 2 |
I was working on a project that I started ages ago but havent touched for a while. I have the .class file but I cannot find the .java file. Is there anyway at all that I can get the source code from the .class file and hence save it as a .java file.
|