| Thread | Last Post | Replies |
|
| Ant: How to parameterize similar targets? | 28 Nov 2003 09:53 GMT | 3 |
I'm faced with a bunch of build.xml files in several directories, all of them define a certain target (say: T). The definition of this target in all these build files are structurally nearly the same. Their implementations differ only in small details, say, a different
|
| Profiling lock contention | 27 Nov 2003 20:24 GMT | 1 |
I'm trying to find out how much time is spent waiting for locks in a program. Supposedly, there's a way to do this using the built-in profiler in Sun's JVM: java -Xrunhprof:monitor=y
|
| Ant: How to escape property substitution? | 27 Nov 2003 09:13 GMT | 2 |
If a property foo is defined, the string ${foo} is replaced by the value of foo inside an ant build script.
|
| Ant: Filter does not do proper replacement on copy task | 27 Nov 2003 09:10 GMT | 2 |
My problems are related to the Ant tasks filter and copy. Here is a distilled form of the problem: File build.properties: user=smith
|
| [J2EE] IntelliJ to be used? | 26 Nov 2003 23:26 GMT | 6 |
Hi, I'm to calculate a Web-Application-Project with Bea Weblogic, Oracle, Struts etc. Our customer wants us to use IntelliJ as IDE. Is that a good idea? I'm
|
| mouse cursor in eclipse???? | 24 Nov 2003 20:23 GMT | 1 |
I don't know what I did but the mouse cursor in my java editor of eclipse changed from "|" to "[". I want to change it back. Anyone knows how? thanks, -Kay
|
| where can I find the microsoft sdk for java 4.0? | 24 Nov 2003 19:13 GMT | 1 |
Since I need to run java class from asp, it needs to be registered by the "MS sdk for java". Where can i find it? Thanks a lot!!!
|
| Help wanted to start with J2ME | 23 Nov 2003 20:14 GMT | 1 |
I am a long time C++ programmer and last year I followed a Java course at the Open University. Finally I have some time to start developing J2ME apps. But: where do I start? What free development tools are available ( until I really know what my needs are I do not prefer to spend ...
|
| Urgent Help Needed With Tomcat + classpath problem | 23 Nov 2003 09:46 GMT | 1 |
i am trying to run a servlet associated with a package i created using eclipse 2.1.1........everything compiles fine but i get the following errors when i try running the servlet. 2003-11-23 11:38:05 ContextListener: contextInitialized()
|
| [Netbeans] RMI compilation - installation | 22 Nov 2003 17:02 GMT | 1 |
Hello together, I work with Netbeans 3.5.1 and now I have to write a little programm with RMI technology for university... I browsed the netbeans.org site, found some documents about RMI, but I
|
| Best Free Java Editor? | 21 Nov 2003 19:34 GMT | 10 |
Not 100% sure this is the correct group, but here we go. I am about to embark on learning java as I need it for an Open University Course starting in Feb, they recommended reading Ivor Horton's Begining Java 2 which arrived today. Apart from the SDK he also suggests getting a text ...
|
| eclipse jvm | 21 Nov 2003 11:59 GMT | 2 |
A little question about eclipse configuration. When a new java project is created, the java jvm lib is included in the classpath via the classpath variable JRE_LIB. But only rt.jar is included. If I need, say jce.jar, I have to add it as an external library. If I latter
|
| windows becoming undocked in NetBeans | 20 Nov 2003 15:38 GMT | 3 |
I am using the latest NetBeans 3.5 in MDI mode. However, two windows seem to have become un-mdi and now float outside in their own right. These are the HTTP monitor and search results. They got undocked at different times, and I'm sure it wasn't anything I did.
|
| run ant error message | 20 Nov 2003 12:37 GMT | 1 |
I am trying to use ANT to build sun JAXP. But it says "Unable to locate tools.jar. Expected to find it in C:\Pr iator 1.3.1.9\lib\tools.jar Buildfile: build.xml
|
| Assign a fileset to a property in Ant | 17 Nov 2003 17:11 GMT | 1 |
Within my Antscript I would set a property by a list of files like <path id="metalevel.internet.seminar.files.path"> <fileset dir="${metalevel.internet.dir.local}/seminare/">
|