Re: Retract stupid question about linux-java - a permission issue

1998-11-17 Thread Michael Beattie
On Tue, 17 Nov 1998, Chip Grandits wrote: > A.P. Bell wrote: > > > Don't know much about Java. You should temporarily change the permissions on > > /dev/audio and /dev/dsp to 666 and run your applet -- to ensure that your setuid > > trick has worked. Also, a method such as play() is likely ove

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 and say

Two questions on Swing:

1998-11-17 Thread Steve Cohen
Here are two questions I've had on swing. One pertains to java-linux, the other doesn't, but you guys have been very helpful to me so I thought I'd ask both. 1) Accessing top level menus via keyboard in Swing. Using Swing 1.0.3 and jdk 1.1.6. I can attach keystrokes to menu items via setMnemo

Re: Basic installation. Please Help.

1998-11-17 Thread John Summerfield
On Tue, 17 Nov 1998, Pavel Tolkachev wrote: > > IMO, the cross-platform capabilities of java are seriously hurt by all the hoops > > that end-users have to jump through (setting up classpaths, .sh/.bat files, etc) > > just to get someone elses application to run. Admittedly, java installshield an

BDK

1998-11-17 Thread John Summerfield
Some time ago I downloaded BDK from Sun: it's a little while ago, but I seem to recall three choices:win32, Solaris, and "run anywhere." Run Anywhere makes sense to me (I run linux, OS/2 and NT) and i thought I had that version. What I really have is a file called BDKJul98.bin and which includes

Re: Installing JDK on Linux Slackware

1998-11-17 Thread Dustin Lang
Hi, > I´m having a lot of problems installing JDK1.1.7 on Linux Slackware. Is it > really possible? If not, anybody know a version of JDK for Slackware. I've set it up on two slackware systems with version 1.1.6. In both cases they worked perfectly right out of the box. I think this is more a

Re: Basic installation. Please Help.

1998-11-17 Thread Mario Camou
Hmmm... More or less what I do now, in my .cshrc I have a loop that adds all the .jar's in my $HOME/java/jars directory to my CLASSPATH. Sounds cool! -Mario. [EMAIL PROTECTED] wrote: > My understanding is that all jars found in a certain directory are > used. I suppose the idea is you symboli

JDK1.1.7v1a And AfterStep

1998-11-17 Thread Armen Yampolsky
The x86 jdk1.1.7v1a, when used with AfterStep 1.5, behaves incorrectly when setting com.sun.java.swing.JDialog's setResizeable(false) on my system. If anyone has AfterStep, could you confirm/deny? The symptom is a huge grey JDialog. Calling an explicit setSize() fixes the problem, but this is unde

Servlets/Apache/Linux: works fine (HowTo install)

1998-11-17 Thread Marcel Ruff
Hi, we use the Apache/Servlet, no problems with it. Here some hints how we installed it (not nice, but it works):   Install Servlet Development Kit (needed by apache)     http://java.sun.com/products/servlet/index.html     Download -> /usr/local/jsdk20-solaris2-sparc.tar.Z     uncompress jsdk20-s

Re: Basic installation. Please Help.

1998-11-17 Thread mlorton
My understanding is that all jars found in a certain directory are used. I suppose the idea is you symbolically link your jars to there. M. > From: Mario Camou <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: Basic installation. Please Help. > > What does it use, then? > > -Mario.

Re: Basic installation. Please Help.

1998-11-17 Thread mlorton

Installing JDK on Linux Slackware

1998-11-17 Thread Mauricio de Oliveira Cristal
Hi, I´m having a lot of problems installing JDK1.1.7 on Linux Slackware. Is it really possible? If not, anybody know a version of JDK for Slackware. The compiler simply creates a core for the compilation for the HelloWorld.java example. Thank you. Mauricio Cristal

RE: Retrieving a fully qualified hostname under NT

