Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Jobe

4 views
Skip to first unread message

GraemeM

unread,
Jun 13, 1997, 3:00:00 AM6/13/97
to

I am running Jobe (a java confusicator) under MS-DOS 7 (under Win95) and
using it on .class files created using a popular Win95 java compiler.

(Jobe can be found at http://www.primenet.com/~ej/ for those about to
ask me)

At the moment my command line looks like

java com.blah.jobe.Jobe -dest .\obfuctd2 -xclass MyApplet.class
-classpath . MyApplet.class Class1.class Class2.class Class3.class
... etc

Which should obfusicate all the class files, create the new version in
\Obfuctd2 directory, but not rename the MyApplet.class.

The command line works but I have two problems

QUESTION 1

The MyApplet *IS* renamed to 8.class contrary to what the parameter
says.
It is VITAL that this is given a meaningful name (and you can't just
rename the file).

QUESTION 2

This is clumsy having to specify all the class files. I should be able
to go

java com.blah.jobe.Jobe -dest .\obfuctd2 -xclass MyApplet.class
-classpath . *.class

but what happens is it goes

cannot find class *.

I must be doing something wrong here.

ANY SUGGESTIONS?

Thanks in advance,
Graeme.

0 new messages