First  |  Prev |  Next  |  Last
Pages: 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
Com.sas.iom package for submitting SAS from Java
Does anyone know how to import the com.sas.iom package for submitting SAS jobs from Java into Netbeans? I downloaded and installed the OLE database, but there is no .jar file available from what I can find. Thanks in advance. H�kan Lane -- Newsoffice.de - Die Onlinesoftware zum Lesen und Schreiben im U... 16 May 2010 11:20
xpath, dom and multi threading
Hi *, can someone please suggest thread safe DOM implementation with support for Xpath for reading XML files? Or if someone has a good source for hints how to make some dom implementation thread safe... Thanks in advance! ... 19 May 2010 03:54
Using Java 7
Anyone knows what I should do to use Java 7 classes in an application? I downloaded it from java.net and tried both in Netbeans and Eclipse, but without success so far. My classes just can't find the Java 7 library classes. The jdk directory is without a java executable, so I can't specify Java 7 as the JRE... 15 May 2010 19:09
Turning off JIT Optimisation
In a secure program I want to be able to wipe the byte array containing the key, mKey[], before releasing the memory back to the system. To do that I wrote a simple dispose() method to do a reasonably secure overwrite of the array: public void dispose() { if (mKey != null) { for (int i = 0; i... 16 May 2010 21:12
Parallel quicksort
I cannot find an implementation of parallel quicksort in Java. Does anyone have one or know where I can get one? -- Dr Jon Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com ... 29 May 2010 17:55
adding a new library .jar to your path (netbeans)
hello! just downloaded swing worker. i up until now have not needed any external libraries for any of my projects. how do i go about adding this? if this is very dumb and is easily solved with a link, please let me know. if i could find it by googling i think i would have already as i tried for a bit. th... 15 May 2010 22:26
auto filter in POI
Is there a chance to set auto filter in excel using POI? ... 15 May 2010 11:31
how we can exit from program by hitting any key
hello there, I want to exit from main class by pressing any key.... the code is in this way:- public class mainClass { public static void main(String[]ar) { //...some code here... Scanner in = new Scanner(System.in); int choice = in.ne... 16 May 2010 08:05
3 HOT DIRECT CLIENT Rek's : 1. Java Developer Analyst (6 Positions) 2. ORACLE DBA's (10g) (7 positions), 3. Portal Developer (4 positions) - Austin,TX.- 6+ months
Hi, We have 3 HOT DIRECT CLIENT Requirements: 1. Java Developer Analyst (6 Positions) 2. ORACLE DBA's (10g) (7 positions), 3. Portal Developer (4 positions) in Austin, TX., Please send me matching profile with rate, current location and Contact details ASAP to my official ID : isaac(a)preludesys.com Thanks and ... 14 May 2010 13:54
Signed Applet vs Editing Java Policy file
Hi All, We are using Applet in our jsf/jsp application to do just ONE thing : print into local printer. To avoid the user confirmation dialog , two possible approach are : - signed the applet - add 'permission java.lang.RuntimePermission "queuePrintJob" to java.policy file on client's computer Editing the cl... 15 May 2010 00:49
First  |  Prev |  Next  |  Last
Pages: 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44