| Thread | Last Post | Replies |
|
| looking for a good simple source control | 01 Sep 2006 00:11 GMT | 2 |
hi all :-), now that i have started to work on my own ideas/projects instead of softwere companies i am looking for a good simple free source control ...
|
| code assist in Eclipse 3.2 | 29 Aug 2006 00:31 GMT | 2 |
I am using Eclipse 3.2 (the BEA Workshop version). I've noticed that code/content assist does not work. I would expect have typed System.out. and see some proposals or suggestions. But even invoking ctrl+space results in no proposals. Is there a setting or
|
| Visual Editor problem in Eclipse 3.2 | 28 Aug 2006 23:14 GMT | 1 |
Helo, I install Visual Editor vi Callisto in Eclipse 3.2 but when I try to add Visual Class to my project I get: IWAV0138E Remote VM terminated too soon. See .log file for trace of output. For VM "Project (c)-VM for c".
|
| help with java,, newbie | 28 Aug 2006 13:03 GMT | 1 |
hello, i am a newbie with java. i am working with netbeans 5.0 which came with the jdk kit.. i am wanting to create either an application, or applet for my website, if anyone has ever been to lowes.com and been on the deck designer, this is kinda what i am working towards. only in a ...
|
| The Jackpot Project: Transforming Code Patterns | 26 Aug 2006 18:43 GMT | 2 |
Sun's Java site, java.sun.com interviews Tom Ball, (http://java.sun.com/developer/Meet-Eng/ball/) who drives the Jackpot Project, begun by Ball and James Gosling. Jackpot technology is used for "searching Java source code and safely and correctly transforming
|
| Eclipse on Unix | 25 Aug 2006 23:20 GMT | 4 |
Has anybody worked on Eclipse from a Unix box. I yes can you help me on how to launch the eclipse IDE from a unix/linux box. --Thanks
|
| Tool for removing unused classes? | 22 Aug 2006 22:42 GMT | 2 |
My team needs to get rid of classes in a large application that are no longer used. There are around 1500 class files in total and we estimate that about 25% of these classes are no longer used. Is there some type of tool that can identify classes that have been run during a certain
|
| Problems with Eclipse after intalling the web toolkit (wtp) | 22 Aug 2006 17:16 GMT | 1 |
Hi all, i hope this is the correct forum to post this. i have a problem with eclipse ever since i installed the new webtoolkit i'm working with version 3.2 with wtp. the problem is i can't save resources or exit in an orderly fashion.
|
| Java Profiler | 21 Aug 2006 11:13 GMT | 2 |
I'd like to examine the flow of a servlet applcation: what classes involve, what kind of interaction among the classes. Is there any tool to help me with that? Thanks
|
| Natural Language --> Integer Value | 14 Aug 2006 03:10 GMT | 1 |
Here is a program which generates the integer value of natural language numbers, e.g. nine hundred twenty eight million two thousand fourteen --> 928,002,014. The next step is to write a dataset for solving simple word problem.
|
| Executables | 08 Aug 2006 06:58 GMT | 4 |
What is the method (Other than purchsing a tool for this purpose) of putting a java application into an executable file... And not just package it into a JAR?
|
| Can't Get Tomcat Console To start | 08 Aug 2006 02:05 GMT | 2 |
When I run the startup.bat file in the Tomcat 5.0.28 bin directory, the console quickly dissapears withouth starting. I can however start using Windows services. But I need to see the output to debug. When I run startup.bat in the console I get the following message:
|
| How to open J2EE Project in Eclipse | 03 Aug 2006 07:25 GMT | 1 |
I'm using Eclipse 3.1x and I messed up setup here. Need help to repair it. When I eclipse in J2EE enviro. in the Package Exploser I see few folder and one of them is "Dynamic Web Project". Under it is usually webapp.
|
| Non *.java files as java acociation in Eclipse | 02 Aug 2006 14:41 GMT | 4 |
I'm using Eclipse and in project, that I'm working with use *.jcx and *.jws files, that are in fact regular *.java files. But I don't know, how to tell Eclipse to work with them as with regular java files (so that it provide syntax highlight, etc.). Can somebody help me?
|
| Ant build help | 02 Aug 2006 12:17 GMT | 1 |
I am trying to write an ant build script that will result in a failed build if there were failures during my test. I use QFTestJUI for my testing. It is run as a java/jython program. This program returns an exit code that indicates whether the tests fail or pass.
|