RE: Java for Linux PowerPC

1998-07-23 Thread kbhend
Hi, The place to always find the latest release for MkLinux, LinuxPMac, and LinuxPPC is: http://business.tyler.wm.edu/mklinux/index.html or if you don't like java ;-) http://business.tyler.wm.edu/mklinux/main.html Currently we have available: JDK 1.1.6 v2a with a Metrowerks provided JIT comp

Re: Servlets

1998-07-23 Thread Jason Tan
depending on what server you are using you porbably don't need the JSDK. Frommy limited knowledge, the JSDK was released by Sun as a kickstart to servlets. I am pretty sure it won't work with recent servers. IF you use apache, ther eis a part of the apache projet which has written mod_jserv, a

Re: Java for Linux PowerPC

1998-07-23 Thread Jason Tan
Sure is, but I can't remebr the URl. It is linked to from www.blackdown.org. IT is suposedly fully integratedf into the blackdown project, so theoreticallly shouild be available form blackdown mirros, but does not always seem tobe, although you can get it from some of the mirrors. There is a po

Re: Sun support for linux ???

1998-07-23 Thread Stephen Zander
> "Alexander" == Alexander V Konstantinou <[EMAIL PROTECTED]> writes: Alexander> What other varieties of UNIX I wonder ? Note that SMI (Sun) recently became memebers of Linux/International. -- Stephen --- all coders are created equal; that they are endowed with certain unalienable right

Re: Linux/Java/KDE

1998-07-23 Thread Arnt Gulbrandsen
Christopher Seawood <[EMAIL PROTECTED]> > On Tue, 21 Jul 1998, Seth M. Landsman wrote: > > > Because of the restrictions placed by javasoft on the jdk source > > code, I don't think porting the jdk to QT could ever be considered free > > enough to fit QT's standards. i.e., source code could

Re: Servlets

1998-07-23 Thread Doug Welzel
Worked perfectly.. thanks! Doug On Thu, 23 Jul 1998, Cameron J. Mallory wrote: > You should just have to put the jsdk.jar file in your classpath. > > I have it working with jdk115. > > setenv CLASSPATH >/usr/local/java/jdk.1.5/lib/classes.zip:/usr/local/java/JSDK2.0/lib/jsdk.jar:. > > sho

Servlets

1998-07-23 Thread Doug Welzel
Has anyone gotten servlets working with JDK 1.1.6? I grabbed the JSDK from Sun so I could get the Servlet API, which comes in the form of a jar file. I guess my question is, where do I place this jar file so everything works? or is there another procedure I have to use..

Re: Emacs and java...

1998-07-23 Thread Albert Lai
I recommend reading a book on Emacs to get yourself started. I learned Emacs by reading: @Book{Cameron:LGE-1996, author = "Debra Cameron and Bill Rosenblatt and Eric S. Raymond", title ="Learning {GNU} {E}macs", publisher ="O'Reilly \& Associates", year = 1996,

Java for Linux PowerPC

1998-07-23 Thread Stephan Kauss
Hi Steve, is there one place to get the JDK 1.1.6 for MKLinux PowerPC java kit ? Thanks Stephan -- Stephan Kauss Tandem Computer Europe INC. http://www.tektonic.de TektoniceMail:[EMAIL PROTECTED] Max-Pl

test jikes

1998-07-23 Thread Alexander Davydenko
code: { Object o=Finding.detect(this,new UnaryPredicate() { 23: public boolean execute(Object o) { return ((Field)o).GetTag().charAt(0)!='0'; } }); if(o==null) throw new NoSuchElementException("No primary field."); return (Field)o; } jikes output:

RE: [Fwd: AppletSecurityException in browsers]

1998-07-23 Thread A . KLOS
-- | From: lala / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: [Fwd: AppletSecurityException in browsers] | Date: Thursday, July 23, 1998 8:49PM | | | | --- | FROM: lala / mime ([EMAIL PROTECTED]) | | TO: java-linux / mime ([EMAIL PROTECTED

Equivalence

1998-07-23 Thread Shivsundar Radhakrishnan Nadar
Hi PPL, I am new to this JDK... I would like to know the equivalent of UNIX crypt with salt in Java.. Thanx in advance.. - Shiv :~~~: :_/_/_/_/ _/ _/ : Shivsundar Radhakrishnan Nad

RE: NetBeans IDE?

1998-07-23 Thread Jason Dillon
I have tried it and descided that it was too slow on my machine (P2 333mhz 128mb RAM). Performace might be a bit better with a real motif library and DYN_JAVA=true or using a jit compiler. --jason On 23-Jul-98 Brad Pepers wrote: > Has anyone tried using the NetBeans IDE application on Linux? >

NetBeans IDE?

1998-07-23 Thread Brad Pepers
Has anyone tried using the NetBeans IDE application on Linux? I've been playing with it on RedHat 5.1 (latest glibc and other updates) using the JDK 1.1.6v2 from Blackdown. It works a bit but often locks up and is really slugish (running it on a Pentium II 233MHz with 64Mb RAM). What I want to d