Calling .NET exec from Java I need to write a Java program which: - collects bunch of data from the SQL Server DB (and builds command line); - calls windows executable (3rd party, black box, I assume it's written with .NET 3.5 - maybe VB or C#, but have no source code or anything) and passes it long list of parameters. My Java program wi... 7 May 2010 16:43
NetBeans strangeness I'm trying to switch to using the NetBeans IDE. Very nice, but... I create a project and select the Struts framework out of the four available. It creates the project. Then I look at the project properties, and it has both Struts and JavaServer Faces activated! I could add more frameworks if I wanted, but there s... 10 May 2010 10:56
what are the requirement/elgibility to become a Free Lancer programmer? hello friends! I just wanna be a free lancer programmer as soon as possible.. who has major proficiency in java along with other... so please suggest me what to do to establish my market value and reputation and as well as what more to learn. with regards and many Thanks to all Gurus, Nikhil S, ... 8 May 2010 03:39
ejbPostCreate() to define operations "You need to use ejbPostCreate() to define operations, like set a flag, after INSERT completes successfully" -----what kind of operations we are talking about ? can you please post few examples here ? -----what is flag setting here ?I don't understand this. Could you please elaborate this part? ... 7 May 2010 20:03
Build Path Mess Hi I have been away from java for quite a long time, and certainly away from Eclipse. I have two applications, one of which uses the other. The problem here is that i am trying to import classes from app2 into app1, but its not able to find them. How do i get around this? I know that it has to do something wi... 6 May 2010 22:02
need suggestions to learn Java to become an Freelanceprogrammer On Wed, 05 May 2010 22:17:06 +0000, Arved Sandstrom wrote: In at least one case the cold-blooded, calculating intent of the consulting company was to OJT a junior hire on the taxpayer's dime, The worst case I ever saw was on a Government contract, but that may have been incidental. The, allegedly, compete... 5 May 2010 19:22
java.util.Calendar question Hi, I'm using Java 1.6 on Mac 10.6.3. I'm trying to get the closest Sunday before today, unless today is Sunday in which case I don't want to change my calendar object. Here is what I have ... cal.set(Calendar.DAY_OF_MONTH, 1); while (cal.get(Calendar.DAY_OF_WEEK) != Calendar.SUNDAY) { cal.add(Cal... 6 May 2010 22:02
Recovering an eclipse web project Hello! I have been developing a jsp project using eclipse for a while now. I was very careful, saving the wokspace into a zipped folder from time to time. Today I was trying to recover a recent version, as the development went astray. I just ditched the current workspace directory, went to the zip and reco... 7 May 2010 07:48
Version of JDK to develope the Applet VS version of JRE on client's browser On Wed, 5 May 2010 08:39:39 -0700 (PDT), Krist <krislioe(a)gmail.com> wrote, quoted or indirectly quoted someone who said : If I develope and compile an Applet using JDK jdk 1.5.0_xx. What happen if it is run by client using Browser with JRE Newer than 1.5.0_xx ? What happen if it is run by client usi... 5 May 2010 13:45
Version of JDK to develope the Applet VS version of JRE on client's browser Hi gurus, If I develope and compile an Applet using JDK jdk 1.5.0_xx. What happen if it is run by client using Browser with JRE Newer than 1.5.0_xx ? What happen if it is run by client using Browser with JRE Older than 1.5.0_xx ? Thank you for your help, xtanto ... 5 May 2010 21:35 |