Re: free obfuscator available

1999-05-24 Thread Paul Matthew Reilly
Ken McNeil <[EMAIL PROTECTED]> writes: > This does not have to be true. An obfuscator can be used to reduce > the size of class files by replacing names like "someVariable" with > a single letter. Which would lead to reduced download times of > applets. It's been awhile since I've read up on

Re: free obfuscator available

1999-05-24 Thread Ken McNeil
--- Paul Matthew Reilly <[EMAIL PROTECTED]> wrote: > Louis-David Mitterrand <[EMAIL PROTECTED]> writes: > > > It might be of interest to the java-linux > community to know there > > is a free and excellent class file obfuscator out > there. It is > > available at > > > > http://www.elegant-

Re:Compiling jserv1.0b5

1999-05-24 Thread Steve Nguyen
I recalled that JServ does not support JSDK2.1 ?!! Steve Original message From: "Roland Carlsson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Compiling jserv1.0b5 Date: Tue, 25 May 1999 09:08:04 +0200 -- Hi got this when running ma

Re: JIT question

1999-05-24 Thread Wim Ceulemans
Check the following page: http://www.blackdown.org/java-linux/ports.html Wim Ceulemans - [EMAIL PROTECTED] Nice Software Solutions - http://www.nice.be Eglegemweg 3, 2811 Hombeek - Belgium Tel +32(0)15 412953 - Fax +32(0)15 412954 ---

Compiling jserv1.0b5

1999-05-24 Thread Roland Carlsson
Hi got this when running make on jserv1.0b5 ./org/apache/jserv/JServUtils.java:66 Class javax.servlet.http.Cookie not found in import. import javax.servlet.http.Cookie; ^ I've got JSDK 2.1 and JDK117v3 on a DSO Apache136 (yeah... i'm really like this version mumbojumbo... ;-)

Installation of Java3D under RedHat 5.2

1999-05-24 Thread Kenneth W. Flynn
Hello all, I spent several hours installing Java3D today on my Redhat 5.2 system, and encountered several problems. I thought I'd share the workarounds I discovered / addtional software I needed. I was a newbie this morning, so if this seems trivial or has been posted already, just ignore it, b

Re: free obfuscator available

1999-05-24 Thread Paul Matthew Reilly
Louis-David Mitterrand <[EMAIL PROTECTED]> writes: > It might be of interest to the java-linux community to know there > is a free and excellent class file obfuscator out there. It is > available at > > http://www.elegant-software.com/software/jmangle/ > > and comes with source code. If

free obfuscator available

1999-05-24 Thread Louis-David Mitterrand
It might be of interest to the java-linux community to know there is a free and excellent class file obfuscator out there. It is available at http://www.elegant-software.com/software/jmangle/ and comes with source code. If he receives enough requests maybe the author could be convinced to relea

Good news: JINI/Spaces works.

1999-05-24 Thread Mark Swanson
Hello all, Anyone working with JINI/JavaSpaces may wish to know that the settings: export JAVA_COMPILER= export THREADS_FLAG=green is all you have to do to get things working stable under Linux. You really need to do this if you are doing RMID stuff as you can't control how the VMs are started

JDK1.2 installation problems