1998-11-17 Thread dmarsh
Oops I pressed Control-S for Send... darn it (windowsdir)\LMHOSTS. The file on NT is not specified and you MUST point to it through the IP setup screens. The normal location for it is (winntdir)\system32\drivers\etc\lmhosts (which is where the other Unix like files are also, hosts, services, prot

Seg Faults

1998-11-17 Thread Dale G. Herrig
I submitted a bug, 289 that was similar to a few others but different, in that I tried renaming/removing libraries and I still get a Seg Fault when doing javac. My question is, is anything being done on fixing this or coming up with a work around. Thanks.

Re: jar

1998-11-17 Thread Michael Sinz
On Tue, 17 Nov 1998 13:07:03 -0500 (EST), [EMAIL PROTECTED] wrote: > >Is anyone else experiencing trouble with jar? > >When I run jar -t jarfile.jar > >it just hangs... > >I've tried it on more than one jar file Well, you need to use jar -tf jarfile.jar Doing just "jar -t" will tel

RE: Retrieving a fully qualified hostname under NT

1998-11-17 Thread dmarsh
The IP model will change in NT 5 (more Unix like) but the name issue will continue to pose a problem. Back when there was no names, each machine managed it's OWN name to ip conversion: (aka /etc/hosts) name servers came into play and we now have /etc/resolv.conf for unix machines (although the

RE: Unix Programming Book

1998-11-17 Thread Nelson Minar
>>I'm looking for good intro book on unix programming. Know anyone >>that wants to sell one? >If this isn't what you wanted or expected, re-post a detailed question. Just don't post it to Java Linux [EMAIL PROTECTED] . . . ..

Re: jar

1998-11-17 Thread vipin agrawal
You might need to specify the f option also as in - jar -tvf jarfile.jar vipin [EMAIL PROTECTED] wrote: Is anyone else experiencing trouble with jar? When I run jar -t jarfile.jar it just hangs... I've tried it on more than one jar file __m --    

Re: Basic installation. Please Help.

1998-11-17 Thread Mario Camou
What does it use, then? -Mario. [EMAIL PROTECTED] wrote: > > I do hope someone comes up with a better idea than classpath RSN: mine runs > > to well over 2K. > > 1.2 does not use classpath, praise be. > > M.

jar

1998-11-17 Thread 1a8
Is anyone else experiencing trouble with jar? When I run jar -t jarfile.jar it just hangs... I've tried it on more than one jar file __m --

will there be a early access JDK 1.2 for linux?

1998-11-17 Thread Delius, Felix von
Are there any plans to make earlyAccess version of JDK 1.2 availible for linux? (I hope this is no FAQ) Felix

RE: Unix Programming Book

1998-11-17 Thread dmarsh
Um.. Well (aside from Java) 1) The K&R 'C' and 'C++' book for starters (they had a big hand in the ansi standards) 2) Shell script programming books (ones with plenty of examples and covers shell script security) -- KSH, BASH, TCSH, ZSH, etc... I just spotted one the other day at B&N and flipped

Informations About JDK variations

1998-11-17 Thread Pierre Bizzotto
Hi, I'm a Student of Computer Science of Rome, I'm working for my thesis about the JVM to create a VM distribuited. I've already the source of the JDK of the Sun Microsystem and I do the compilation under Linux (Red Hat 5.01). I ask you if it's possible to have much documentations about: - Str

Re: Basic installation. Please Help.

1998-11-17 Thread Carl Hewitt
  In JDK 1.2, it works similar to what you want.  Any Jar files you put in a certain directory are automatically in the classpath.  Look at the JDK 1.2 docs.   Bryce McKinlay wrote: John Summerfield wrote: > On Sun, 15 Nov 1998, Kenny Freeman wrote: > > > Hi, you have to add the path to the jar f

Re: servlets

1998-11-17 Thread Alexey Lukin
[EMAIL PROTECTED] wrote: > > Is anyone using servlets with Apache? > Yes, it's a really good thing! look at http://java.apache.org for Apache servlet engine Also very good is Java Server Pages. look at java.sun.com for specification and at http://www.nmg.nl/~vinny/gnujsp/ for free implementation

Re: PLEASE What audio device is java linux looking for???]

1998-11-17 Thread peter . pilgrim
Is your Sound card set up such that it conforms to the Sound-HOW-TO LDP document. I presume that `/dev/dsp' symbolicly links to `/dev/dsp0' and `/dev/audio' symbolicly links to `/dev/audio0' or something similar. If this is true `cat chirp.au > /dev/audio' wi

Retract stupid question about linux-java - a permission issue

1998-11-17 Thread Chip Grandits
A.P. Bell wrote: > Don't know much about Java. You should temporarily change the permissions on > /dev/audio and /dev/dsp to 666 and run your applet -- to ensure that your setuid > trick has worked. Also, a method such as play() is likely overriden and so an > alternative method like play(,...)

PLEASE What audio device is java linux looking for???]

1998-11-17 Thread Chip Grandits
I cannot get java-linux to make any sound using the AudioClip.play() method When I run the any applet which should play sound, when the sound is to play I get: no audio device audio player exited (running with -debug, yeilds no additional information) I can play sound with other applications. Th

Re: Basic installation. Please Help.

1998-11-17 Thread Pavel Tolkachev
> IMO, the cross-platform capabilities of java are seriously hurt by all the hoops > that end-users have to jump through (setting up classpaths, .sh/.bat files, etc) > just to get someone elses application to run. Admittedly, java installshield and > the like do do a good job of setting this stuff