Re: glibc2/jdk1.1.5v7

1998-05-12 Thread joe


On Tue, 12 May 1998, Christopher Seawood wrote:
[
[Actually, the glibc 2.0.7-7 of which I speak is an official update for RH
[5.0.  It can be found in
[ftp://ftp.redhat.com/pub/redhat/redhat-5.0/updates/i386/ .  Until RH gets
[ContribNet (http://developer.redhat.com/contribnet/) setup anything in 
[contrib is use at your own risk.

Just in case anyone hasn't said it yet, add my name to the list of
the eternally grateful for the glibc jdk, Chris,Steve, Karl et al.

=joe

-----
Joe Murray  |
Systems | 
O'Dell Engineering Ltd. | 
Voice: 519 740 8620 |
Fax:   519 740 9483 | 
[EMAIL PROTECTED]  |
-





Re: 1.1.6 port status

1998-05-13 Thread joe


Luck!

On Tue, 12 May 1998, Steve Byrne wrote:

[I've applied all of the Linux patches to the 1.1.6 source base.  I'm 
[checking them in now to my CVS tree (thank heaven I got it back after
[the disk crash) and I'm about to start my first build.  Wish me luck!
[
[Steve
[
[




Oro Inc

1998-09-04 Thread Joe Carter

Does anyone know what's happened to
the Oro Inc web site?
Or even Oro in general?

http://www.oroinc.com

(I'm sure at least one of their people
used to read this list...)

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



JDK 1.1.6v4a problem

1998-09-09 Thread Joe Carter

I having problems seeing text in textfields and
I get lots of the following...

Warning: 
Name: textfield
Class: XmTextField
Character 'l' not supported in font.  Discarded.

I didn't get this 1.1.6
I've tried the older font.properties but that made
no difference.

I'm using 1.1.6v4a on a RH5.0 (with most of the current patches)

Clues anyone?

(I'll submit a bug when I'm sure it's not me doing something dumb!)

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



accept bug with JWS??

1998-05-26 Thread Joe Carter

A couple of us are experiencing problems connecting to
the Java Web Server from _remote_ machines.
When used locally the JWS works just fine.
When used remotely it takes two attempts to access a page.

Now this looks like the accept problem, which I thought
had gone away. Can any of the porting people confirm
that this could/could not be the accept bug?

(JDK versions 1.1.5v7, 1.1.6v1 from sbb and also
the 1.1.5 version root:04/15/15-19:01 from sg)

If there's any more information required just ask.

Cheers

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]




Re: javadoc problem

1998-06-05 Thread Joe Carter

Bruno Boettcher wrote:
> 
> hello,
> 
> the problem appeared now since some weeks, but is getting more and more
> annoying since i begin to loose oversight over my project
> 
try polardoc.
It has extra features and doesn't need the annoying gifs.

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]




Re: Need a Java/Linux RedHat 5.0 configuration where getLocalHost works

1998-06-17 Thread Joe Carter

Stephen Wynne wrote:
> 
> In message <[EMAIL PROTECTED]>, "John A. Zinky"
> writes:
> 
> We have not been able to find a configuration of Linux Red Hat 5.0 and
> jdk 1.1.x that works for the following one line test program.
> 
> John, I tried this code on RH5 myself; same result.
> 
Change the order of localhost and the real host name in /etc/hosts.
(real first!). The getlocalhost just seems to get the first it finds.

Works ok for me then.

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]




Re: Problem with Tya 0.7

1998-06-18 Thread Joe Carter

Maksim Lin wrote:
> 
> I've just installed tya0.7 and it seemed to install ok, but when I tried
> the Iview test in demos (and any other of my Java apps) I get this
> error:
> 
> libtya.so: cannot open shared object file: No such file or directory
> (libtya.so)
> Warning: JIT compiler "tya" not found. Will use interpreter.
> 
> But of course it is there:
> -rwxr-xr-x   1 root root54642 Jun 18 17:30
> /usr/local/lib/libtya.so
> 
> so I'm obviously done something stupid, but I can't figure out, any help
> would be most appreciated.
> 
set you LD_LIBRARY_PATH

i.e.
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib ;export LD_LIBRARY_PATH

And u should be ok.

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]




Re: TurboJ

1998-06-24 Thread Joe Carter

Nelson Minar wrote:
> 
8<
> 
> Is there a good fast alternative for javac for Java 1.1 in Linux?

guavac is excellent.
Just search on "gamelan" to find it.

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]




Re: JWS slowness with 1.1.6v2

1998-06-25 Thread Joe Carter

Kevin Hester wrote:
> 
> I've worked on this problem for a while and I still can't find a solution.
> Has anyone encountered the following problem?  Do you have a fix?
> 
> I'm using JDK 1.1.6v2 on my upgraded RedHat 5.0 distribution.  I can run
> many Java programs with no problem.  In fact, I have three machines each
> running in this configuration.  THE PROBLEM: On two of the three machines I
> can't get version 1.1 of the Java Web Server to respond reliably.  I have
> to submit each request multiple times - it seems almost like JWS is only
> handling every other TCP connection.  The third machine runs great.
> 
> If I try Apache on the troublesome machines - it runs fine.  I've compared
> the library versions with ldconfig -D and the libraries all seem to be the
> same.
> 
> Any ideas?  I'm desperate.  If you are in the bay area I can even buy
> sushi. ;-)
> 
This is a reported bug.
Check out
http://www.blackdown.org/cgi-bin/jdk/pending?id=3;user=guest

If _very_ curious about the machine that you say is working.
Obvious question is, what's the difference...
(ld.so seems a popular one - I've got 1.9.5-5)

Hmmm trying diffing the sorted results of "rpm -q -a"...

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]




Re: Swing package

1998-07-09 Thread Joe Carter

James Cassidy wrote:
> 
> Could someone please let me know how to set things up to
> use the swing classes?  I've got things set up to compile
> java programs ok, but can't get the swing lib to be located.
> (jdk1.1.6 is located in /usr/local).
> 
> I've got a copy of swing101.zip, and placed it in various
> locations with various permutations of the CLASSPATH env
> var.  But I keep getting the message:
> 
> 'com.sun.java.swing.*' not found
> 
> when I try to compile a program that imports from it.
> 
> Thanks for any assistance!
> Jim.

You have to explicitly put it in your classpath
eg. CLASSPATH=blah:blah:/my/dir/swing.zip
Rather than just being in one of the directories.

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: Swing package

1998-07-09 Thread Joe Carter

Nathan Meyers wrote:
> 
> Joe Carter wrote:
> 
8<
> 
> True...if swing101.zip is a class archive. More likely, it's a regular
> archive that you need to unpack somewhere -- giving you assorted
> jarfiles, documentation, and source. You'll need to add one or more of
> those jarfiles to your CLASSPATH (the jarfiles themselves, not the
> directories they live in).
> 
Doh.
I was wondering why it wasn't a .jar file :)

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: IBM Releases Java compiler for Linux

1998-07-22 Thread Joe Carter

Stephan Greene wrote:
> 
> According to an article on Slahsdot, IBM is releasing a Linux binary of
> their Jikes incremental Java compiler.
> 
> http://www.slashdot.org/articles/980721/1955212.shtml
> 
They certainly did.
It works very well too. V. fast with good error messages.
Recommended.

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: IBM Releases Java compiler for Linux

1998-07-22 Thread Joe Carter

Richard wrote:
> 
8<
> 
> Hi,
>Does anyone knows if there is a libc5 version. I eared there was just a glic
> version.


We are working on setting up a libc5 system so we can make a libc5
version
as well, but we can make no promises. For now we will just provide the
glibc
version.

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



java crypt

1998-07-28 Thread Joe Carter

Attached is the source for a java version of crypt.
I did not write it. It was a port of some code by
Eric Young, by John Dumas (I think).

I believe it is open source (there's no license
details attached).

I'm posting it to the list as it's only little...
(25K).

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]
 jcrypt.tar.gz


Re: CORBA sites

1998-07-29 Thread Joe Carter

Richard Jones wrote:
> 
8<
> 
> PS. I'm still looking for a freeware Java ORB. Any suggestions?
> 

Try the Free CORBA page at
http://adams.patriot.net/~tvalesky/freecorba.html

I'd be interested in recommendations from this lot...

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: Weird socket problem

1998-08-03 Thread Joe Carter

To see what's on the network checkout
http://www.sniffit.com

Also u can put a load of print(f/ln)s in the client 
and server stuff to see what's going on.
Create some logs and pick through them.

This (crude) method is usually the best
for multithreaded stuff.

Beyond that, start write test harnesses for each side
of the socket, to see whether your problem is client
or server side...

Is you client thread safe? (synchronized)

Stefan Toth wrote:
> 
> Hello,
> 
> I wrote a multiuser server application(c++), which is using select for
> detection of incoming messages. When a message appears I must send
> something to all the clients. I have a list of sockets, where I have to
> send the message.(pretty much like a chat system). The client side is
> written in Java, it has a reader thread, which is waiting for a message,
> and depending what the message is it call's the appropriate handler from
> the parent thread. First I had a problem, because the reader didn't get
> runed till I increased his priority(weird).
> 
> Now the Problem is :
> 
> -when I start 2 or 3 clients in appletviewer on my computer (Linux, RH5.0,
> jdk1.1.5) I start loosing messages, I mean the server  seams to send the
> message, but I have nothing on the client side(not for every clients, some
> of them get's all, it's arbitrary).
> After all we are talking about TCP. It shouldn't be like this.
> 
> -usually this is happening when I have to send multiple messages very
> quickly:
> 
> MSG1 - > client1
> MSG1 - > client2
> 
> MSG2- > client1
> MSG2- > client2
> 
> I'm pretty sure that it's a problem with the client, but I tried to put a
> delay on the server before I write in the socket. It improves the situation
> a bit. I know, this is not a solution, so please send me some hints.
> 
> Thanks
> Steff

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: about exec

1998-09-04 Thread Joe Carter

Laura wrote:
> 
> Massimo Conti wrote:

> >  (Runtime.getRuntime()).exec(path+programName);

> It's not so easy.!!
> For exemple, if you want to run "ls", you must handle the output with
> stream and do a loop to show the result.
> 
8<
> Is there anybody who knows more about it?

Check out
Process proc = Runtime.getRuntime().exec(command);
Process.getOutputStream()
Process.getInputStream()

Just handle the streams as required...
(the command is a separate process so you can carry on
prodding and listening to the streams in your program)

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: ORB uder linux?

1998-09-08 Thread Joe Carter

Rich Edwards wrote:
> 
> By far the best "free" CORBA implementation that runs on Linux is
> ORBacus (formerly OmniBroker), from OOC (www.ooc.com).  It has both C++
> and Java support, and is a top-notch product.  It is free for
> non-commercial uses, and royalty-free for commercial use, with a
> development license structure.  We have been using it for several months
> now, and highly recommend it.
> 

OmniORB is now at OmniORB2 and is still totally free (GPL) at
http://www.orl.co.uk/omniORB/omniORB.html

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: Problem spawning process with "several words"

1998-09-16 Thread Joe Carter

Try using the String[] version of exec.
That way it's doesn't get confused about what is a single argument.

i.e. String[] args = { "ci","-m bbb bbb","fred","bill","ernie" };
Runtime.getRuntime().exec(args);

Joe

Jon Priddey wrote:
> 
> Any help much appreciated:
> 
> I've got some code which integrates with RCS.
> It creates a Process with:
> Runtime.getRuntime().exec("ci -m\"blah blah blah\" filename",env);
> 
> where "blah blah blah" is the description of the check-in.
> Enclosed in double quotes (") to group the words as a single parameter.
> 
> My 116v2 seems to have problems with this, though it works fine on a Sun
> JDK.
> 
8<
-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: **out of memory, exiting**

1998-06-01 Thread Joe Carter

Matt Zagni wrote:
> 
> Hi,
> 
> Well all looks great at the moment, how ever when I have
> netscape active when I attempt to compile (using javac)
> I get the following error **out of memory, exiting**.
> 
> Has anyone else had his error or is it just my box.
> 
Not seen it - even on a 486dx66 with 20Mb.
Silly Q, but have you got swap enabled?

Also you could try "guavac".

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]




Re: Object Mapping into sql dbms?

1998-09-21 Thread Joe Carter

David Warnock wrote:
> 
> There are a large number of commercial products available to map java
> objects into relatonal databases (I use one called VBSF for some
> commercial products).
> 
> But are there any Open Source tools to do this? I am interested in
> contributing to such a project as I need it for several open source
> projects I have planned.
> 
> Thanks
> 
> Dave

I have a project called TableGen which goes the other way.
It uses database meta data to produce a set of java
classes representing each of the tables. It automatically
provides set/get methods, insert, delete and update
queries. Also the generated code has support for
connection pooling and is thread safe.
See http://freespace.virgin.net/joe.carter

I am also working with the WIDD author on a new
release of his dbadmin/sql tool.
We'd welcome extra authors.
http://maxibus.info.unicaen.fr/~prochazka/

All software is GPL'd.

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: Q how do I covert an applet to a Servlet

1998-09-21 Thread Joe Carter

Hmmm some questions...

Do you merely wish to move some of the app to the
server and talk via a Java applet front end, or do
you wish to have a HTML UI?

You could use a socket/RMI for the first case.
The 2nd would involve a re-write of the user interface.

The ease of either of these depends upon how well the UI
is abstracted from the worker code. Your pain will vary.
Also depending upon the type of your there are
trade offs on the suitability of each method.

Could you give a bit more info on the type of app...?

Joe

Matt Zagni wrote:
> 
> Hi,
> 
> I have been presented with what I think must be a very
> common request.
> 
> Can you convert an Applet to a Servlet ?
> 
> I have just been presented with this task after
> a very large applet application has been created
> that contains quite a number of files. But the
> application now needs to be converted into a
> Servlet based application for security reasons.
> 
> Can any one help ?
> 
> Many thanks
> 
> Matt

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: JavaSoft Java WebServer under Linux RH5.1

1998-10-13 Thread Joe Carter

Hi,

There used to be a problem with the JWS+JDK in that _remote_ machines
experienced very poor performance with the JWS and
also it was sometimes necessary to click on a page twice to access it.
This is definately cured in the latest versions, but
I'm not sure 1.1.6v2 has that fix.
Also 1.1.6v5 has some other nice server side socket fixes which
help the performance.

Anyone remember when those fixes went in...?

Just in case anyone hits those problems...

Joe

Ernst de Haan wrote:
> 
> Hi all Java and Linux-freaks! ;o)
> 
> I was wondering if Sun's Java WebServer would run under Linux as well.
> They sell it for either Solaris or Win32. I sent them a message, but
> they haven't responded yet, so I thought I'd try for myself. I
> downloaded a trial-version for Solaris. Guess what. It works. Just a few
> strange things happened when I ran the administration applet. When I
> click on a subnode in a graphical tree component, the containing frame
> moves up and to the left about 50 pixels. Ha ha ha. Very funny.
> 
> Thought someone might want to know this. I would.
> 
> BTW I'm running RedHat Linux 5.1 (kernel 2.0.34), JDK 1.1.6v2 (glibc)
> and Netscape 4.07.
> 
> GreetinX++ from Holland
> 
> Ernst
> 
> --
> +-+
> |  "Come to me all you who are weary and burdened, and I  |
> |  will give you rest."   |
> | |
> | -- Jesus Christ (Mt. 11:28) |
> +---+-+
> | Ernst de Haan | email [EMAIL PROTECTED]|
> | Java programmer   | web   members.xoom.com/znerd/   |
> +---+-+

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: rmid with JDK1.1.6

1998-10-13 Thread Joe Carter

Kontorotsui wrote:
> 
> On 12-Oct-98 Michael Kranz wrote:
> >Hello,
> >
> >I didn't find the RMI-Server rmid within JDK1.1.6. How can I implement RMI
> >on a Server under Linux? Any documentation abou this?
> >
> 
> Probably because RMI is implemented in Java 1.2. I am waiting for RMI too,
> right now I'm forced to work on a Solaris workstation...at least it's not
> windows :)
> 

Eh? RMI is in the linux JDK already. And it works.
"rmiregistry" I think is the command u want...
I've had linux Java talking to solaris Java via RMI.

1.2 was going to have RMI over IIOP (CORBA),
but I don't think that's going to make it in now...

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: rmid with JDK1.1.6

1998-10-14 Thread Joe Carter

Michael Kranz wrote:
> 
8< RMI stuff
> 
> Ok. But I was really looking for the rmi object activation process on the
> server "rmid". So what you did "to solaris" I want to do "to linux".
> 
I'm confused now.
What is "rmid"?

My linux box has the same java facilities as the solaris box.
I'm fairly certain you can talk either way.

There's no "rmid" in the solaris 1.1.6.
My solaris stuff only uses rmiregistry...

Can anyone comment on the differences between 1.1 and 1.2 RMI?
(beyond the running over IIOP...)

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: rmid with JDK1.1.6

1998-10-15 Thread Joe Carter

Michael Kranz wrote:
> 
> Hi,
> 
> believe it or not: I really mean rmid; look at
> http://java.sun.com/products/jdk/1.2/docs/tooldocs/solaris/rmid.html
> 
OK I've looked into this, and now understand.
rmid is a 1.2 enhancement. It is not in _any_ version of 1.1.x

On 1.1 RMI systems the remote objects have to be already running,
whereas rmid allows a 1.2 to create remote objects on demand.

See http://java.sun.com/products/jdk/1.2/docs/guide/rmi/activation.html

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]
http://freespace.virgin.net/joe.carter



ANNOUNCE: WIDD 1.1.0 java DB admin tool

1998-10-28 Thread Joe Carter

WIDD 1.1.0
--

A new version of the WIDD database admin tool is now
available from http://maxibus.info.unicaen.fr/~joe/
This tool is a pure java and requires Java 1.1
It is released under the GPL license.

This list is the first to receive this announcement,
so we can get some feedback before a full freshmeat announce.

The tool was written under linux and comes bundled with
the postgresql JDBC drivers for convenience.

Features
- Access any database with a JDBC driver
  (tested with Postgresql and Sybase)
- Point and click interface to most common SQL commands.
- Table creation / edit / delete / drop.
- Catalog create / destroy.
- SQL script edit / save / execute
- SQL results to text / html / edittable form.
- Macros
- Filters
- On line help
- Internationalisation (English / French)

We'd welcome comments / constructive abuse / helpers.
There's plenty of work outstanding, so please check the TODO.

Enjoy!

Joe Carter  <[EMAIL PROTECTED]> (or see sig)
Nicolas Prochazka   <[EMAIL PROTECTED]>

WIDD Home page 
http://maxibus.info.unicaen.fr/~widd/
(1.1.0 will move to this page when "officially" released)

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]
http://freespace.virgin.net/joe.carter



Java Linux article

1998-10-29 Thread Joe Carter

FYI:
Mentions of Java 1.2 on linux and even quotes
from our own Mr Byrnes...
(towards the end of the piece)
http://www.techweb.com/wire/story/TWB19981029S0001

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]
http://freespace.virgin.net/joe.carter



Re: Interest in a JIT on Linux

1998-11-03 Thread Joe Carter

[EMAIL PROTECTED] wrote:
> 
8<
> 
> Well, there is the TYA JIT ftp://gonzalez.cyberus.ca/pub/Linux/java/
> It certainly *seems* fast, but I am curious if there are any
> benchmarks for it.
> 
Attached (html)

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]
http://freespace.virgin.net/joe.carter
Title: Title









Caffeine Mark 3 results






















Using Linux_JDK_1.1.6v5












































Plain JDK



tya 1.0



tya 1.1pre









% for 1.0



% for 1.1pre





























Sieve



190



377



377









98.421052632



98.421052632




Loop



179



724



716









304.469273743



300




Logic



236



1218



1208









416.101694915



411.86440678





























String



295



650



692









120.338983051



134.576271186




Float



202



447



447









121.287128713



121.287128713




Method



180



292



288









62.2



60





























Graphics



192



207



230









7.8125



19.79167




Image



76



103



90









35.526315789



18.421052632




Dialog



23



24



24









4.347826087



4.347826087





























Total CM



145



289



289









99.310344828



99.310344828




Embedded



210



551



554









162.380952381



163.80952381





























System Details






















Pentium P120, 64Mb RAM,
Diamond Stealth 64















Running Linux 2.0.34,
fvwm2-95, Linux_JDK_1.1.6v5
















Re: JavaDocs?

1998-11-05 Thread Joe Carter

Bernd Kreimeier wrote:
> 
> I am looking for a GPL'ed javadoc replacement. Kaffe
> uses pizzadoc, the Magician documentation refers
> to some polardoc. Ideally I would like a tool that
> handles C++ and ANSI C headers, too. I used doc++
> for a while. Any other recommendations?
> 
>b.
Polardoc used to be at
http://www.ualberta.ca/~tgee/polardoc
But they seems have been zapped from the system.
Anyone of the new home?

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]
http://freespace.virgin.net/joe.carter



Re: JDBC on Linux

1998-11-10 Thread Joe Carter

Carlos Alberto Roman Zamitiz wrote:
> 
> I have an applet which imports java.sql and it provides DB access, Sybase
> system 10 specifically, and my applet works fine but I programmed my
> applet on Win32. I downloaded the driver ConnectSoftware's FastForward and
> now I'm with Linux (and I'll be with Linux).
> 
> I want run my applet on my Linux box but I need a driver.
> Does anybody know how can I get it freely?
> 
You've got it already.
The connect FF driver is pure java.
It works just fine on linux.

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]
http://freespace.virgin.net/joe.carter



