Hi, On 9/17/2008 8:34:03 AM, you were invited to join Tushar Kapila's UNYK address book so he/she would always have access to your contact info and you to...
Hello, I'm also searching the F2J converter (I have a simple fotran 77 code that I need to move to Java) but the location addressed by the post below seems no...
Hello, Iam working with <rich:modelPanel> in that iam using <h:selectOneRadio>... but it is not supprting. i ll give u my example code.. <rich:modalPanel...
Hi, I just tried the link in the original post you quoted and it worked fine. Maybe the website was down when you tried. Give it another go - that site looks...
hi guy, what type of phone are you using and model ... From: ademola adeboye <proverb18_16@...> Subject: Re: [Java] Re: pls help me with bulk sms To:...
Hi All, Can anyone advise how to get BIOS serial number from Win XP machine? i am after both stand alone and network machine. "wmic" is the command that can be...
Learn how to make use of common web services on the net. There are two ways to this 1. You buy a GSM modem and run AT command in ur application. 2. You connect...
1) An array A is of size N. Write a java method that jumbles all values in the array. All possible permutations must be possible and chances for each possible ...
A alguien le paso esto: var newDate = new Date(1972,11,31) y que newDate quede seteada como Sat Dec 30 23:00:00 UTC-0300 1972 en lugar de Dec 31 00:00:00...
I want to connect my application to SQL server 200 using Type $ Driver. Right away i am using jTDS 1.2 drivers for this connectivity. But The reason is that...
hi friends please verify te code i am having problem with it. there are some files in a directory.these files contain a particular word.now i want to search...
Yes it is java question. we should be able to get BIOS serial number with the help of java coding... My question is does any body has any idea that can help. ...
Hi I have this code (see below). It adds arrays in horizontal and the result is 6, 6; Now I need to add the array in vertical mode where the result should be:...
may be this method will help u public static void sum1 (int[][] numbers){ int total; for (int i = 0; i < numbers[0].length; i++){ total =0; for (int j = 0; j <...
Hi, There is no way to access hardware specific data from Java itself because Java is designed as an abstraction over multiple hardware configurations. However...
hi I have not used this Type $ Driver but If just want 2 connect to an MSSSQL database, I guess I can give u some code and a .jar that will do the magic. ...
Java.sun.com has a pretty good article (http://java.sun.com/developer/technicalArticles/javase/troubleshoot/) on deployment troubleshooting tips. Sun Java...
Hi All PWCT (Programming Without Coding Technology) 1.0 (Final) 2008.10.18 Released !! URL: http://doublesvsoop.sourceforge.net What is new ?! [1] Fixed: My PC...
Hi Paul, Yes you are right, JNI can be the only solution. any way i have found some VB script that returns this information for the network machine as well but...
Hi! I'm working on a project where I'm going o use a LCD display for output. (I've chosen a HD44780 compatible display) and completed the wiring. To be able to...