RE: Java security question

2000-04-21 Thread john
this. fine java applications can access system resources. but not applets. they do not have the rights to run beyond the JVM(sandbox). please correct me if i am wrong. thanks john --- Zack Grossbart <[EMAIL PROTECTED]> wrote: > Rajesh, > > The scheme you are discussing is

accessing a web page via a proxy ?(how to)

2000-05-01 Thread john
e the requests via a proxy server. thanks john __ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ -- To UNSUBSCRIBE, email

how to set proxy via the command line

2000-05-01 Thread john
that how do we enter this. via the command line... I get the following error if I enter it via the command line as above, Exception in thread "main" java.lang.NoClassDefFoundError: URLReader please let me know as to what is error earlier post that i posted --- jo

Downloading web pages

2000-05-02 Thread john
of the web server. however the java execution is slow and this does not generate much of traffic via a proxy server. does anyone know how improve performance ? thanks all john --- Christopher Hinds <[EMAIL PROTECTED]> wrote: > Why is the proxyPort parm in those brackets? > > The comma

bug in jdk1.1.5v7?

1998-05-27 Thread John Snell
re that the proper exception is being thrown? I haven't found time to generate a test case on this yet, to prove it. -John _ "The human mind is a 400,000-year-old legacy application...and you expected to

Re: Does RMI work in jdk1.1.5v7/Red Hat 5.0?

1998-05-18 Thread John Collins
Stephen Wynne wrote: > In message <[EMAIL PROTECTED]>, John Collins writes: > > However, I can't get past the attempt to bind to the rmi registry. This > code works on both NT and Solaris, and has been exercised fairly > extensively. > > John, >

Re: Does RMI work in jdk1.1.5v7/Red Hat 5.0?

1998-05-18 Thread John Collins
Steven P. Heutinck wrote: > Yes, I can confirm it does work. Make sure you are trying to bind to IP > address of your primary network device i.e. eth0. > > Cheers, > Steve > > John Collins wrote: > > > >... I can't get past the attempt to bind to the rmi re

Re: RedHat 5.0 & JDK

1998-05-21 Thread John Collins
should work. John Collins University of Minnesota

Re: Major Swing/Linux Project?

1998-05-28 Thread John Mitchell
nes: I > want to use browser-based Swing widgets as the remote GUI client for a > distributed multi-user application server I'm developing. If a generic > mechanism were developed for allowing server-side apps to interact with > client-side Swing stuff, I might be interested in hopping on board... Um, er, RMI? Take care, John

Re: Major Swing/Linux Project?

1998-05-28 Thread John Mitchell
>>>>> "David" == David Wilkinson <[EMAIL PROTECTED]> writes: > At 19:05 28/05/98 +, John Mitchell wrote: >> The administration of the machine is much better handled through e.g., >> Java servlets running in e.g., Apache on each machine. You

Java Web Server

1998-06-04 Thread John Mitchell
itely check that out first and then the JRun servlet-runner from Live Software (particuarly if you want support). Hope this helps, John

Re: Java Web Server

1998-06-04 Thread John Mitchell
ns the patents to RSA (the public-key crypto) and so to legally use RSA crypto you need to purchase a license. Hence Stronghold and, it seems also Raven. Yet another reason to vote Libertarian. Usual disclaimers apply that I'm not a lawyer, this is *not* legal advice, get your own, competent, professional legal counsel. Take care, John

Re: RH5.0 and JDK1.1.?

1998-06-08 Thread John Collins
t include in my last RH4.2 > installation > that I am looking at an upgrade to 5.0, but I also want a working JDK. I'm using the 1.1.5v7 glibc version very successfully on RH 5.0. > > > Also, is there a working Netscape for RH5.0? > My copy is 4.05, and it works fine. John Collins University of Minnesota

Re: feedback on JDE's

1998-06-25 Thread John Collins
thing I'm experimenting with is Together/J (www.oisoft.com). I think for server-side stuff, and about 50% of client-side stuff, a UML tool is much more useful than a GUI builder. Unfortunately, Together/J is VERY expensive for the commercial version. John Collins

Re: Is there a JDBC-ODBC bridge for Linux?