OROInc

1998-11-11 Thread Joe Carter

>From Cafe au Lait...
http://sunsite.unc.edu/javafaq/

-quote on-
I note with regret the recent passing of OROinc, purveyors of
NetComponents, PerlTools, and
assorted other useful free, closed source Java software libraries. These
may be made available
again at some point in the future. I don't know what happened to OROInc,
but whatever it was I do
hope it doesn't prove that giving a lot of free software back to the
community (which ORO did)
doesn't allow a viable business model. 
-quote off----

Bummer.

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]
http://freespace.virgin.net/joe.carter



Re: OROMatcher & www.oroinc.com

1998-11-11 Thread Joe Carter

Jason Dillon wrote:
> 
> Does anyone know what happened to oroinc.com?  They produced a rather
> fullfeatured regular expression engine called OROMatcher, but it seems like
> there website has been down for a really long time... and I was wondering if
> any of you may know what happened to them.
> 
> --jason

I've been wondering the same for a while,
even to the point of email a few of the java mag
editors. No information whatsoever :(
(I use NetComponents)

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]
http://freespace.virgin.net/joe.carter



Re: web server

1999-01-21 Thread Joe Carter

Jinpeng Xie wrote:
> 
8<
> 
> Java web server can process jhtml, but only run on NT and Solaris.
> I didn't read documentation about apache very recently.
> 
JWS is pure java and runs just fine on Linux.

