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
--- 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-
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
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
---
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... ;-)
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
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
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
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
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
> 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).
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
> 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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
>
_
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:
>
> #
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
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
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
31 matches
Mail list logo