1998-06-27 Thread John Mitchell
BC driver, check out Solid DB. They also still seem to have some special deal for Linux users (but I don't recall if that includes the JDBC driver or just the DB itself). Hope this helps, John

Re: debugging an applet

1998-07-15 Thread John Snell
Of all the debuggers I've come across for Java (most suck unmentionable things), Sun's JavaWorkshop seems to be the best. It's written in Java, so expect it to crash a fair amount; but it allows you to get waist deep into the various stack frames of all your threads, inside a nice gui

Re: migration to linux

1998-07-19 Thread John Collins
also be set up as a masquerading firewall, so both linux and NT can see out through the same ppp link when I'm dialed in. Good luck. John Collins

Re: Printing

1998-08-13 Thread John Zukowski
printer (HP LaserJet 4L) is from within the (local) >network ... I am using RedHat Linux 4.2, JDK 1.1.3 ... > >I hope you can help me on this. > >Thank you. > >-- Laura > >Tidbits: >What can you say about the Printing API in JDK 1.2? > John Zukowski    F

Re: Printing

1998-08-13 Thread John Zukowski
Thanks for your message at 10:51 AM 8/14/98 -0700, Laura L. Evangelista: >John Zukowski wrote: > >> Does the Linux JDK support printing? > >If you mean it comes with the JDK, yes ... I'm using JDK 1.1.3. That's not what I am asking. The Linux JDK is a port. They h

JDK 1.1.6 Version 4a and VolanoMark 2.0

1998-09-23 Thread John Neffenger
08-1998/jw-08-volanomark.html If anyone on the Blackdown Java-Linux Porting Team wants a copy of VolanoMark 2.0, please let me know. Thanks again, John Neffenger

Re: JDK 1.1.6 Version 4a and VolanoMark 2.0

1998-09-24 Thread John Neffenger
Hi Dan, > Thanks John for updating us with the new results! > Great, we're now neck and neck with that speed demon, MRJ 2.0 :-) It looks as if FreeBSD's JDK 1.1.6 port is the same speed (for VolanoMark) as their JDK 1.1.5, but they also fixed that nasty socket timeout bug I was

Test - ignore:)

1998-09-24 Thread John Baker
Just testing before I write a nice long mail all about firewall tunneling:) -- John Baker, Software Engineer, Java coder, Salad sarnie lover. Work: (01203) 562000 ext 4153 Home: (01203) 601890

URLConnection

1998-09-24 Thread John Baker
tLength = Integer.parseInt(s.trim()); } } while (!inStr.equals ("")); But it always gets 'stuck' at the sInStream.readLine() ! If anyone has any pointers, or working code which does roughly the same as this, please help! Ta, John Baker -- John Bake

build of jdk1.1.6 v2 failed

1998-09-25 Thread John Campbell
My attempts to build jdk1.1.6 v2 fail because the file java_g can't be found. Does anyone know what I'm doing wrong? If this is the wrong forum for a newbie question, I appologize. -John C

Re: Re[2]: Can Java Catch Signals ?

1998-09-28 Thread John Baker
>overnight personnel would know how my java batcher died . > > Someone wrote just that for Linux recently, it was posted to this > list. I don't know what, though. Hopefully the list is archived somewhere? http://interstice.com/~kevinh/projects/javasignals/ -John -- John Baker

Re: Experiences with jdk and lesstif?

1998-10-01 Thread John Gulizia
Juergen Kreileder wrote: > > > Jason Dillon writes: > > Jason> I had lots of trouble with popup menus using lesstif. I > Jason> was never able to resolve this issue, so I had to stop > Jason> using it. I run into similar problems with netscape. When > Jason> you right-clic

Re: redhat RPM & bin license.

1998-10-01 Thread John Gulizia
Uncle George wrote: > > Bec of the limited space & bandwidth, I was thinking of providing a > redhat rpm for the various alpha platforms ( 21064, 21164, and the > 21164a processors ). I'd like to create the rpm, and submit the rpm to > redhat for their inclusion into the jewel set distribution.

Re: Trouble installing JDK 1.1.6