The only part you have to change is a small native
library which changes the id of the JWS process.
Source code is provided for that, so it's a
recompile. If you don't need the process to change id,
it works fine without this library.

Use the solaris version, and to save space delete
the JRE which ships with it.
See the script JWS/bin/httpd.nojre to run it.

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]
http://freespace.virgin.net/joe.carter



Re: Jikes for Linux now available

1998-07-16 Thread Joe Carter

David Shields wrote:
> 
> We have just posted v0.36 of our Jikes Java compiler to
> www.alphaworks.ibm.com (use www.alphaworks.ibm.com/formula/Jikes
> to go directly to the Jikes page).
> 
> This release includes support for GNU/Linux Intel. It was built using
> RedHat 5.1. There is only a version for glibc. We are working on
> making a version for libc5, but make no promise as to when (or even if)
> it will appear.
> 
> We wish to thank Claudio Fleiner (IBM Research, Zurich) and
> Nelson Minar (MIT) for their help in this porting effort.
> 
> philippe charles
> dave shields

Thank you! This is _really_ appreciated.

BTW the libstdc++ library can be found at
ftp://ftp.redhat.com/pub/contrib/hurricane/i386/libstdc++-2.8.1.1-1.i386.rpm
for those you can't be bothered to hunt for it :)
Also works fine with my RH5.0

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: Linux/Java/KDE

