Why Doesn't my Code Work with this Jar File?1028 (11/1/2011 5:39:25 PM) comp.lang.java.programmer I'm having a nasty time figuring out how to use JAR files. I have a directory "Jrs" that includes an "abc" directory and a "def" directory. In directory "abc" I have a single file called "AbcCl.java" coded: ... KevinSimonson
Using Java Classes to Sort a Small Array Quickly4519 (9/1/2011 2:48:02 AM) comp.lang.java.programmer I have an named that has twelve values. Today I added an instance variable to it, a named . The engineer I'm working with asked me to write a static method in class that returns an array of s sorted alphab... KevinSimonson
Using Enumerated Types as Array Indexes5422 (8/16/2011 2:53:38 PM) comp.lang.java.programmer Ada, the programming language mandated for the military for a time, was a wonderful language that didn't deserve to die. But it did, and now Java is alive and well and nobody seems to be doing anything at all ... KevinSimonson
Converting a Date Object to a GregorianCalendar Object640 (6/24/2011 11:54:32 PM) comp.lang.java.programmer I can go from a GregorianCalendar object to a Date object with the method getTime(). Is there any way to go from a Date object to a GregorianCalendar object? I haven't been able to find a way to do it. If th... KevinSimonson
Think I May Have Found a Bug with wc -l21213 (3/19/2011 8:13:29 PM) comp.lang.java.programmer I'm wondering if I may have found a bug with either my system's Java
interpreter or my system's Cygwin Unix emulation. I've written a
program whose contents I show below that produces a file that gives a
di... KevinSimonson
Having Trouble Getting "mail" to Work6155 (6/5/2010 7:21:35 PM) comp.lang.php I've wrote the following PHP file to try to send myself e-mail. When
I run it I get notified that my two mail messages got sent off
successfully. But neither e-mails have made it to their destination,
to "... kvnsmnsn(147)
Stray At Sign6100 (9/30/2010 11:42:59 PM) comp.lang.java.programmer I'm taking a look at a piece of Java code right now that says,
/**
* @return number of times the torrent has been downloaded.
*/
public long getDownloaded() {
return downloaded;... KevinSimonson
term does not evaluate to a function taking 1 arguments6431 (10/23/2010 12:50:56 AM) comp.lang.c++ I have been assigned to get the Shareaza source code running and then
to add some functionality to it. The open source is theoretically
what was used to generate a working Shareaza executable, but I'm
findi... KevinSimonson
Two Templates16156 (10/23/2010 9:01:40 PM) comp.lang.c++ Can someone tell me what the following code does? The first
"template struct TransformTo"
makes sense to me, but I don't understand what the "template struct TransformTo" does. Also, in the
first one "endi... kvnsmnsn(147)
Passing a Literal Array to a Method229 (3/3/2011 7:06:35 PM) comp.lang.java.programmer Java lets one assign a literal array to a variable, and then pass the variable to a method. Why can't one just pass the literal array to the method? For example, I can write: public class Bug { private sta... kvnsmnsn(147)
Why Doesn't my Code Work with this Jar File?1028 (11/1/2011 5:39:25 PM) comp.lang.java.programmer I'm having a nasty time figuring out how to use JAR files. I have a directory "Jrs" that includes an "abc" directory and a "def" directory. In directory "abc" I have a single file called "AbcCl.java" coded: ... kvnsmnsn(147)