| Thread | Last Post | Replies |
|
| Java Executable | 30 Oct 2004 19:06 GMT | 5 |
Please let me know if you are aware of any tool which can convert the Java code into .exe file including the libraries. So, that I can run the .exe from any PC. I have tried J2exe tool but it works fine on my PC only.
|
| Ant: create a directory if it does not exist yet | 30 Oct 2004 10:39 GMT | 1 |
is there a simpler way to create a required folder if it does not exist already? Using a standard Ant installation (to my understanding, core tags do not include an <if> tag). <target name="checkavailabledirs">
|
| Any good java testing tool | 30 Oct 2004 10:35 GMT | 1 |
Do you have any idea about software testing tools (automation) available in the market. They are useful or not Thanks
|
| JBoss have a C/C++ API? | 27 Oct 2004 15:42 GMT | 1 |
I am looking at using JBoss as an messaging interface betwee a legacy C/C++ system and a new Java application. I've been trying to find out if JBoss has a C/C++ API but I can't seem to find one. Does this mean there isn't one and we'll need to write our oun using JNI.
|
| Ease of Development in Enterprise JavaBeans Technology | 21 Oct 2004 21:28 GMT | 1 |
Enterprise JavaBeans (EJB) technology is a J2EE technology for developing business components in a component-based, enterprise Java application. There's a new article available that addresses an overview of EJB technology and information on developing an Enterprise Bean with EJB.
|
| Newbie question: Servlets with Eclipse | 19 Oct 2004 11:32 GMT | 3 |
I'm quite a newbie in Java and have the following question. I want to develop servlets with Eclipse 3.0. My written code doesn't compile because the imported javax.servlet.* package could not be found. It seems that there is no such package in die Eclipse
|
| Which Java IDE is best for beginners? | 17 Oct 2004 03:48 GMT | 17 |
This question might have been asked over and over. Still, i'm new here and i'm just beginning to learn Java. I did download the SDK 1.4.2.05 and installed it properly. Should i start with Notepad or with a good IDE?
|
| NetBeans Annoyance | 16 Oct 2004 00:27 GMT | 2 |
I'm fairly new to NetBeans and, although there are lots of great features to recommend it, there is one that drives me crazy. It has to do with the code auto-complete feature. I have a tendancy to write comments as if I were a team of programmers, eg: '...ok, now we're
|
| Slides and Webinar: Federated Identity, Access Control, and Single Sign-On | 15 Oct 2004 02:48 GMT | 1 |
View the archive and view the slide presentation of the Webinar, "Federated Identity, Access Control, and Single Sign-On," presented by Sun's Pat Patterson, technical product manager, and Pirasenna Velandai Thiyagarajan, senior engineer, on October 5, 2004:
|
| Java Dialer? | 14 Oct 2004 09:21 GMT | 3 |
Is there anyone out there who knows where to find a java dialer? I want my asp-pages to automatically dial using an analog modem. Essentially only the Hayes commands "ATZ" and "ATDT<number>" should be sent to the modem. I know the java comm api is necessary, and I'm looking for a ...
|
| Macro recorder/language for eclipse | 13 Oct 2004 13:27 GMT | 2 |
is there some kind of macro recorder or language for eclipse? I'd like to simplify debugging for me. In JEdit I just write "foo", select it, press a shortcut and then a macro writes for me: "log.debug("foo ="+foo);"
|
| Web Services Specifications for Systems Management | 13 Oct 2004 02:18 GMT | 1 |
The Web services architecture is based on a suite of specifications that define rich functions and that may be composed to meet varied service requirements. A crucial application for these services is in the area of systems
|
| Using 'JCreator Pro' IDE | 12 Oct 2004 12:55 GMT | 2 |
I just bought this for about $70. (www.JCreator.com) There is a debugger, which there wasn't on the freeware-version. I just have a question: Is this as good as the one from Sun (fx. Sun Java Studio Creator), or should I also have to use my IDE* from Sun?
|
| Jasper Reports - How to manage multiple pages / insert page breaks | 12 Oct 2004 11:53 GMT | 1 |
I'm using jasper reports to create a PDF document dynamically from a java application. However the PDF document I want to create is quite long - 10 pages and contains lots of static text. I've hit a problem when it comes to managing to design the PDF
|
| Using MySql with eclipse? | 11 Oct 2004 23:57 GMT | 4 |
I am running eclipse version 2.1.1 on Windows XP along with J2sdk1.4.2_02 with tomcat version 5.0.14 and sysdeo tomcat launcher plugin version 21, i need suggestions regarding how to use Mysql with eclipse...one obvious method outlined by quite a few tutorials is to
|