1998-07-21 Thread Joe Carter

Joachim Schaaf wrote:
> 
8<
> >
> > Are there any plans to port java so that it uses the KDE toolkit
> > (http://www.kde.org)?
> 
> I don“t know, but I consider this a good idea. Any volunteers :) ?
> 

I believe the Qt license requires any developer of commercial
software (i.e. non release of source code) to buy their
development kit.
Only $1290 for a single platform. 

To quote from the FAQ
--
KDE uses the Qt C++ crossplatform toolkit, which comes with its own
license. 

In short, Qt's license allows you to use Qt free of charge for
development of X Windows
software as long as you make the source code of your applications
freely available. If you do not wish to make the source code of your
applications written using
Qt available for free, you must obtain a commercial license for
Qt. You can find more information about the Qt and its license on Troll
Tech website. 
--

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: IBM Releases Java compiler for Linux

1998-07-22 Thread Joe Carter

Casiraghi Luigi wrote:
> 
> Ok, for Linux but what are excactly the licence terms ??.
> 
Hmmm should've learn from KDE/Qt to read them closely!

90 days license, non-commercial.

But one of the authors has said this in the discussion lists


Jikes can be used to create commercial applications, though you are
supposed to only use it
for 90 days. See the topic "License Agreement" in the Letters Topic of
the Jikes
Discussion Database.
dave 