1998-10-01 Thread John Gulizia
David Buddrige wrote: > > Hi all, > > I have recently downloaded JDK 1.1.6 from > ftp.progsoc.uts.edu.au/pub/Linux/java to run on my Redhat 5.1 system... > I've un-tar'ed it into /usr/local/jdk1.1.6, and then added the following > lines to my /etc/profile file > > PATH="$PATH:/usr/X11R6/bin

Re: Netscape 4.05 support Java 1.1??

1998-10-04 Thread John Summerfield
:63) > at netscape.applet.DeriveAppletFrame.run(DerivedAppletFrame.java) > at java.lang.Thread.run(Thread.java) Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Kaffe

1998-10-04 Thread John Summerfield
er of magnitude faster than javac and the compiled code of the one program I test it on is a little faster. jikes is now my preferred compiler. IBM has some other nice addons too including a GUI debugger written in java. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Java and CVS

1998-10-06 Thread John Summerfield
h use path for CLASSPATH -d dirwrite class files in directory dir These are the java compilers I use here. Both support -d to put the class files somewhere else altogether. Does this help? Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Problem installing JDK

1998-10-06 Thread John Summerfield
0_0006_01BDF03C.B5AF23E0 > Content-Type: text/html; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > > > Must we have it in duplicate? Do us a favour and drop the HTML. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Still trying to build jdk1.1.6 v2

1998-10-06 Thread John Campbell
build fails about five minutes in because javaString.h uses java_lang_String.h, which isn't there. Any ideas? -John C

Re: Java app without X installed

1998-10-07 Thread John Summerfield
found it necessary to install a part of XFree even though I don't want the gui. I can see no mention of this in any of the documentation included with the package jre1.1.6-v4a-i386-libc5.tar.gz. Exercise patience and courtesy in your replies. You too were a beginner once. Cheers John Summerf

Re: Java app without X installed

1998-10-07 Thread John Summerfield
On Wed, 7 Oct 1998, Steve Byrne wrote: > John Summerfield writes: > > On Tue, 6 Oct 1998, Steve Byrne wrote: > > > > > > > > Aw, come on, man! RTFM! I covered this in great detail; you should take the > > > > Well I for one don't

Re: Java app without X installed

1998-10-07 Thread John Summerfield
On Wed, 7 Oct 1998 [EMAIL PROTECTED] wrote: > > On Wed, 7 Oct 1998, Steve Byrne wrote: > > > John Summerfield writes: > > > On Tue, 6 Oct 1998, Steve Byrne wrote: > > > > > > > > > > > Aw, come on, man! RTFM! I covered this in gr

Re: stop the abonnement

1998-10-09 Thread John Summerfield
subscribed on account of this paragraph. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: WINNERS

1998-10-10 Thread John Summerfield
TBALL > > ** CALL FOR TODAY'S WINNING PLAYS! > > ** VEGAS SMART MONEY...LATE INFORMATION PLAYS >DAILY1-900-726-9056 $25/CALL. > > > > > > > > > > > Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Arbitrary Precision Arithmetic?

1998-10-09 Thread John Summerfield
rotten way to do decimal arithmetic (overheads MUST be horrendous) but nice when you really want those big numbers. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Zero sized display panes from recompiled jdk

1998-10-16 Thread John Campbell
Im getting very small display panes which cannot be resized from my recompiled jdk1.1.6v5. The down-loaded jdk works fine. I suppose i'm not loading lessTif correctly. Any ideas about where to start? -John Campbell

Problems with SuperMojo

1998-06-16 Thread John Collins
also has no contents and is unresponsive. Any experiences or ideas? Thanks. John Collins

Re: Zero sized display panes from recompiled jdk

1998-10-19 Thread John Campbell
>>>> Michael Sinz wrote >John Campbell wrote: >>Im getting very small display panes which cannot be resized >>from my recompiled jdk1.1.6v5. >This is one of the LessTif problems that I know of. From the last >LessTif build I did it still was a problem. Are y

IBM & Linux

1998-10-20 Thread John Summerfield
addons. I just visited http://www.ibm.com/hci/ and finished up at http://www.software.ibm.com/ucd/ - there are some free downloads there too, some useful to java programmers. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Does Sun/JavaSoft support Java on Linux?

