Skip to content

Commit

Permalink
Updaing env binary paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-rash committed Mar 22, 2021
1 parent 73aafab commit dbc1fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/lib/perl/JavaRun.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sub new {
# $self->jvm("/h1/edmonsom/local/Linux_x86_64/jre1.6.0_15/bin/java");
# $self->jvm("/usr/bin/env java");
$self->ram(512);
$self->jvm("/bin/env java");
$self->jvm("/usr/bin/env java");
# $self->classpath("/home/medmonso/lib/bambino.jar");
$self->configure(%options);
return $self;
Expand Down

0 comments on commit dbc1fe0

Please sign in to comment.