- Original Message -
From: Zhichao Hong <[EMAIL PROTECTED]>
To: Bernd Kreimeier <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, May 26, 1999 1:18 PM
Subject: Re: free obfuscator available [truly OT/BS]
> > Yeah. And nobody traded with the People's Republic of China.
> What
Riyad Kalla writes:
[I wish you'd use real subject lines!]
> Is the JCK status page accurate? Or when the next release is issued, is
> all of x86 going to be green?
The next pre-release will be out soon. We don't have to have all of the boxes
green to do pre-releases, but we do have to have
Is the JCK status page accurate? Or when the next release is issued, is
all of x86 going to be green?
--
[ Riyad Kalla ]
[ [EMAIL PROTECTED] ]
[ CS Major - U of A ]
[ http://www.u.arizona.edu/~rsk ]
I KNEW IT! This guy is a patriot! :)
Zhichao Hong wrote:
> > Yeah. And nobody traded with the People's Republic of China.
> What do you mean on this ? American traded with People's Republic of
> China now. Nobody means Americans are not human beings? They are
> probably not since they thr
I've had the same problem as Jais. I put a link from my newer libs to
the old name
as you suggested. Jdk 1.2 is working for me, but whenever I launch a
GUI app, the
interface pops up briefly (split-second) and then disappears. No errors
though, no
stack dump and no seg fault. Any suggestions
>--- Zhichao Hong <[EMAIL PROTECTED]> wrote:
>> > Yeah. And nobody traded with the People's Republic
>> of China.
>> What do you mean on this ? American traded with
>> People's Republic of
>> China now. Nobody means Americans are not human
>> beings? They are
>> probably not since they thro
Um, Zhichao, my dear fellow, that was rather obviously meant as a sarcastic remark.
Your severe knee-jerk response indicates that you have some settling down and thinking
to do. Don't you realize that, although
American foreign policy has a long ways to go, your type of generalization is in fact
--- Zhichao Hong <[EMAIL PROTECTED]> wrote:
> > Yeah. And nobody traded with the People's Republic
> of China.
> What do you mean on this ? American traded with
> People's Republic of
> China now. Nobody means Americans are not human
> beings? They are
> probably not since they throw bombs
On Tue, 25 May 1999 16:55:15 -0400, Jerry McBride wrote:
>Another nice one, almost free, is JAX at the www.alphaworks.ibm.com website. It
>is written java and not only obfucates, it will compress and JAR your project
>automatically. If the JAX development program is anything like the
>High Perfor
> Yeah. And nobody traded with the People's Republic of China.
What do you mean on this ? American traded with People's Republic of
China now. Nobody means Americans are not human beings? They are
probably not since they throw bombs like patatos! Gready nation and
hypocrites!
>
>
>
Nathan Meyers writes:
> RMS does not own the last word
That wasn't the implication, I reckon.
> To paraphrase some of the Linux Expo statements:
> if the OSS community can't get past its anti-profit bias,
I do not agree with RMS on many an issue, but every now and
then somebody has to take
Ken McNeil writes:
> An obfuscator can be used to reduce the size of class files
Ab-used. In all honesty, if somebody wants to write a class
file compression utility, he would not call it an obfuscator.
Simple textual replacement does not suffice either, thus
obfuscators actually use extended na
James Seigel writes:
> It may be useful if you are trying to obfuscate how
> connections are being made, and hide protocols so
> that things stay secure.
Intercept bytecode on download.
Textual replace bogus names with valid ones.
Load the class.
It seems impossible to hide a protocol in na
> > a free and excellent class file obfuscator out there
> > author could be convinced to release it under a free license
> > for everybody to contribute and improve it
Brilliant :-). Thanks for sharing this. Best one I heard in a
long time. Right along with offering free porn to the vati
On x86 Linux (Debian 2.0) with Blackdown JDK1.1.7v1a and Swing 1.1,
$ javap javax.swing.JPanel | head
Compiled from JPanel.java
public synchronized class javax.swing.JPanel extends
javax.swing.JComponent implements javax.accessibility.Accessible
/* ACC_SUPER bit set */
{
static static {}
At 03:05 PM 5/26/99 +0100, Stephen Perry wrote:
>Hi,
>
>We were sick of looking at the spaced out fonts from JDK 1.2 pre-v1
>and none of the several fixes that we tried seemed to work. After a
>concerted effort we came up with this workaround.
>
>1. Install the URW fonts (from http://www.gimp.org/
One of the reason why it's slow maybe because your sig is too large LOL.
Just kidding
Steve
-Original Message-
From: Kontorotsui <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, May 27, 1999 2:15 AM
Subject: Re: Slow
On 26-May-99 Daniel Barclay wrote:
> I also think that since most people (and probably the JDK porters) have
> faster machines, the problem isn't noticed by many people so it isn't
> fixed (or, if not fixable, listed as a known problem).
My machine is fast, but loading and execution are extremel
Hi, I want to tell everybody that for SUSE 6.1 you get rid of the
UnsatisfiedLinkError:/usr/local/lib/jdk1.2/jre/lib/i386/libfontmanager.so:
libstdc++-libc6.0-1.s0.2 cannot open shared object file
with the following link:
ln -s /usr/lib/libstdc++.so.2.8 /usr/lib/
IBM is seriously considering porting Visual Age for Java to Linux.
Although it is not explicitly stated whether this would include a VM, we
can probably assume so.
However, their words are cautiously formulated. Before rolling out such
a thing, they want to be told there is a market...
http://www
Hi,
We were sick of looking at the spaced out fonts from JDK 1.2 pre-v1
and none of the several fixes that we tried seemed to work. After a
concerted effort we came up with this workaround.
1. Install the URW fonts (from http://www.gimp.org/fonts.html and other
places). Redhat users may have
hi,
thanks for the tip, but it doesn't work
I think, that I don't have the library.
locate *libstdc++* prints the following in my computer
/usr/i486-linux-libc5/lib/libstdc++.so.2.9
/usr/i486-linux-libc5/lib/libstdc++.so.2.9.0
/usr/i486-linux-libc5/lib/libstdc++.so.27
/usr/i486-linux-libc5/lib/l
yeah sure thanks for teaching me kid
On Wed, 26 May 1999, Victor Cruceru wrote:
>
> Hi.
> I suggest not to call java(or jre) with a class name ending with ".class".
> (i.e, if you have a class file named "Hello.class" run it with
> $ java Hello
> not with
> $ java Hello.class
> )
>
make sure that you add . to your classpath eg.
CLASSPATH=.:/usr/share/jdk-1.1.6v2/lib/claases.zip
This way java will look in the current directory first.
> Anupama Jayathilake wrote:
>
> I got a problem.Please advice me.
> I have installed jdk-1.1.6v2 sucsesfully (glibc architecture) on
> Re
If you don't set casspath,
.java_wrapper will auto find the classes.zip itself and you could run
hello.class because your current dir contains it; if you do then they assume
that every classes should be included in classpath;
solution: if you do set classpath then use --classpath
$CLASSPAT
I think java it's looking for your *.class in the directories included in
your CLASSPATH
try to set
CLASSPATH=/usr/share/jdk-1.1.6v2/lib/classes111.zip:.
'.' is for java to look for your classes in your working directory
On Wed, 26 May 1999, Anupama Jayathilake wrote:
> I got a problem.Pl
I got a problem.Please advice me.
I have installed jdk-1.1.6v2 sucsesfully (glibc
architecture) on RedHat Linux 5.2 throughX windows as root. Without setting
CLASSPATH variable in any account it works properly. Now I want to set
CLASSPATH envirenment variable (The reason is I want to set ora
I read about this error hundreads times at this mailling list.
try to set you
DEFAULT_THREADS_FLAG=green in your .java_wrapper
it seems that RH6.0 doesn't support native_threads
On Wed, 26 May 1999, Rajkishore Barik wrote:
> Hi all,
> I am a new user to this list. Few days back i
28 matches
Mail list logo