Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] .jar Apllication
- Date: Wed, 13 Apr 2011 08:54:08 -0500
- From: Alain Roy <roy@xxxxxxxxxxx>
- Subject: Re: [Condor-users] .jar Apllication
I'm not an expert on the Java universe, but I believe you need the "jar_files" attribute as well:
http://www.cs.wisc.edu/condor/manual/v7.5/2_8Java_Applications.html#SECTION00382000000000000000
-alain
On Apr 13, 2011, at 8:50 AM, marcus ricardo wrote:
> When I submit a java aplication, my error file shows this:
> java.lang.ClassNotFoundException: Thread01
>
> And my .sub file is the following:
>
> #Example 1
> # Execute a single Java class
> #
> ####################
>
> universe = java
> executable = TesteThread.jar
> log = logfile
> arguments = Thread01
> output = Thread.out
> error = Thread.error
> should_transfer_files = YES
> when_to_transfer_output = ON_EXIT
> requirements = machine != "cluster.hpc.org"
> machine_count = 8
> queue
>
> Any suggestion?
> --
> Marcus Ricardo
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/