| Thread | Last Post | Replies |
|
| native compiler for java on aix | 28 Feb 2006 17:15 GMT | 2 |
I would like to know if IBM has a native compiler for java on aix. If there any benchmarks for that compiler in relation to the jit, that would be great. I am writing CGI programs in java that reside on a apache server.
|
| Emulating the typewriter | 27 Feb 2006 20:10 GMT | 4 |
I was talking with a professional transcriptionist who said she could get better speed on the old selectric typewriters, or even old manual typewriters than on a modern keyboard. I wondered why. I came up with two reasons. The old mechanical key had a great feel.
|
| Problem accessing J2EE via Eclipse in Windows | 26 Feb 2006 00:03 GMT | 1 |
I'm a J2EE newbie and I have a servlet that Eclipse can't compile because it can't find any J2EE objects or packages (e.g., javax.servlet). So my question is, how do I get Eclipse to find the J2EE jars? Does it
|
| MABLE - J2EE Business Rule/Logic Engine for JBoss is under free software license ! Download and use for free ! | 24 Feb 2006 23:32 GMT | 1 |
AL&FA BDI would like to announce that MABLE - J2EE Business Rule/Logic Engine for JBoss is under free software license ! Create sophisticated business rules, use SOA and enjoy free software !
|
| [eclipse] how to 'export' an external arcive ? | 24 Feb 2006 00:03 GMT | 1 |
I'm tryng to rebuild an old project from scratch. this project needs com.oroinc.test.regex.* classes. the needed .class are located in .zip file containing the folder tree com|oroinc|text|regex|*.class I tried to add the classes with "import > archive file". the compiler
|
| Easy deployment of JRE on Windows | 23 Feb 2006 15:00 GMT | 6 |
I seek a solution to a simple problem: An installer that just downloads the JRE if it is not present, installs it silently and without any troubles. Installing my program may then well be with a 15 MB JRE download
|
| Ant and XML Information Passing | 23 Feb 2006 13:12 GMT | 3 |
Apologies if this is not the correct place to post this - I have looked a few places and this one seems to be the best. I am new to Ant so think this is a relatively simple question. My XML files produce a name of a file. What I need to do is to pass this back
|
| Eclipse problem updating from 3.1 to 3.1.2 | 23 Feb 2006 13:04 GMT | 3 |
I go into Find and Install, Search for new features. I added a remote site pointing to http://update.eclipse.org/updates/3.1/. I select it. It finds the 3.1.2 updates I select them and it starts downloading. It downloads the first three files fine. After the third file it starts on ...
|
| Ant - handling user input command-line flags | 17 Feb 2006 03:29 GMT | 1 |
I'm using Ant instead of shell scripts. So I _know_ this is going to be hard work, but in the big picture it's useful to me (I have an Ant task that's usable from either the command line or callable from the main Ant build).
|
| eclipse editor | 16 Feb 2006 15:14 GMT | 11 |
When do we have drag&drop like in the simple Notepad?. It's incredible.
|
| c++ to java conversion software | 14 Feb 2006 15:35 GMT | 3 |
i am searching for a software that converts a c++ code into a java code. Can any find this to me please
|
| Ant - Including a project properties file in build.xml a bad idea? | 13 Feb 2006 17:07 GMT | 1 |
I have a big messy project to build. Lots of customers, all with custom code, all running different build versions I already have a version.properties file that's used from within the app. Part of my release process is to edit this with version numbers,
|
| Weblogic Server Licence Exception | 12 Feb 2006 11:50 GMT | 1 |
i download a evaluation version of weblogic6.1. It gives me the following exception when I start Weblogic $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$ Unable to start WebLogic Server !!
|
| JBOSS problem | 12 Feb 2006 09:57 GMT | 2 |
I Have the following code Properties properties = new Properties(); properties.put("java.naming.factory.initial", "org.jnp.interfaces.NamingContextFactory");
|
| Eclipse's Current IType | 12 Feb 2006 06:03 GMT | 1 |
I'm writing an eclipse plugin that displays certain information about the currently selected class (as displayed in the Outline view). The question is - how do I get the IType object for the currently selected class?
|