My software in Java 1.6 is a sort of crawler, going through the database and making certain calculations, in an endless loop. The calculations are of different types and organized as a collection o...
http://www.experts-exchange.com/Programming/Languages/Java/Q_23505825.html
Zones:
JavaDate Answered: 09/26/2008 Grade: A Views: 4
Hi Experts,
I do a fair amount of programming in .Net (VB, C#), and I design SQL Databases.
My boss has asked me to investigate Java as a new platform, and in particular, the strenghts of met...
http://www.experts-exchange.com/Programming/Languages/Java/Q_23147549.html
Zones:
JavaDate Answered: 02/12/2008 Grade: A Views: 0
Hello,
I have a recursive function in java. i declare this function as static. within the function i define a resultset variable. for each iteration of the recursive, i create a new instance of ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_23628240.html
Zones:
Java,
J2EE,
J2SEDate Answered: 08/08/2008 Grade: A Views: 0
I am working on a Java application that at some points needs to run an old dos program. The code looks like this:
String dir = new String("C:\\OLDDOS");
String program = new String("Main.exe...
http://www.experts-exchange.com/Programming/Languages/Java/Q_23738807.html
Zones:
JavaDate Answered: 09/23/2008 Grade: A Views: 0
Is there a way to open a remote file using java by passing in user credentials.My java application is a windows service and is not able to recoginze mapped drives , so I am using UNC paths, but no...
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_23794766.html
Hi,
I hope my question is clear from the title. When I run the jar from mac, the error I get is
>>apples-imac:BoooDrive apple$ java -jar BoooDrive.jar
Exception in thread "main" java.lang.Unsu...
http://www.experts-exchange.com/Programming/Languages/Java/Q_23876843.html
Zones:
Java,
Mac OS XDate Answered: 11/04/2008 Grade: A Views: 4
Whenever we create an applet or a frame, it opens on the top left corner of the window. I want the applet to open in the middle or on the coordinates specified.
My applet is using tabbedpanes. I w...
http://www.experts-exchange.com/Programming/Languages/Java/New_to_Java/Q_22810490.html
I'm needing to create a server able of collecting a group of URLs and serve them together as one if fetched in less them X time (10% more time is ok). I'm able of doing almost all in this problem. ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_23039649.html
Zones:
Java,
PerlDate Answered: 01/10/2008 Grade: A Views: 0
I'm trying to connect DesktopBSD 1.6 to internet,with no success till now.
here the connection details :
texas instruments cdc ethernet / rndis adapter.
/etc/rc.conf
ifconfig_cdce0="DHCP"
...
http://www.experts-exchange.com/OS/Unix/BSD/FreeBSD/Q_23204654.html
How do you get a JProgressBar to go back and forth while it's initializing before it goes to some percentages.
Code example would be appreciated.
http://www.experts-exchange.com/Programming/Languages/Java/Q_23331050.html
Zones:
JavaDate Answered: 04/17/2008 Grade: A Views: 0