Try java.sun.com. You can download language specification as well as
an excellent tutorial. Be prepared for a download of about 6 MB.
--vpreddy
>Received: from 202.54.33.195 by www.hotmail.com with HTTP;
> Thu, 17 Sep 1998 01:21:45 PDT
>X-Originating-IP: [202.54.33.195]
>From: "rajaram pra
On Thu, 17 Sep 1998, Bruce J. Carter wrote:
> Any help would be greatly appreciated.
This is how I set things for the time zone here in Melbourne Australia.
Hope this helps.
import java.util.Calendar;
import java.util.TimeZone;
import java.text.SimpleDateFormat;
public class DateTimeThin
Greetings Folks,
I have a question regarding the Calendar and TimeZone classes. When a
TimeZone object is instaniated and getDefault is called it returns GMT
time, and any calls for time are based on GMT. The machine is in Alaska
and the TZ information is set to Alaska Time.
Are we doing somethi
Dear all,
I would like to ask do TYA support a JAVA application with native
C function call? It seem that I got core dump in this suitation. I would
like to confirm it!
Thanks!
===
¤µ¤Ñ¨ì¦Ñ§Ú¹³¨º¶^¤£¨ì §Ú·Q°µ
Hi,
I have just downloaded the most recent version of jdk,
jdk1.1.6v4a, the glibc version. My machine is running RedHat
5.1
I untarred the archive. It installed
fine.
When I run javac to compile some java
code. It does not do anything. No error message, no output class
file.
What i
Hi.
I am experiencing an odd problem with Linux-JDK 1.1.6-v2-libc. When I
run, let's say, "java HelloWorldApp" I get a segmentation fault error.
Note that I tried 1.1.6-v2-glibc, 1.1.6-v1-glibc too and they did not
work, but I figured out why, I only have glibc2.0.6 (1.1.6-v*-glibc
requir
Am Don, 17 Sep 1998 schrieb Calixto Melean:
>I knew this was an old one. However, in my case, when I delete those
>files, javac does not do anything know. Yes, I type javac
>HelloWorldApp.java and I get the prompt back immediately and no class
>file, you can even give it a garbage input file and
Vincent Trussart wrote:
>
> Paul Reavis wrote:
>
> > I've been running Together/J, and have a couple of problems.
> >
> > One is I keep getting things like:
> >
> > Warning:
> > Name: textfield
> > Class: XmTextField
> > Character '.' not supported in font. Discarded.
> >
>
> Try p
remove me from this mailing-list ASAP
-Original Message-
From: David Wilkinson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: 16. september 1998 11:10
Subject: Re: Swing & Navigator
>At 08:59 16/05/98 +0200, Paul V. Drobnich wrote:
>
>>P.S. As for me, Swing-like app
CC: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
subject: =
"Undefined symbols" errors when System.loadLibrary is loading shared obje=
ct
file
1. synopsis of the problem
- HelloWorld.java
Dirk Steinkopf wrote:
> Hello,
>
> all mirrors that I have checked only contain jdk1.1.6v2 and earlier.
> But http://www.blackdown.org/java-linux/ports.html tells me about v4.
>
> Thank you very much,
>
> Dirk
>
> P.S. I am waiting for a new version because I have some Java crashes
> (seg.vi
subject:
"Undefined symbols" errors when System.loadLibrary is loading shared
object file
1. synopsis of the problem
- HelloWorld.java --
import java.lang.*;
class HelloWorld {
public native void displayHelloWorld( int cce);
Paul Reavis wrote:
> I've been running Together/J, and have a couple of problems.
>
> One is I keep getting things like:
>
> Warning:
> Name: textfield
> Class: XmTextField
> Character '.' not supported in font. Discarded.
>
Try preloading /lib/libBrokenLocale.so when launching Toge
On Thu, 17 Sep 1998 02:08:00 +, Dan Kegel wrote:
>Check out
>http://www.infoworld.com/cgi-bin/displayTC.pl?/980914analysis.htm
>
>It shows OS/2's latest JVM to be *three times* faster than
>any other. (They haven't tried Blackdown's v4a yet; they only
>used v2.)
>
>Perhaps the Blackdown team
Keith T. Garner wrote:
> On Thu, Sep 17, 1998 at 10:56:18, Trevor Harmon said:
> > I don't know about Access, but I have been using Sybase's jConnect (a
> > pure-Java JDBC driver) under Linux for some time now with great success.
> > You might want to try getting your ISP to switch from Access to
On Thu, 17 Sep 1998 14:03:25 +0800, Ong Choon Seng wrote:
>Hi,
>
>I have install the rpm package (jdk-sbb-1.1.6-4a.glibc.i386.rpm) from redhat's ftp on
>my rh5.1 system but have problem running classes.
>
>I am very now to this environment so any help would be greatly appreciated.
>
>I know that
>I am trying to get an implementation of java 1.1.5 or .6 up and running on
>a linux system that is a bit off-center. the error message is
>
>
>/bin/i686/green_threads/java: can't load library 'libX11.so.6'
>
>but the libX11.so.6 is there as a link to libX11.so.6.1 which is the same
>as the other
On Thu, Sep 17, 1998 at 10:56:18, Trevor Harmon said:
> I don't know about Access, but I have been using Sybase's jConnect (a
> pure-Java JDBC driver) under Linux for some time now with great success.
> You might want to try getting your ISP to switch from Access to Sybase.
> After all, mixing ju
I don't know about Access, but I have been using Sybase's jConnect (a
pure-Java JDBC driver) under Linux for some time now with great success.
You might want to try getting your ISP to switch from Access to Sybase.
After all, mixing just about anything from Microsoft with either Linux or
Java is
OK. Can someone please explain this to me. I'm getting the compile
error:
> Class x not found in type declaration.
This occurs when I have one package that defines a public interface and
another package which implements this interface with a private class of
the same name.
For example:
file a
Hello,
all mirrors that I have checked only contain jdk1.1.6v2 and earlier.
But http://www.blackdown.org/java-linux/ports.html tells me about v4.
Thank you very much,
Dirk
P.S. I am waiting for a new version because I have some Java crashes
(seg.violation) which get less in every release
I've been running Together/J, and have a couple of problems.
One is I keep getting things like:
Warning:
Name: textfield
Class: XmTextField
Character '.' not supported in font. Discarded.
Warning:
Name: textfield
Class: XmTextField
Character 't' not supported in font.
interesting stuff those libraries. i got back the jdk116 et al from the web site ,
and on a freshly installed redhat 5.0, was also not able to run the jdk. big time
:((
i also notice that redhat 5.0 has glibc 2.0.5, where in development i was using
2.0.7 :(
hummm stay tuned
gat
Paul Chapman
Calixto Melean wrote:
> I knew this was an old one. However, in my case, when I delete those
> files, javac does not do anything know. Yes, I type javac
> HelloWorldApp.java and I get the prompt back immediately and no class
> file, you can even give it a garbage input file and it will not compla
Has anyone out there used a JDBC dirver or ODBC driver on Linux to access a
Microsoft Access file (mdb file)?
Where can I get it? We are trying to setup an ISP's WebServer to handle
Access databases on Linux.
Folks:
I am trying to get an implementation of java 1.1.5 or .6 up and running on
a linux system that is a bit off-center. the error message is
/bin/i686/green_threads/java: can't load library 'libX11.so.6'
but the libX11.so.6 is there as a link to libX11.so.6.1 which is the same
as the
I knew this was an old one. However, in my case, when I delete those
files, javac does not do anything know. Yes, I type javac
HelloWorldApp.java and I get the prompt back immediately and no class
file, you can even give it a garbage input file and it will not complain
or do anything. Any idea? BT
On Thu, 17 Sep 1998 05:29:19 +, Dan Kegel wrote:
>Dan Kegel wrote:
>>
>> Check out
>> http://www.infoworld.com/cgi-bin/displayTC.pl?/980914analysis.htm
>>
>> It shows OS/2's latest JVM to be *three times* faster than
>> any other. (They haven't tried Blackdown's v4a yet; they only
>> used
On Thu, 17 Sep 1998 09:45:55 +0100, Matt Zagni wrote:
>Mats,
>
>I have the same problem when I try to install netbeans.
>you mentioned that to over come this problem I should
>
>> This is an old one delete (or rename) the libc.so* and /or libdl.so*
>
>Are these major lib's and what other app
WHERE IS JDK 1.1.6v4 ,I COULD GET ONLY JDK 1.1.6v2
Mats,
I have the same problem when I try to install netbeans.
you mentioned that to over come this problem I should
> This is an old one delete (or rename) the libc.so* and /or libdl.so*
Are these major lib's and what other applications will the above
impact ?
Is there another way of corr
On Wed, 16 Sep 1998, Calixto Melean (Personal) wrote:
> I installed the corresponding jdk in my glibc linux system. the java
> command runs fine. however, the compiler (javac) gives me the following
> errors:
>
> SIGSEGV 11* segmentation violation
>
> Full thread dump:
> Monitor Cache Dump:
Hi,
I have install the rpm package (jdk-sbb-1.1.6-4a.glibc.i386.rpm) from redhat's ftp on
my rh5.1 system but have problem running classes.
I am very now to this environment so any help would be greatly appreciated.
I know that you have to setup the classpath option but how do I do that?
I wa
Being able to use Linux and the JDK at home has made a real difference
on recent projects.
Michael
Dan Kegel wrote:
>
> Check out
> http://www.infoworld.com/cgi-bin/displayTC.pl?/980914analysis.htm
>
> It shows OS/2's latest JVM to be *three times* faster than
> any other. (They haven't tried Blackdown's v4a yet; they only
> used v2.)
I should mention - the test was run on dual-processor ma
35 matches
Mail list logo