1998-10-23 Thread John Summerfield
> asked for a user ID and password. > So register. Registration is free. It makes them happy. You are welcome to report Java problems that are not specific to Linux. At least. I feel as welcome there as anywhere on the www. Cheers John Summerfield http://os2.ami.com.au/os2/ for

Re: nusty linux exception

1998-10-23 Thread John Summerfield
y extension to Frame when the object I'm dealing with is really a Frame. If searchButton is supposed to reference an extension to Button that has a setImageURL method but actually references a Button (extension) that doesn't have this method, this is what you'll get. Cheers J

Re: request for a sendmail java script

1998-10-23 Thread John Summerfield
o sendmail) and a gui to write letters and a demo application. While there, get jikes (a faster java compiler) and jikes debugger. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Does Sun/JavaSoft support Java on Linux?

1998-10-24 Thread John Summerfield
On Fri, 23 Oct 1998, Steve Byrne wrote: > John Summerfield writes: > > On Fri, 23 Oct 1998, Baron Roberts wrote: > > > > > > > > Hi All, > > > > > > I just read the java-linux FAQ but need to get a > > > bit more clarificati

Re: CoffeeShop(java IDE)

1998-10-24 Thread John Summerfield
On Sat, 24 Oct 1998, Ryuji Yokoyama wrote: > Hello All! > > Is anybody using CoffeeShop? please tell me con and pro about it. Is it > worth to spend $85? Costs $0 to try. Only you can decide what it's worth to you. Cheers John Summerfield http://os2.ami.com.au/os2/

A bug in appletviewer

1998-10-27 Thread John Summerfield
to tell me more precisely. However, the timestamp on java is "Aug 29 19:07." Cheer John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index. // import java.applet.*; import java.awt.*; import java.awt.event.*;

Re: A bug in appletviewer

