Greetings,
I am new to this list and to the Java programming language. As such, I
would like to post my first question. Does anyone know where there might be
an online Language Reference manual that I can either download or view?
I am not talking about the language specification that is t
On Tue, Nov 06, 2001 at 10:15:20AM -0500, Sage net31 wrote:
> I am not talking about the language specification that is typically offered,
> rather, a book(or online manual) that offers a relativley complete
> collection of all standard classes and methods.
What's wrong with the JavaDoc that ca
Here it is:
http://java.sun.com/docs/books/jls/
On Tue, 6 Nov 2001, Sage net31 wrote:
> Greetings,
> I am new to this list and to the Java programming language. As such, I
> would like to post my first question. Does anyone know where there might be
> an online Language Reference ma
Hi,
class B is inner class of A. I want to invoke method putdate() which is
defined in class A from inner class B. what's the syntax?
public class A{
public void putData(){
..
}
protected class B{
public void doSomething{
putData();//need to invoke method pu
I'm trying to run Java application on iPaq and, well, it doesn't work.
I looked for documentation on the net about the subject but it just seems to me
that there is not much out there.
Does anyone have some documentation on how to install the Java 2 Runtime Env
for ARM processor on an iPaq runn
I'm trying to run a Swing application on an iPaq with J2RE 1.3.1 for
ARM processor. I installed the "additional ipaq stuff". I run the
Familiar 0.4 linux distribution.
The application is a simple Helloworld displaying "Hello" in a Frame.
If I use AWT (Frame) I get the error in attachment 1.
I
try
A.this.putData();
On Tuesday 06 November 2001 02:47, flora yuan wrote:
> Hi,
> class B is inner class of A. I want to invoke method putdate() which is
> defined in class A from inner class B. what's the syntax?
>
> public class A{
>public void putData(){
>..
>}
I have a cron job that runs hourly. A few times a week it fails with an error like
this.
What's going on? My version:
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)
===