Re: jsdk2.0 connection problem

1999-11-17 Thread Gordon Keith
[EMAIL PROTECTED] wrote: > > When I run the jsdk2.0 server and try to bring up a servlet it gives me > the following error: > > "A network error occured while netscape was recieving data: (Network > error: > connection reset by peer.) > > try connecting again." > > This doesn't happen when usi

jsdk2.0 connection problem

1999-11-17 Thread tpeter
When I run the jsdk2.0 server and try to bring up a servlet it gives me the following error: "A network error occured while netscape was recieving data: (Network error: connection reset by peer.) try connecting again." This doesn't happen when using the jsdk1.0 version. Can anyone sugges

Re: linux port of JSDK2.0 ?

1999-11-17 Thread Robbie Baldock
[EMAIL PROTECTED] wrote: > I'm looking, but I don't see a linux port of JSDK2.0. JSDK1.0 is > avaliable from javasoft but the 2.0 version is only avaliable to win and > solaris. Java 2 = Java 1.2 and there is a pre-release version available from Blackdown. I believe a final release is due

Re: linux port of JSDK2.0 ?

1999-11-17 Thread schen
On Wed, 17 Nov 1999 [EMAIL PROTECTED] wrote: > I'm looking, but I don't see a linux port of JSDK2.0. JSDK1.0 is > avaliable from javasoft but the 2.0 version is only avaliable to win and > solaris. > > Has anyone found a way to use this 2.0 version on linux? Yes, just download the version f

Re: linux port of JSDK2.0 ?

1999-11-17 Thread Nathan Meyers
On Wed, Nov 17, 1999 at 02:56:49PM -0700, [EMAIL PROTECTED] wrote: > > > I'm looking, but I don't see a linux port of JSDK2.0. JSDK1.0 is > avaliable from javasoft but the 2.0 version is only avaliable to win and > solaris. > > Has anyone found a way to use this 2.0 version on linux? It wo

Re: code question ver. 2