1998-10-29 Thread John Summerfield
On 27 Oct 1998, Juergen Kreileder wrote: John> public void paint(Graphics g) > John> { > John> super.paint(g); > John> g.drawString(s,5,40); > John> g.drawString(s2,5,80); > John>

Re: A bug in appletviewer

1998-10-29 Thread John Summerfield
On Thu, 29 Oct 1998, John Summerfield wrote: > > I have seen insets mentioned in the JDK documentation, but only in the > context of a ScrollPane. > > Seems I've some code to change. Sob. > I'll assume that Insets fixes the problem - it was, in any event, seco

Alpha port?

1998-11-02 Thread John Goerzen
iffs to compile it, etc, etc. I would really like to get it working on Alpha but can't seem to find the Alpha version anywhere! Thanks, John -- John Goerzen Linux, Unix consulting & programming [EMAIL PROTECTED] | Developer, Debian GNU/Linux (Free powerful OS upgra

Uncle George's Alpha Port

1998-11-09 Thread John Goerzen
interest in it, and it's a shame to have a situation where nobody can use the port to such an excellent machine because your web provider is being nasty. Sunsite has many, many mirrors and once it's on there, this ought to eliminate all future problems. Is there any other way to get i

Re: Announce: JDK117 for alpha

1998-11-11 Thread John Goerzen
? If not native threads, can we expect such support in the future? Thanks, John On Wed, Nov 11, 1998 at 10:21:05AM -0500, Uncle George wrote: > Yes folks ( I think ) it ready for prime time. There was a binary > version v1, but there was an awt problem that showed up in the ide > "

RE: JDK licensing (was Re: A Scenerio)

1998-11-11 Thread John Summerfield
When java comes from the Solaris people (or from IBM for OS/2 etc and so forth) it's going to be used by people who ARE betting their business on it and the quality perception is different. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Low level disk access

1998-11-11 Thread John Summerfield
, the disk content is effectively destroyed and you'll need to repartition & reformat. However, if the overhead's a problem, Java's not the language to use: it's full of overheads. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Retrieving a fully qualified hostname under NT

1998-11-14 Thread John Summerfield
emu.os2.ami.com.au, but it illustrates the point. Be aware the domain names might not match either: I could configure a domain charlie.ibm.com and map it to the same IP addresses I use for os2.ami.com.au. I imagine I can provide both reverse mappings too: that could really confuse things. Cheer

Re: [Java-Linux] about this list ...

1998-11-14 Thread John Summerfield
m: [EMAIL PROTECTED] X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/3476 X-Loop: [EMAIL PROTECTED] Resent-Sender: [EMAIL PROTECTED] > (And i hope i won't be flamed, these are only my opinions after all... ;^) I don't flame people. However, if I see a stoopid idea I say so, and

Re: Mouse Clicks

1998-11-15 Thread John Summerfield
the host environment, but a great way to trick programmers into writing non-portable code. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Linux JDK Bug -

1998-11-16 Thread John Summerfield
line docs, your solaris docs are fine. ps Quite likely you have libc as well: I understand it gets installed as a compatibility measure as glibc isn't binary-compatible with libc. This command will tell you: rpm -q libc glibc and maybe return libc-5.3.12-24 glibc-2.0.7-19 Cheers John S

Re: Basic installation. Please Help.

1998-11-16 Thread John Summerfield
path to > each jar you want to use). I do hope someone comes up with a better idea than classpath RSN: mine runs to well over 2K. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

BDK

1998-11-17 Thread John Summerfield
I do now? While you folk are laughing yourselves silly at my stupidity, I'm going back to have another look at sun just in case. If sun's not the best place to get BDK, then where? Oh yes, I'll attach my fixed script just in case someone finds it useful: hasn't done me any

Re: Basic installation. Please Help.

1998-11-17 Thread John Summerfield
(and it's all free), and I create something roughly equivalent to hotjava using the POP3, SMTP & FTP bts I got from IBM, Swing 1.1, collections 1.1 (SUN) then my distribution's getting cumbersome and may not perform well either on some platforms, at least during startup. Worse yet

Re: BDK

1998-11-17 Thread John Summerfield
On Wed, 18 Nov 1998, John Summerfield wrote: > What I really have is a file called BDKJul98.bin and which includes a shell Laugh on. I now see a file called BDKJul98.zip which is smaller and (presumambly) really will run anywhere. Now, if someone can stand up, salute their national flag

Keyboard input problems

1998-11-22 Thread John Collins
7;m writing to java-linux about this because the same app on NT works fine. About the same performance, but keyboard input works. Is this a known problem? Environment: RH 5.0, kernel 2.0.34, glibc 2.0.7, Dell Pentium2/266, 128 meg RAM. Cheers - John Collins University of Minnesota

Re: Keyboard input problems [and TYA...]

1998-11-24 Thread John Collins
n on a reasonably large project (160 classes, 8 packages)? John Collins University of Minnesota

Re: Java programming env (newbie question)

1998-11-24 Thread John Summerfield
On Mon, 23 Nov 1998, Matt Welsh wrote: > > You probably have Kaffe installed, which is a free Java Virtual Machine > replacement. > the command rpm -qf `which javac` will confirm. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking,

Tried to free bogus memory

1998-11-26 Thread John Summerfield
I don't hear in time I'll asome you think t might be fixed and I'll ignore it, at least till I have jdk117 in place. I can give it a try on OS/2 if needed: it's got IBM's latest 116 (and I'm trying to get 117 for that too. I might be sleeping, but my computer will b

Re: How to Write MakeFile ?

1998-11-26 Thread John Summerfield
ctory's most likely to be convenient. The script will typically have the command ... better, here's one: #!/bin/bash jikes -d ~/Classes MyStocks.java \ Records/*.java \ Reports/*.java \ Reports/*/*.java \ || exit java Stocks.MyStocks which will probab

Re: CLASSPATH confusion

1998-11-26 Thread John Summerfield
ork a little differently on other distributions. I have to do it a little differently on OS/2 which can't cope with the commandline size needed to set all these jars at once. Here's the find command to locate the jars. The list will need some tweaking to weed out demos and any other junk. find /usr/java -name *.jar Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Using "setSize" with a Frame.

1998-11-28 Thread John Summerfield
sing the app in a different context and perhaps setting its frame to another size. Sometimes it's a good idea to use getToolkit() to find the underlying screen size and making your window some proportion of this so it is about the same physical size regardless of screen resolution. Cheers J

Re: Using "setSize" with a Frame.

1998-11-28 Thread John Summerfield
On 29 Nov 1998, Juergen Kreileder wrote: > It opens a frame with the size 1100x100. You and I should read more closely. 1100x100 works correctly here. 100x100 doesn't. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Using "setSize" with a Frame.

1998-11-28 Thread John Summerfield
86-3.3.2-5 RH 5.0++ JDK116 (117 has arrived here and will be installed RSN) Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Stupid PopupMenu question (retry)

1998-11-28 Thread John Summerfield
Component.java:1781) > at java.awt.Component.dispatchEvent(Component.java:1708) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:81) > > The documentation for PopupMenu.show() mentions a "parent", but I can't > figure out how to >