---
I've posted a message there asking for clarification.
I'll let everyone know when I get it.

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



netscape audio

1998-07-27 Thread Joe Carter

Does anyone else have problems with java playing
audio within netscape?

My WAV file plugin works, but I can't get anything
out with playing audio in an applet.
(It doesn't give any errors, just no sound...)

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: Turbo-J 1.1.0 error on RedHat 5.1. Anyone has experince with it?

1998-07-30 Thread Joe Carter

Milan Zimmermann wrote:
> 
> Hello,
> 
> Running any type of Turbo-J examples from the download (or running tj),
> I get an error:
> 
> Error parsing TurboJ Script : ORG.opengroup.turboJ.TurboJException:
> unexpected token in tJsetup (bunch of ? after it)
> 
> I do have gcc and make installed.
> 
You're using the wrong version of java.
(I bet you're using 1.1.6)
It _only_ works with 1.1.5.
I've seen better error messsages :)

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]



Re: JSDK 2.0?

1999-03-17 Thread Joe Carter

Oliver Fels wrote:
> 
> > Will the JSDK be included in the first non-pre release?
> 
> Get the jsdk for Windows, extract the archive and put jsdk.jar in
> your classpath or bootpath.
> 
> If you can live without the servletrunner app, this is a perfect
> solution, at least for most people.
> 
The latest developer JDSK 2.1 includes the servletrunner app
as a java program which runs just fine under Linux.
This version is also particulary nice in that it serves
files as well, to make it a mini web server.

See the Java Developer Connection http://www.javasoft.com/jdc

Joe

-- 
Joe Carter  Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]
http://freespace.virgin.net/joe.carter


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