1999-11-17 Thread Nathan Meyers
As I mentioned in my earlier reply (http://www.mail-archive.com/java-linux@java.blackdown.org/msg10490.html), the question is how the server is choosing to make its resources available to the rest of the world. Sockets are a low-level protocol; it's the higher-level protocols like HTTP, NFS, FTP,

java-swing-jni...debug

1999-11-17 Thread Raj Patel
Hi, I am struggling debugging java-swing-jni application. If i run my program using java command it runs fine but i need to debug my program using gdb and when i do that it hangs in gdb mode i tried to interrupt gdb and check the stack, Program received signal SIGINT, Interrupt. 0x401268

problem with Swing in JDK1.2

1999-11-17 Thread Andy Choi
I have a GUI application which make extensive use of the Swing library and works fine under jdk1.1.x and Swing 1.1.1 (from Sun). However, if i tried to compile and run the same java file with jdk1.2-pre2 from blackdown, non of the images, or textfiled, or whatever shows up. All i can see is a gra

Jar problem with jdk1.1.8 from IBM

1999-11-17 Thread Andy Choi
Have anyone tried the Jar utility from IBM's jdk1.1.8? For some reason, it refuse to jar up some inner class for me. The class files are generated by jikes and the jar utility from blackdown's 1.1.7 works fine with them. Any idea? Thanks, Andy ---

Re: code question ver. 2

1999-11-17 Thread Dènis Riedijk
- Original Message - From: Yohans Mendoza <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: woensdag 17 november 1999 21:49 Subject: code question ver. 2 > thanks again for all the responses, but I am more interested in talking to > the server in some way in which I have a better commun

code question ver. 2

1999-11-17 Thread Yohans Mendoza
thanks again for all the responses, but I am more interested in talking to the server in some way in which I have a better communication than the http protocol. I'd like to be able to read/write files, know whether the file eixts or not. Can it be done with http protocol? what about sockets? is

linux port of JSDK2.0 ?

1999-11-17 Thread tpeter
I'm looking, but I don't see a linux port of JSDK2.0. JSDK1.0 is avaliable from javasoft but the 2.0 version is only avaliable to win and solaris. Has anyone found a way to use this 2.0 version on linux? -- To UNSUBSCRIBE

Re: A Java parser

1999-11-17 Thread Nathan Meyers
It sounds like you want to parse Java source code. One good place to look is the Kopi compiler; it's GPL and written in Java. http://www.dms.at/kopi/index.html There are also Java parsers written for Sun's JavaCC (Java Compiler Compiler). And if you're looking for something in C++, there ar

Re: A Java parser

1999-11-17 Thread Paolo Ciccone
On Wed, Nov 17, 1999 at 06:08:54PM +0100, Kontorotsui wrote: > > Suppose I want to do a tool that parses the java code and modifies it. > > What do you advice me to use? Are there java parsers for Linux? > If the answer is negative, what can I use? Perl (*groan*)? Take a look at ANTLR (http:/

Re: A Java parser

1999-11-17 Thread schen
On Wed, 17 Nov 1999, Kontorotsui wrote: > Suppose I want to do a tool that parses the java code and modifies it. > > What do you advice me to use? Are there java parsers for Linux? > If the answer is negative, what can I use? Perl (*groan*)? www.antlr.org is a Java parser/lexer suite that com

Re: A Java parser

1999-11-17 Thread Louis Tribble
Kontorotsui wrote: > > Suppose I want to do a tool that parses the java code and modifies it. > > What do you advice me to use? Are there java parsers for Linux? > If the answer is negative, what can I use? Perl (*groan*)? JavaCC is a free parser generator written in Java which generates Java c

Re: A Java parser

1999-11-17 Thread Dustin Lang
Hi, > Suppose I want to do a tool that parses the java code and modifies it. You could take a look at Jikes. It's open source, and I've heard of people using Jikes to parse code and then do something instead of compiling it. Of course, it's written in C++, so if you want to write your parser

Re: Linux & ADSL

1999-11-17 Thread Riyad Kalla
Hmmm this is definately not the mailing list for this. You might want to try [EMAIL PROTECTED] or since its not related at all either, try a mailing list for the distribution you are using or find (maybe on linux.com) a email for your local LUG and ask them. -Riyad Renzo Pecoraro wrote: >

A Java parser

1999-11-17 Thread Kontorotsui
Suppose I want to do a tool that parses the java code and modifies it. What do you advice me to use? Are there java parsers for Linux? If the answer is negative, what can I use? Perl (*groan*)? --- Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at University of Pisa - It

Re: Linux & ADSL

1999-11-17 Thread Justin Lee
Renzo Pecoraro wrote: > > Hi - > I have ADSL with bell atlantic and use an extenal ADSL modem hooked up > to my NIC PCMCIA card. Every time I send an e-mail or upload to an FTP > server, I get disconnected and have to restart the eth0 network > interface. Bell claims it's not their problem and th

Re: NT app does not display text on Linux with jre 1.2

1999-11-17 Thread Nathan Meyers
On Wed, Nov 17, 1999 at 08:51:59AM -0400, Larry Gates wrote: > . . . > It occurs because you're running your X server with an 8 bit color > depth AND you've got another application (like netscape) hogging the > colormap. Solution #3: Use xwinwrap to run your Java app with its own colormap. Xwinw

Linux & ADSL

1999-11-17 Thread Renzo Pecoraro
Hi - I have ADSL with bell atlantic and use an extenal ADSL modem hooked up to my NIC PCMCIA card. Every time I send an e-mail or upload to an FTP server, I get disconnected and have to restart the eth0 network interface. Bell claims it's not their problem and they do not provide support for Linux

Java Workstation for Linux

1999-11-17 Thread Greg Tomalesky
Hi Gang: I just installed JWS 3.0 on my NT box at work. Pretty nice. There is a port to Solaris as well. I was wondering if anyone has tried to port this to Linux? Thanks, Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: NT app does not display text on Linux with jre 1.2

1999-11-17 Thread Larry Gates
>Date: Wed, 17 Nov 1999 10:56:05 +0200 >From: Vincent Risi <[EMAIL PROTECTED]> >I have some apps that run on NT using swing. When I run these on Linux >6.1 with jre1.2v2 I get a warning > >Warning: Cannot allocate colormap entry for default background. > >and the text does not display for the ap

Re: Java2 & Alpha

1999-11-17 Thread Jo Uthus
Uncle George wrote: | I have ported the java 1.2 ( but not 1.2.1, or 1.2.2 ) some time in the | beginning of this (1999 ) year my non-comm license will expire in the | middle of december though, and Sun has refused to renew that license, or | offer any other in its place. | gat | | /http://ww

Re: To use Sniff+... Re: Version for GlibC

1999-11-17 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > > Robb Shecter writes: > > > Peter Pilgrim wrote: > >> > >> Could you print this glibc version info on the shrinked wrapped boxes > >> for SuSE 6.3 and for all forthcoming SuSEs. > > > > I browsed through the www.suse.de site, and couldn't find anythin

Re: Java2 & Alpha

1999-11-17 Thread Uncle George
I have ported the java 1.2 ( but not 1.2.1, or 1.2.2 ) some time in the beginning of this (1999 ) year my non-comm license will expire in the middle of december though, and Sun has refused to renew that license, or offer any other in its place. gat /http://www.voicenet.com/~gatgul/Java.html Jo

Re: Java2 & Alpha

1999-11-17 Thread Jo Uthus
Ilya wrote: | Is there any work being done on porting JDK 1.2 to Linux on Alpha? I recently attended a seminar where COMPAQ talked about their ongoing Linux-work. The representative said that JDK1.2 would be ready for Alpha late December, although this is _not_ stated anywhere on their website

NT app does not display text on Linux with jre 1.2

1999-11-17 Thread Vincent Risi
I have some apps that run on NT using swing. When I run these on Linux 6.1 with jre1.2v2 I get a warning Warning: Cannot allocate colormap entry for default background. and the text does not display for the apps. (The text for the title does however). Is there a Linux setting that I have that is