diff --git a/configure.ac b/configure.ac index ce892d3..74190ce 100644 --- a/configure.ac +++ b/configure.ac @@ -340,6 +340,7 @@ if test "$app_cv_java" = "yes" ; then fi if test "$app_cv_java" = "yes" ; then + AC_PATH_TOOL([JAVA], [java], [no], [$JDK_HOME/bin:$JRE_HOME/bin:$PATH]) AC_PATH_TOOL([JAVAC], [javac], [no], [$JDK_HOME/bin:$JRE_HOME/bin:$PATH]) AC_PATH_TOOL([JAVAH], [javah], [no], [$JDK_HOME/bin:$JRE_HOME/bin:$PATH]) @@ -348,6 +349,9 @@ if test "$app_cv_java" = "yes" ; then EXTENSIONS="$EXTENSIONS java" PLUGINS="$PLUGINS j3270" +else + + AC_MSG_NOTICE([jdk is NOT present or disabled.]) fi diff --git a/po/pt_BR.po b/po/pt_BR.po index eea3d3a..7c70c4f 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: pw3270 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-18 14:22-0300\n" +"POT-Creation-Date: 2015-06-18 19:51-0300\n" "PO-Revision-Date: 2014-02-17 08:05-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Portugues <>\n" diff --git a/pw3270.cbp b/pw3270.cbp index 84c41ad..d45a25c 100644 --- a/pw3270.cbp +++ b/pw3270.cbp @@ -110,6 +110,10 @@