1999-05-24 Thread Samuel McClure
I just installed jdk1.2 on my linux 5.2 machine. Most things seem to be working fine (that is I can write a simple HelloWorld program that compiles and runs. I've also written a quick one that creates a window with a Quit button that runs fine as well.) I've having trouble taking using swing co

Re: Request: green threads as default.

1999-05-24 Thread Juergen Kreileder
> swansma writes: >> Hm, rmid uses jdk1.2/jre/bin/java (which is a link to >> jdk1.2/jre/bin/.java_wrapper) by default. swansma> Yes, but rmid doesn't use .java_wrapper to start NEW VMs. It does, trust me ;-) It uses jdk1.2/jre/bin/.java_wrapper (not jdk1.2/bin/.java_wrapper).

Re: Request: green threads as default.

1999-05-24 Thread swansma
On 25 May 1999, Juergen Kreileder wrote: > > Mark Swanson writes: > > Mark> Since the green threads - no jit - passed the JCK, is it > Mark> possible to have this configuration the default? RMID spawns > Mark> new threads (reggie, txn_mgr, etc..) as native threads which > M

Re: Request: green threads as default.

1999-05-24 Thread Juergen Kreileder
> Mark Swanson writes: Mark> Since the green threads - no jit - passed the JCK, is it Mark> possible to have this configuration the default? RMID spawns Mark> new threads (reggie, txn_mgr, etc..) as native threads which Mark> crash a lot. I've modified the .java_wrapper to for

Re: Corrupt jdk1.2pre-v1.tar.bz2 file??

1999-05-24 Thread Steven Maddocks
I have tried several mirrors with the same result (including [EMAIL PROTECTED]). The file size I have is also 24457274 but the md5sum is f20663d394cef475c60eb9bb8fa27982. I have no idea what is going wrong. On Mon, 24 May 1999, Nathanael Jacobson wrote: > - Original Message - > From: St

Request: green threads as default.

1999-05-24 Thread Mark Swanson
Hello, Since the green threads - no jit - passed the JCK, is it possible to have this configuration the default? RMID spawns new threads (reggie, txn_mgr, etc..) as native threads which crash a lot. I've modified the .java_wrapper to force green threads, but rmid doesn't use the .java-wrapper to

jdk1.2 -- No library path set

1999-05-24 Thread John Young
Hi I just heard about the Java port to linux and I downloaded the Java 2 version yesterday. I am running RedHat Linux 5 When I try to compile a simple program, HelloWorld, I am getting a message: No library path set. and core is dumped. The instructions specified that I didn't have to set any oth

Off-Topic : Tracing

1999-05-24 Thread Aravind Selvaraje
Anyone know of a good Tracing package in Java to add tracing statements in Java code that can be switched on/off at runtime ? -- Aravind -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Co

JIT question

1999-05-24 Thread Anand Sankaran
Hi, I have a few questions on Java 2. Does the JDK1.2 port for Linux x86 include a JIT? If so which one? Also is Blackdown working on a JDK port to Linux on sparc? Will that have a JIT? Also do you have a timeframe on when the JMF, 3D apis will be available and for which archite

java mailing lists

1999-05-24 Thread Justin Lawler
Hi all, i know this is not on topic and i appologise becaues of it, but i was looking for a good java mailing list. I dont have access to a news server so a newsgroup is no good, and i have had a good look on the web but have been unable to find any. Can anybody suggest any?? thanks, Justin Law

Re: Weird Java 1.2 bug?

1999-05-24 Thread Nathan Meyers
Brandon Anderson wrote: > > I'm having a problem with java 1.2 on a Redhat 5.2 system. > > It seems that whenever I run any java application that 5 instances of that > program get loaded into memory. The same is true when I attempt to run > the rmiregistry. Is this normal? The same code that

Weird Java 1.2 bug?

1999-05-24 Thread Brandon Anderson
I'm having a problem with java 1.2 on a Redhat 5.2 system. It seems that whenever I run any java application that 5 instances of that program get loaded into memory. The same is true when I attempt to run the rmiregistry. Is this normal? The same code that I'm running worked perfectly on java

RE: Java Plugin for Linux

1999-05-24 Thread Marcel Ruff
Java-Plugin: see http://www.javasoft.com/products/plugin/ Netscape has a built in java runtime (1.1.5) If you need another java version or want to ignore security features etc., you need to supply a Java Plugin, using the netscpae plugin interface. With the Java plugin you can't use the html t

Re: Java app server on linux ?

1999-05-24 Thread Marcel Ruff
> Yes, to DB2 from EJB. DB2 runs beautifully on Linux. I am running the beta > version but it is still great. Give it plenty of memory though. > But we will soon try out Oracle 8. We are fairly confident as Oracle's JDBC > type 4 driver is very good. I have used it elsewhere. Hopefully should not

Bug found in Linux port of the JDK 1.1.7 v1a

1999-05-24 Thread Moses DeJong
Hi all. I was using the Blackdown port of the JDK version 1.1.7 v1a on a Debian Linux box when I ran into this bug in the port. Here is a small piece of code that reproduces the bug and the output on a Sun Solaris box vs my Linux box. I am also going to put a bug report in the jitterbug database

Re: Write a file from an applet

1999-05-24 Thread dan
You've got a couple of choices. You can use RMI or CORBA (IIOP), going outside the HTTP protocol, if the files are big. In your case, this sounds like overkill. You can also encode the items into POST variables using URLConnection or HttpURLConnection. To do this, do something like: URL u

Re: Write a file from an applet

1999-05-24 Thread alx
You will need something on ther server side accepting the input from the applet. Like a servlet or a CGI or something. Would it be possible, if not easier, to not use an applet for user input and instead use an HTML form since it is more better suited to the task? On Mon, 24 May 1999, Gustavo M

Re: jdk1.2 problem

1999-05-24 Thread Glenn Wiens
Thanks -- I guess I'll poke around some more. Or maybe try another download from a different i386 mirror. - Glenn --- Emilian URSU <[EMAIL PROTECTED]> wrote: > > I can't tell you what the error is, yet > but on my system the compile was ok. > I put it at www.lspvs.sorosis.ro/~emilian > _

Re: jdk1.2 problem

1999-05-24 Thread Emilian URSU
I can't tell you what the error is, yet but on my system the compile was ok. I put it at www.lspvs.sorosis.ro/~emilian On Sun, 23 May 1999, Glenn Wiens wrote: > The following code compiles with only a "deprecated" > warning under jdk1.2 for Windows98: > > #

Re: Write a file from an applet

1999-05-24 Thread larnoldy
On Mon, 24 May 1999 09:24:15 +0100 Gustavo Medina del Rosario <[EMAIL PROTECTED]> wrote > I am trying to write e file in a server from an applet. My applet > ask some questions to the user (name, address, etc.) and proccess the > information and I want it to write in the server (where the app

R.e.: Unsatisifed link error

1999-05-24 Thread David Harrington
I also use SuSE Linux 6.0, and I got this problem originally too. I created a link to 2.9.0 - this seems to work OK now, at least for Java applications (I haven't tried appletviewer yet) - don't ask me why though. I tried Notepad and Swingset, and they both now run. This is

Write a file from an applet

1999-05-24 Thread Gustavo Medina del Rosario
Hi: My name is Guss and I write from Spain, so sorry for my poor english. I am trying to write e file in a server from an applet. My applet ask some questions to the user (name, address, etc.) and proccess the information and I want it to write in the server (where the applet is stor