Re: [Biojava-l] linux

2002-07-08 Thread Dave Keller
Are you talking about recompling the Linux kernel just so that BioJava becomes "part of the OS"? Sounds like overkill to me. Is there a reason for this? Is there a problem with just putting the JAR file in your classpath? >On Monday 08 Jul 2002 1:46 am, Brian Gilman wrote: > > >>Hey Matt

Re: [Biojava-l] linux

2002-07-08 Thread Mathew Traini
Hi, Just did a quick look around the kernel compilation parameters. Here's the blurb for the CONFIG_BINFMT_MISC option, which you may be referring to. It sounds like it might be what's needed. Sorry about the crappy formatting. Mat. --- CONFIG_BINFMT_MISC: If you say Y here, it will be p

Re: [Biojava-l] linux

2002-07-08 Thread David Huen
On Monday 08 Jul 2002 1:46 am, Brian Gilman wrote: > Hey Matthew, > > I think you are asking the question of whether you can make the > operating system aware of a java binary much like it is aware of an elf > binary. The answer is yes. how? I remember trying to do this a long time > ago. It

Re: [Biojava-l] linux

2002-07-07 Thread Paulo Nuin
ot; <[EMAIL PROTECTED]> Cc: "Matthew Pocock" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, July 07, 2002 9:46 PM Subject: RE: [Biojava-l] linux > Hey Matthew, > > I think you are asking the question of whether you can make the > operating system aw

RE: [Biojava-l] linux

2002-07-07 Thread Brian Gilman
Hey Matthew, I think you are asking the question of whether you can make the operating system aware of a java binary much like it is aware of an elf binary. The answer is yes. how? I remember trying to do this a long time ago. It's a kernel config thing...I remember finding it in the linu

RE: [Biojava-l] linux

2002-07-07 Thread Schreiber, Mark
Mark > -Original Message- > From: Matthew Pocock [mailto:[EMAIL PROTECTED]] > Sent: Sunday, 7 July 2002 10:20 a.m. > To: [EMAIL PROTECTED] > Subject: [Biojava-l] linux > > > Hi. > > I've just installed my first ever linux box, and am trying to >

Re: [Biojava-l] linux

2002-07-07 Thread Pedro
Hi Mattew, I'm not sure if this is what you want but, have you tried to create a file called .cshrc into your home directory? and place into it your env parameters i.e. setenv CLASSPATH "/Users/Mattew/bin:/Users/Mattew/bin/biojava.jar:/Users/Mattew/bin/xerces.jar:/Users/Mattew/bin/bytecode.ja

[Biojava-l] linux

2002-07-06 Thread Matthew Pocock
Hi. I've just installed my first ever linux box, and am trying to make java feel like part of the OS. Does anyone know of a trick that will let me make a .jar file executable and have it launched from the command line without fiddling around with all that java -jar stuff? I use quite a few ja