JDK 1.2 won't run JFC demo

1999-04-01 Thread Joe Lin

Hi,

I have downloaded the JDK 1.2 from blackdown.org.  and I tried to run the
JDK 1.2 JFC demo (FileChooserDemo). But I got an Linker error as follows:

Exception in thread "main"
java.lang.UnsatisfiedLinkerError:/usr/jdk1.2/jre/lib/i386/libfontmanager.so:
libstdc++-lib6.0-1.so.2:cannot open shared object file:No such file or
directory
   at java.lang.ClassLoader$NativeLibraryLoad(Native Method)
   at java.lang.ClassLoader.LoadLibrary0(Compiled Code)
   ..
   ...
I checked my directory and the file
"/usr/jdk1.2/jre/lib/i386/libfontmanager.so" is indeed there.

At another instance I tried to run the tree demo and this time I got an
  java.lang.ClassNotFoundException: javax/swing/tree/DefaultMutableTreeNode

I'm using RedHat 5.2 but I'm a newbie on Linux. How to fix this?

Thanks

Joe


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Blackdown JDK 1.2 won't run RMI application?

1999-04-01 Thread Joe Lin

Hi,

I downloaded the JDK1.2 for Linux from blackdown.org.

I tried to run a simple RMI application. There are basically two errors. 
1. I can't start RMIRegistry. The error message is:
   java.lang.ClassNotFoundException: sun/rmi/registry/RegistryImpl

2. I tried to start the application without RMIRegistry. The error message
is:
   java.lang.ClassNotFoundexception: java/rmi/RemoteException.

Am I missing something obvious?

Thanks.

Joe


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



How to make JDK1.2-pre-v1 as my default JVM

1999-04-01 Thread Joe Lin

Hi,

I have realized after many agonizing hours that some of my problem is really
due to Kaffe. I'm currently running RedHat 5.2 and I downloaded JDK preview
v1. I set the PATH variable to point to "/usr/jdk1.2/bin". However, this
does not prevent Kaffe VM to kick in if I simply type "java .." in the
command line. I have to type "/usr/jdk1.2/bin/java..", instead. I'm new
to Linux. Is there any way I can make the JDK 1.2 VM as the default? Thanks.

Joe


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: TYA1.3 released

1999-04-28 Thread Joe Shevland

I'm using it with Apache + GnuJSP + JServ + tya1.3 + jdk1.1.7... I've
had _no_ problems so far; the responses from the server are a lot
quicker (sorry no stats) and everything in general appears a lot more
responsive.

Thanks to the Tya Person/People!

Amancio Hasty wrote:
> 
> Serving xml with Apache + Jserv + Cocoon with jdk1.1.7 + tya1.3
> 
> 
> 
> Same xml page without tya1.3 :
> 
> 
> 
> It looks like tya on the server side is a real winner !
> 
> Tnks!
> 
> --
> 
>  Amancio Hasty
>  [EMAIL PROTECTED]
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-java" in the body of the message

-- 
-
 ,-._|\  | Joe Shevland
/  \ | Principal Consultant
\_,--._/ | Turnaround Solutions Pty. Ltd.
  v  | http://www.TurnAround.com.au
-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RH 5.2 -> 6.0 breaks 117

1999-05-21 Thread Joe Futrelle

Ever since upgrading to 6.0, JDK 117 is giving me

/usr/local/java/bin/../bin/i686/green_threads/java: error in loading
shared libraries:
/usr/local/java/bin/../lib/i686/green_threads/libjava.so: undefined symbol: 
_dl_symbol_value

what does this mean?


Joe Futrelle  | "Brixham gushed, Rosalie was
Developer, NCSA/SDT/Emerge| pre-emptive." -- C. Hilary
[EMAIL PROTECTED]| Nottinghamshire 
(217) 265-0296| 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



unsubscribe

2000-01-22 Thread Joe Leung



Polly Powledge wrote:

> Greetings,
>
> I'm a developer working on double-byte-enabling a java app. I'd like to
> support user-defined characters (known in Japan as "Gaiji"). I took a look
> at
> http://java.sun.com/products/jdk/1.1/docs/guide/intl/unicode_font.doc.html
> and read the section on mapping user-defined characters to Unicode.
>
> My problem is that I can't figure out how you get the glyph(s) into the
> user's fonts to use on Linux. With Windows, there's a utility that takes a
> user-supplied bitmap and makes it part of the system fonts, which you can
> then access through the JVM. But I haven't yet found an equivalent tool in
> the Linux world.  It seems like I have to tell my users to create truetype
> fonts on a Windows system, and then install them on their Linux systems:
> ick. Or (more to the point of this mailing list) is there some helpful java
> mechanism that I'm overlooking?
>
> Thanks in advance,
>
> Polly Powledge
> [EMAIL PROTECTED]
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Installing Java

2000-01-20 Thread Joe Johnson

Hello,
I am having trouble with my java installation.


this is the error I get when I run the installation test.

jjohnson=/lib [234]:java -version
java: error in loading shared libraries:
/usr/local/jdk117_v1a/lib/i686/green_threads/libjava.so: undefined symbol:
_dl_symbol_value

I have libc.so.6

thnaks for any help you can give,
Joe Johnson

and the following is my ldconfig -D

ldconfig: version 1999-02-21
/usr/lib:
ldconfig: warning: /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so has inconsistent
soname (libstdc++-libc6.1-1.so.2)
ldconfig: warning: /usr/lib/libform.so.1.9.9e has inconsistent soname
(libform.so.3.0)
ldconfig: warning: /usr/lib/libmenu.so.1.9.9e has inconsistent soname
(libmenu.so.3.0)
ldconfig: warning: /usr/lib/libncurses.so.1.9.9e has inconsistent soname
(libncurses.so.3.0)
ldconfig: warning: /usr/lib/libpanel.so.1.9.9e has inconsistent soname
(libpanel.so.3.0)
libxmltok.so.0 => libxmltok.so.0.1.0
libxmlparse.so.0 => libxmlparse.so.0.1.0
libwwwzip.so.0 => libwwwzip.so.0.1.0
libwwwxml.so.0 => libwwwxml.so.0.1.0
libwwwutils.so.0 => libwwwutils.so.0.1.0
libwwwtrans.so.0 => libwwwtrans.so.0.1.0
libwwwtelnet.so.0 => libwwwtelnet.so.0.1.0
libwwwstream.so.0 => libwwwstream.so.0.1.0
libwwwnews.so.0 => libwwwnews.so.0.1.0
libwwwmux.so.0 => libwwwmux.so.0.1.0
libwwwmime.so.0 => libwwwmime.so.0.1.0
libwwwinit.so.0 => libwwwinit.so.0.1.0
libwwwhttp.so.0 => libwwwhttp.so.0.1.0
libwwwhtml.so.0 => libwwwhtml.so.0.1.0
libwwwgopher.so.0 => libwwwgopher.so.0.1.0
libwwwftp.so.0 => libwwwftp.so.0.1.0
libwwwfile.so.0 => libwwwfile.so.0.1.0
libwwwdir.so.0 => libwwwdir.so.0.1.0
libwwwcore.so.0 => libwwwcore.so.0.1.0
libwwwcache.so.0 => libwwwcache.so.0.1.0
libwwwapp.so.0 => libwwwapp.so.0.1.0
librpmbuild.so.0 => librpmbuild.so.0.0.0
libpgtcl.so.2.0 => libpgtcl.so.2.0
libpsqlodbc.so.0.25 => libpsqlodbc.so.0.25
libpq.so.2.0 => libpq.so.2.0
libpq++.so.3.0 => libpq++.so.3.0
libecpg.so.3.0.0 => libecpg.so.3.0.0
libldap.so.1 => libldap.so.1.0.0
libnewt.so.0.50 => libnewt.so.0.50
libmikmod.so.2 => libmikmod.so.2.0.0
libglade.so.0 => libglade.so.0.2.1
libglade-gnome.so.0 => libglade-gnome.so.0.2.1
libopcodes-2.9.1.0.24.so => libopcodes-2.9.1.0.24.so
libmd5.so.0 => libmd5.so.0.1.0
libtixsam4.1.8.0.so => libtixsam4.1.8.0.so
libtix4.1.8.0.so => libtix4.1.8.0.so
libtk8.0.so => libtk8.0.so
libtkx8.0.4.so => libtkx8.0.4.so
libtclx8.0.4.so => libtclx8.0.4.so
libtcl8.0.so => libtcl8.0.so
libvga.so.1 => libvga.so.1.4.0
libvgagl.so.1 => libvgagl.so.1.4.0
librpm.so.0 => librpm.so.0.0.0
libpisock.so.3 => libpisock.so.3.0.1
libbfd-2.9.1.0.24.so => libbfd-2.9.1.0.24.so
libORBitutil.so.0 => libORBitutil.so.0.4.95
libORBitCosNaming.so.0 => libORBitCosNaming.so.0.4.95
libORBit.so.0 => libORBit.so.0.4.95
libIIOP.so.0 => libIIOP.so.0.4.95
libIDL-0.6.so.0 => libIDL-0.6.so.0.4.4
liblber.so.1 => liblber.so.1.0.0
libpanel.so.3.0 => libpanel.so.1.9.9e
libncurses.so.3.0 => libncurses.so.1.9.9e
libmenu.so.3.0 => libmenu.so.1.9.9e
libform.so.3.0 => libform.so.1.9.9e
libxml.so.0 => libxml.so.0.0.0
libungif.so.4 => libungif.so.4.1.0
libungif.so.3 => libungif.so.3.1.0
libtiff.so.3 => libtiff.so.3.4
libstdc++.so.2.9 => libstdc++.so.2.9.dummy
libpng.so.2 => libpng.so.2.1.0.3
libjpeg.so.6 => libjpeg.so.6.0.1
libjpeg.so.62 => libjpeg.so.62.0.0
libgtop_sysdeps.so.1 => libgtop_sysdeps.so.1.0.2
libgtop_suid_common.so.1 => libgtop_suid_common.so.1.0.2
libgtop_names.so.1 => libgtop_names.so.1.0.2
libgtop_guile_names.so.1 => libgtop_guile_names.so.1.0.2
libgtop_guile.so.1 => libgtop_guile.so.1.0.2
libgtop_common.so.1 => libgtop_common.so.1.0.2
libgtop.so.1 => libgtop.so.1.0.2
librle.so.1 => librle.so.1.0.0
libppm.so.1 => libppm.so.1.0.0
libpnm.so.1 => libpnm.so.1.0.0
libpgm.so.1 => libpgm.so.1.0.0
libpbm.so.1 => libpbm.so.1.0.0
libfbm.so.1 => libfbm.so.1.0.0
libghttp.so.1 => libghttp.so.1.0.0
libuulib.so.5 => libuulib.so.5.0.13
libmimelib.so.1 => libmimelib.so.1.0.0
libjs.so.0 => libjs.so.0.2.0
libQwSpriteField.so.1 => libQwSpriteField.so.1.5.0
libpuke.so.0 => libpuke.so.0.0.1
libmediatool.so.2 => libmediatool.so.2.0.0
libkspell.so.2 => libks

