[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
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
[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
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
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
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,
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
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
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
---
- 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
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
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
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
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:/
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
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
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
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:
>
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
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
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
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
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
>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
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
[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
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
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
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
29 matches
Mail list logo