[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] .jar Apllication



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