information to get started

2000-01-29 Thread Joe T.

hello
Ive been planning on learning java development for a
couple weeks now and im getting pretty sick of just
sitting around -- id like to get started  :P

I picked up Just Java 2 from Sun and Pure Java 2 from
Sams..both of which, IMO, werent very good books at
all.  Just Java trys to explain the terms in such a
simplified manner, you completely miss the point,
while Pure Java is way advanced for where im at right
now.  Maybe itll be usefull later on.

Where is there good documentation or even online books
on the internet for learning Java? I hear Thinking in
Java is good, but is it up to date on Java2?  I have
to go online/free style now considering Ive spent too
much on books and other computer-related stuff, my
budget is too low for it right now.

Also, I downloaded JBuilder for Linux, but it seems
like it would spoil me in means of actually learning
the language..the VB-style method for the swing apps
is an example..
Are there any decend devel environments for Java? or
am i better off going the joe/jed/vi route?

Thanks for your time

=
Joe Topjian
[EMAIL PROTECTED]  
http://auximini.cjb.net

Even a stopped clock gives the right time twice a day
__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: information to get started

2000-01-30 Thread Joe T.

Thank you for all the replies, you guys have been a
great help!  :)


=
Joe Topjian
[EMAIL PROTECTED]  
http://auximini.cjb.net

Even a stopped clock gives the right time twice a day
__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Problem with jar execution after installation

2000-03-24 Thread Joe Johnson

Hello,

I get the following eror when I try to jar up a set of files I just
javac'ed:

java.lang.NoClassDefFoundError: sun/tools/jar/Main
at java.lang.Throwable.(Throwable.java:40)
at java.lang.Error.(Error.java:21)
at java.lang.LinkageError.(LinkageError.java:21)
at
java.lang.NoClassDefFoundError.(NoClassDefFoundError.java:21)


javac and java are working.  Anyone know why my jar isn't working?

thanks
Joe Johnson


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Parallel Port support for Java

2000-06-07 Thread Joe Johnson

Anyone know where I can find Parallel Port support for Java Applets?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Blackdown on Opteron?

2003-09-03 Thread joe user
Hello,

Any word on when/if there will be a port of Blackdown
1.4.x to the Opteron?  It looks like Sun won't release
an official Linux/Opteron JDK until Java 1.5, which is
next summer.  Hopefully Blackdown will get there
quicker?


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



JVM with debug symbols

2004-07-06 Thread Joe Cohen
Hi,

I am trying to track down a JVM crash issue.  I'm currently
running the JVM in gdb and trying to determine the cause of some
segfaults I am seeing.  Unfortunately the stack traces I am seeing in
gdb aren't very useful.  Is there a linux JVM compiled with debug
symbols (i.e. the -g flag) available somewhere?  (I've tried downloading
Sun's SCSL licensed code already and have been unsuccessful at getting
it to build thus far on my modified RH 7.2 platform).  Thanks.

    -Joe


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



JDK development effort

1998-10-14 Thread Joe S. Chen

Hello,

  I'm sure this question has been asked millions of times.  I appreciate
your patience.   I am using JDK 1.1.5 on Linux, and am wondering if there
is an effort on JDK 1.2?   If so, is there an approximate time frame for
availability.

  Thank you for your response.

Regards,
Joe Chen
[EMAIL PROTECTED]



Problems with the Swing classes

2002-09-09 Thread Joe Abou Jamra

hello.i downloaded j2sdk_1.3.1_02b_FCS_linux from the blackdown web site.All programs 
are working just fine except for any program containing any swing related classes.the 
compiler reports errors that the class is not found.For some reason, it cant find any 
of the swing classes only.Im using RedHat 7.2

Thank u in advance
-- 
Get your free email from www.linuxmail.org 


Powered by Outblaze


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]