Re: Using "setSize" with a Frame.

1998-11-29 Thread John Summerfield
: I've deleted the source and can't be bothered retyping it. However, by changing setSize(100,100); to setSize(1100,100); and nothing else, the program works as expected. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: FUCKING MAIL LIST

1998-11-29 Thread John Goerzen
? On Sat, Nov 28, 1998 at 05:28:28PM -0600, apersil wrote: > TELL ME HOW TO REMOVE MYSELF FROM THIS FUCKING MAIL LIST! -- John Goerzen Linux, Unix consulting & programming [EMAIL PROTECTED] | Developer, Debian GNU/Linux (Free powerful OS upgrade) www.deb

Re: jdk1.2

1998-11-30 Thread John Summerfield
t JDK-1.2 to Linux. I read the article at Sun rather carefully. It does not lead me to believe that Sun is doing thw writing, but rather that the folk here at Blackdown are given similar standing to other third-party porters such as IBM. I've also seen a report to that effect here. Cheer

Re: Idiot Trap!!!

1998-11-30 Thread John Summerfield
TECTED]), are bound to get struck on the mailing list. If you emailed [EMAIL PROTECTED], you will have found this idiot had an altogether different agenda. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: JDK install

1998-12-02 Thread John Summerfield
at are shipped with this release. The default one depends on having X libraries present on your system, and has Motif statically linked in (so it does not require Motif to be installed on your machine). One other version has no dependency on X, and -- Cheers John Summerfield http://os2.ami.com.a

