| Thread | Last Post | Replies |
|
| Captiva Developer | 04 Jun 2008 23:12 GMT | 4 |
Here is the req. Position: Captiva Developer Location: St Louis, MO Duration: long term
|
| CAD application | 04 Jun 2008 22:44 GMT | 1 |
Hi :) Does anyone know how looks programming java based cad application. I started to create one but the final release seems to be far far away... I've used Graphics2d features and simple design patterns by GoF. Perhaps
|
| i want 2 dicuss abut computer software | 04 Jun 2008 21:05 GMT | 13 |
hi! my name is Parul Chhabra and i'v recently completed my software course in computer of one year from DOEACC i hope that for u it's a very common name and i'm sure that u have heard abut this govt.inst.in connaught place.and i want 2 get more knowledge about this computer
|
| Please send me the requirements which match our consultants skill sets | 04 Jun 2008 20:47 GMT | 9 |
Dear partners, The reason for this mail is to let you know that I have excellent consultants who are available for the projects across U S A. Below given are the details of our consultants.
|
| html, applet & jar | 04 Jun 2008 20:37 GMT | 15 |
I've been attempting to run a LEDSign applet with the following html code. All classes and aux files are archived as a jar file. The package is LEDSign
|
| need java version 1.5.0_14 | 04 Jun 2008 20:13 GMT | 8 |
I need to get Sun jre 1.5.0_14 ( jdk 1.5.0_14 would be even better but not necessary) so that the version I am using matches the other developers on the project I am working on.
|
| Return input from dialog box in a class | 04 Jun 2008 19:42 GMT | 9 |
I have a dialog coded in a class (public class frmLogin extends javax.swing.JDialog {... etc ) , called like this from the main class: private void getLogin() { frmLogin dialog = new frmLogin(new javax.swing.JFrame(),
|
| Java Web Start advice | 04 Jun 2008 19:17 GMT | 13 |
I made an application that does some number crunching (based on the user input from the SWT-GUI), and the output of the application is a CVS file that can be used for making plots. Application will be used by many users on different locations. Therefore I'm using JWS to ...
|
| [LITTLE LONG]runtime.exec can't launch link.exe (the linker of windows) | 04 Jun 2008 18:59 GMT | 9 |
I try to launch , in a directory this two command, link.exe (the linker of windows). so there my class import java.io.IOException;
|
| What's bad in Java | 04 Jun 2008 18:06 GMT | 39 |
. Java programs are slower (Swing and JVM) . Swing layouts are not efficient to get desired result . There is a memory footprint overhead (compared to primitive sizes) . The GC freezes the application from time to time
|
| Exec and command | 04 Jun 2008 18:04 GMT | 8 |
I have the following code : Runtime rt = Runtime.getRuntime(); String commandLine = "\""+path+application+"\" /t "+"\""+PDFStore+"\ \"+item.toString()+"\" \""+currentPrinter+"\"";
|
| accessing protected fields and nonvisible classes | 04 Jun 2008 18:02 GMT | 12 |
is there a way to directly modify the attribute of a protected variable such that it can be modified ? (something like reflection with a private variable) also can a nonvisible class in a package be set to be visible in
|
| Newbie Eclipse question: Exported jar file does nothing upon execution | 04 Jun 2008 17:58 GMT | 12 |
Hi all. I'm trying to learn the ropes of how to create an executable jar from Eclipse. I believe I exported one successfully--I selected the correct source & main class, and Eclipse reported that the file was created successfully. However, when I try to execute it, nothing
|
| watch Java Media Player | 04 Jun 2008 17:52 GMT | 4 |
Ladies and Gentlement,I have created Java Media Player using JMF.It have all the normal feature of other media Player.So I would like you people to test it.Well i would have upload it here but not acess So anybody ask for it in my mailing adress
|
| Apache Ant and XSLT and loading DTD | 04 Jun 2008 17:14 GMT | 5 |
I am using a XSLT task to replace a tag in a xml file. While doing this ant will download the DTD of the input xml file. Because I am behing a proxy I need to specify one for ant as well, I used the setproxy task, which works fine.
|