| Thread | Last Post | Replies |
|
| problem running eclipse | 30 Jun 2005 17:14 GMT | 1 |
hi i just installed j2sdk1.4._08 and eclipse on a linux machine and got the following error- !ENTRY initial@reference:file:/eclipse/eclipse/plugins/org.eclipse.core. runtime_3.0.2/ 0 0 Jun 30, 2005 13:01:04.618
|
| Real world use of CVS within JDeveloper | 30 Jun 2005 01:55 GMT | 3 |
Does anyone have anything good to say about JDeveloper's use of CVS? I've previously used WSAD but due to constraints (OracleAS webapp) I want to use JDev but I'm trying to see how a team of developers would really work as a team with CVS code control.
|
| Test-driven development | 29 Jun 2005 07:55 GMT | 4 |
I am interested in opinions on test-driven development, for an article I am writing. Do you use it (eg JUnit)? If so, what benefits have you seen? Are there any downsides, and if so what are they? Any comments, please post here or email me tim(at)itwriting.com.
|
| Difference Between ResourceBundle and Properties Classes in Java | 27 Jun 2005 09:17 GMT | 1 |
Can anyone tell me the whats the difference between the resource bundle and Properties classes in java. As both uses the .properties file to get the string constants. At what point of time would the programmer decide to choose which of
|
| java.lang.NoClassDefFoundError when trying to start main class | 26 Jun 2005 17:26 GMT | 2 |
I am using Eclipse and have developed a sum of classes, and when running class with main from inside Eclipse it runs fine. Now I want to test it from outside Eclipse before distributing it to other systems.
|
| How to build a shared object using Libtool? | 25 Jun 2005 22:42 GMT | 1 |
I have installed MySQL4.0.21 (downloaded from mysql-4.0.21-sol8-sparc-local.gz @sunfreeware.com.) Now I am encountering problem when installing the MySQL-Python1.2.0 extension. It complains that libmysqlclient_r.so not found. Is it possible to
|
| Requirements Engineering | 23 Jun 2005 22:09 GMT | 1 |
can anyone point me to or recommend good (affordable) software for requirements engineering which at optimum gracefully integrate into eclipse? Open source welcome!
|
| Looking for free Java application install tool | 23 Jun 2005 16:20 GMT | 6 |
I am looking for a free Java application install tool. I am already happily using Java Web Start, but certain distribution channels require me to provide a single, downloadable, executable installer. Apart from my app, the installer should also install a (private) JRE.
|
| commented out code is being executed in Netbeans 4.0 | 21 Jun 2005 22:00 GMT | 1 |
I am new to Netbeans and Java so the problem could be me. I commeted out some code...cleaned and built the project and no change...commeted out code was executed...stepped through it and it was hitting the commented lines. Remove the offensive code....clean and build....now
|
| Filter in Eclipse | 15 Jun 2005 18:18 GMT | 2 |
i am using Eclipse 3.1 M6 and I have now some problems with the filters... When I select a methode using "right click on method name" i only see the java class with the method. I dont see any of the code around it. I
|
| Creating a web application in Netbeans | 15 Jun 2005 08:19 GMT | 1 |
I have just downloaded netbeans 4.1 and tried to create a web application but I can't finish the creation. The wizard gives me this error: java.xml.transfer.TransformerConfigurationException. Could not compile stylsheet...
|
| Eclipse IDE problem | 10 Jun 2005 05:02 GMT | 3 |
I have installed eclipse and I am able to run any java file. When I am trying to view the details of any class (by clicking ctrl + left click) like System class, I am getting the following errors: Unable to create part.
|
| Rendering A JTable? | 09 Jun 2005 18:55 GMT | 1 |
I have two questions in this message: The questions are both about JTable Scenario:
|
| Constant values in switch/case | 09 Jun 2005 16:06 GMT | 2 |
If I set up a class definition with: ------------------------------ public static final int SORT_FIRST_NAME = 0; public static final int SORT_LAST_NAME = 1;
|
| eclipse advance regex help | 08 Jun 2005 05:18 GMT | 16 |
How do I search for a pattern only if the pattern is before a specific character eg '%'. For example:- 1. pattern % something 2. something % pattern
|