Re: The bug is still there (and problems with the 1.1.7-v1a) (Re:A bug in the parse me

1998-12-02 Thread John Summerfield
can bypass this by running export JDK_NO_VERS_CHECK=don\'tbother or the csh equivalent. > > every time I run java and javac. The number seems to be the PID and this > happens with my standard user and the superuser. > Beside the annoying message, anything works fine. > -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: nested classes, packages, and javac depend

1998-12-04 Thread John Summerfield
t seems fine. Whether javac is broken or not, in such cases it's good to get a second opinion. Besides, jikes is about ten times faster: I kid you not. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Servlets ??

1998-12-04 Thread John Summerfield
3. Note the scripts are as I used them and run on my computer with bas 2.0. If you're using bash 1.4 or some other script you may need to make some changes. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index. #

Re: The bug is still there (and problems with the 1.1.7-v1a) (Re

1998-12-04 Thread John Summerfield
On Thu, 3 Dec 1998, Kontorotsui wrote: > > On 03-Dec-98 John Summerfield wrote: > >> [About parse method] > >> Should I do a bug report to the Java developers? > > > >That is a good idea. > >It would be sensible first to verify it in an applet in Net

Re: nested classes, packages, and javac depend

1998-12-04 Thread John Summerfield
rks.ibm.com/formula/Jikes/ (it's > available as a link from the blackdown site). but wait til after the weekend. The current version, 0.40 has a problem with the -d switch (no worries if you don't use it). 0.41 is supposed to be in place Mon. -- Cheers John Summerfield http://os2.ami.c

Re: jikes vs. javac

1998-12-05 Thread John Summerfield
werJ for getting > performance with sun javac). What does David say about this? -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: oracle

1998-12-05 Thread John Summerfield
mer 20971520 Oct 10 06:19 805ship.5 -rw-r--r-- 1 summer summer 20971520 Oct 10 06:20 805ship.6 -rw-r--r-- 1 summer summer 19214240 Oct 10 06:21 805ship.7 -rw-rw-r-- 1 summer summer 726035 Nov 14 17:22 oas_install.pdf -- Cheers John Summerfield http://os2.ami.com.au/

Re: [FYI] Java violates US patent?

1998-12-08 Thread John Summerfield
anyone ever bothered to run a Natural program in ISPF (entirely possible in the late 80s) then they've done pretty much everything mentioned in Cringle's article. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: [FYI] Java violates US patent?

1998-12-08 Thread John Summerfield
On Tue, 8 Dec 1998, Alex Pozgaj wrote: > > Just a minor nit-pick: not every implementation did that. > > Let me guess... you too are comming from the Sinclair world, aren't you? miscrosoft (mbasic) did. cbasic did. Natural & Adacom did it in 1980. -- Cheers John S

Re: Killing Applets in browsers

1998-12-14 Thread John Summerfield
gt; > Catalyst ONE AS > > > [EMAIL PROTECTED] afaik the applet can't do it, but the user CAN. With netscape, hold the shift key down while clicking "reload." Or use the appletviewer. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Reading (All) Environment Variables in W95/NT

1998-12-14 Thread John Summerfield
er thing as well? > Also when I tried extending my `PATH' under W95 I got `out of environment Read the docs on command.com - you need to expand the environment space. Commandline lenght is acutely limited and you can't expand it. > space' or something? > > Howe

Re: Linux Red Hat ethernet driver

1998-12-14 Thread John Summerfield
ram doesn't list it amongst its drivers from which to select. I have > the file, but don't know how to "install" it manually. Its name is tlan.o > and is in the directory with all the other ethernet drivers. > > This is probably really easy, but I'm stumped, >

Re: java rpms (jdk, tya, kaffe, documnetations)

1998-12-15 Thread John Summerfield
1.3-1.noarch.rpm > java-tutorial-1.3-1.src.rpm Sun expressly forbids this. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Reading (All) Environment Variables in W95/NT

1998-12-15 Thread John Summerfield
for WIN9x, but I assume that it's compatible in this respect with NT. > -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: Request For OS Sys Props [was Re: Reading (All) EnvVars ]

1998-12-16 Thread John Summerfield
load(bis); System.setProperties(P); System.getProperties().list(System.out); // list all properties } catch (Exception e) {e.printStackTrace();} } } you will get a list of all properties. Amongst them you will find file and path separators: use these and don't care what y

Re: Java 1.2 (Java 2) functionality

1998-12-20 Thread John Summerfield
the work) Sun does validate the port. Sun does supply the source code and (resumably) technical assistance. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: An IDE for C and JAVA

1998-12-22 Thread John Goerzen
#x27;s really too bad that more IDEs are not available for Linux. What do these give you that XEmacs doesn't? -- John Goerzen Linux, Unix consulting & programming [EMAIL PROTECTED] | Developer, Debian GNU/Linux (Free powerful OS

Re: An IDE for C and JAVA

1998-12-22 Thread John Summerfield
On Mon, 21 Dec 1998, John Goerzen wrote: > On Mon, Dec 21, 1998 at 10:06:10PM -0500, Kirk Hutchinson wrote: > > > First of all, XEmacs is not an IDE. It's a code editor - that's it. > > You obviously know little about it then. It has built-in and (virtual

java.lang.ClassCastException

1998-12-22 Thread John Summerfield
ct and do NOT cc the list (else my mail filter will catch it). -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

Re: An IDE for C and JAVA

1998-12-22 Thread John Goerzen
On Tue, Dec 22, 1998 at 11:11:08AM +0100, Artur Biesiadowski wrote: > John Goerzen wrote: > > I personally do not use highly integrated IDEs and it seems that you do > not also, but do not think that Xemacs is an IDE - it is just very smart > editor. What it lacks ? > >

Re: An IDE for C and JAVA

1998-12-22 Thread John Summerfield
On Tue, 22 Dec 1998, John Goerzen wrote: > On Tue, Dec 22, 1998 at 11:11:08AM +0100, Artur Biesiadowski wrote: > > > John Goerzen wrote: > > > > I personally do not use highly integrated IDEs and it seems that you do > > not also, but do not think that Xemacs is

  1   2   3   4   >