Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Can't install aspectJ


Hi Steffen,

When you ran the "java -jar aspectj-1.1.0.jar" command did you have anything set in your CLASSPATH environment variable that *might* cause a problem ? If so, try re-running with an empty CLASSPATH environment variable and see what happens. Also, you could double-check the contents of your jre/lib/ext directory for anything in there that's been added which maybe shouldn't have been. Just a thought....

Best regards,
George
________________________________________
George C. Harley



Steffen Euch <euc@xxxxxxxxxx>
Sent by: aspectj-users-admin@xxxxxxxxxxx

11/09/2003 14:00
Please respond to aspectj-users

       
        To:        aspectj-users@xxxxxxxxxxx
        cc:        
        Subject:        Re: [aspectj-users] Can't install aspectJ

       


Hi!

I've allready checked it. It has the right size.
I also downloaded it a second time, but this file doesn't work either.

Best regards,

Steffen

George Harley1 wrote:
> Hi,
>
> What size is the aspectj-1.1.0.jar file that you downloaded ? The one
> that installed for me is precisely 6,297,885 bytes in size.  
>
> Best regards,
> George
> ________________________________________
> George C. Harley
>
>
>
>                  *Steffen Euch <euc@xxxxxxxxxx>*
> Sent by: aspectj-users-admin@xxxxxxxxxxx
>
> 11/09/2003 12:43
> Please respond to aspectj-users
>
>                        
>         To:        aspectj-users@xxxxxxxxxxx
>         cc:        
>         Subject:        [aspectj-users] Can't install aspectJ
>
>        
>
>
>
> Hi!
>
> I've downloaded aspectj-1.1.0.jar but I can't install it.
> When I doubleclick the file nothing happens. When I use the command line
> java -jar aspectj-1.1.0.jar I get this message:
>
> unable to load properties.txt using Main.class - exiting
>
> I'm using Win2000 and Java 1.4.1.
> Can somebody give me a hint?
>
> Thanks in advance!
>
> Steffen
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top