search for: javac

Displaying 20 results from an estimated 310 matches for "javac".

Did you mean: java
2009 Aug 10
1
Building tomcat6, SRPM jakarta-commons-dbcp-1.2.1-7jpp.ep1.2.ep5.el5.src.rpm fails to build
...r=/usr/share/java/xml-commons-apis.jar -Djava.io.tmpdir=. -Dtest.failonerror=false dist test Buildfile: build.xml init: clean: prepare-nojdbc3: prepare-jdbc3: [echo] JDBC 3 was detected. prepare: compile: [mkdir] Created dir: /root/rpmbuild/BUILD/commons-dbcp-1.2.1/build/classes [javac] Compiling 39 source files to /root/rpmbuild/BUILD/commons-dbcp-1.2.1/build/classes [javac] /root/rpmbuild/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/BasicDataSource.java:43: org.apache.commons.dbcp.BasicDataSource is not abstract and does not override abstract method isWrapperFo...
2003 Oct 03
3
openoffice port build on FreeBSD 4.9
...i386/classic/libjvm.so VARIANT=OPT gmake[3]: Entering directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/jvm' rm -f ../../../build/bsd-i386/tmp/java/java.lang/jvm/.classes.list if [ -s ../../../build/bsd-i386/tmp/java/java.lang/jvm/.classes.list ] ; \ then /usr/local/diablo-jdk1.3.1/bin/javac -J-Xmx64m -classpath ../../../build/bsd-i386/classes -bootclasspath "" -sourcepath "../../../build/bsd-i386/gensrc:../../../src/solaris/classes:../../../src/share/classes" -d ../../../build/bsd-i386/classes \ ../../../src/share/classes/java/io/InputStream.java ../../../src...
2018 May 04
3
[PATCH] java: support OpenJDK 10+
Starting OpenJDK 10, the 'javah' utility is no more provided [1], and its functionality is provided by 'javac' itself. Hence, do not error out on missing 'javah', and store whether it was found; in case it is not, then: 1) assume 'javac' has the -h parameter to generate the C header, and make use of it 2) tell the buildsystem that com_redhat_et_libguestfs_GuestFS.h depends on the...
2008 Aug 29
2
Security issue with javareconf script (PR#12636)
...R 2.7.2. The following patch resolves the issue: diff -up R-2.7.2/src/scripts/javareconf.BAD R-2.7.1/src/scripts/javareconf --- R-2.7.2/src/scripts/javareconf.BAD 2008-08-29 11:04:21.000000000 -0400 +++ R-2.7.2/src/scripts/javareconf 2008-08-29 11:05:34.000000000 -0400 @@ -125,16 +125,17 @@ fi javac_works='not present' if test -n "$JAVAC"; then javac_works='not functional' - rm -rf /tmp/A.java /tmp/A.class - echo "public class A { }" > /tmp/A.java - if test -e /tmp/A.java; then - if "${JAVAC}" /tmp/A.java >/dev/null; then -...
2016 Aug 04
1
[PATCH] build: add simple custom silent rules for automake
Add makefile variables to enable silent rules for simple command invocations, such as ocamlc, ocamlopt, javac, and erlc. This reduces the log output when building with silent rules, still showing the full command lines otherwise. --- erlang/Makefile.am | 2 +- java/Makefile.am | 6 +++--- ocaml/Makefile.am | 14 +++++++------- subdir-rules.mk | 20 +++++++++++++++++--- 4 files changed, 28 inserti...
2006 Aug 22
4
Struggling with javac
I've installed jdk-1_5_0_08-linux-i586.rpm and Tomcat. Working through some initial test install programs, I am finding that I can't seem to compile .java files into classes. For instance... javac -classpath /usr/local/tomcat/common/lib/servlet.jar HelloWorld.java as instructed fails with a gij: unrecognized option -- `-classpath' Try `gij --help' for more information. So then I notice there is no servlet.jar file, but instead a servlet-api.jar.. I change the command and it fails...
2016 Sep 14
1
problem with bindings configure script
...NFIG to point to the configure script, rather than the xapian_config executable created when making xapian_core, as pointed out by James. Also, as a general note, when trying to make the bindings, I had a problem when make was trying to compile the java source in org/xapian The following line: $(JAVAC) $(JAVACFLAGS) -classpath $(srcdir)$(JAVA_PATHSEP). -d . $< generated the following error javac: no source files Some experimentation on my part led me to change the Makefile to read $(JAVAC) $(JAVACFLAGS) -classpath $(srcdir) -d . $< and I was able to successfully make the bindings. Have...
2012 Nov 16
3
[LLVMdev] Making VMKit2
...h --with-openjdk-path=/usr/lib/jvm/jav-gcj/ Then, the end part of the output is as follows:   make[2]: Entering directory `/home/ela/Desktop/vmkit2/mmtk/java' Buildfile: /home/ela/Desktop/vmkit2/mmtk/java/build.xml   main:     [mkdir] Created dir: /home/ela/Desktop/vmkit2/mmtk/java/classes     [javac] Compiling 380 source files to /home/ela/Desktop/vmkit2/mmtk/java/classes     [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5     [javac] Note: Some input files use or override a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details....
2012 Nov 19
0
[LLVMdev] Making VMKit2
...tk-alloc' make[2]: Entering directory `/home/elaheh/Desktop/vmkit2/mmtk/java' /usr/bin/ant -buildfile /home/elaheh/Desktop/vmkit2/mmtk/java/build.xml Buildfile: /home/elaheh/Desktop/vmkit2/mmtk/java/build.xml main:     [mkdir] Created dir: /home/elaheh/Desktop/vmkit2/mmtk/java/classes     [javac] Compiling 380 source files to /home/elaheh/Desktop/vmkit2/mmtk/java/classes     [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5     [javac] Note: Some input files use or override a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for detai...
2012 Apr 04
0
[LLVMdev] Compiling VMKit in debug mode
...uot;file 1 already reserved" (or something alike). I fixed the error by adding "19" on the first line of the file where appropriate. And then retried compiling: And now, compilation fails in: Buildfile: /media/Data/Documents/PhD/VMKit/vmkit/mmtk/java/build.xml And the error is: [javac] /media/Data/Documents/PhD/VMKit/vmkit/mmtk/java/build.xml:4: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 760 source files to /media/Data/Documents/PhD/VMKit/vmkit/mmtk/java/classes [javac] /me...
2016 Aug 25
0
[PATCH] java: Don't try to set -source 1.5 in options.
There was some code in configure.ac dating back to 2009 (commit b9014d6a0da8b2b3a76c4ab51fab2773fe7480b2) which attempted to add the javac option `-source 1.5'. I don't think this code ever worked. However, if -source 1.5 is added, then you get this warning: warning: [options] bootstrap class path not set in conjunction with -source 1.5 warning: [options] source value 1.5 is obsolete and will be removed in a future release...
2019 Jan 22
3
So nearly there, but can't install rJava
...r install.packages("rJava") to work but no go. It fails with this information: checking Java support in R... present: interpreter : '/usr/lib/jvm/default-java/jre/bin/java' archiver : '/usr/lib/jvm/default-java/bin/jar' compiler : '/usr/lib/jvm/default-java/bin/javac' header prep.: '/usr/lib/jvm/default-java/bin/javah' cpp flags : '' java libs : '' configure: error: One or more Java configuration variables are not set. Make sure R is configured with full Java support (including JDK). Run R CMD javareconf as root to add Java suppo...
2012 Nov 07
0
rJava not loading on Windows
...package/namespace load failed for 'rJava' > traceback() 2: stop(gettextf("package/namespace load failed for %s", sQuote(package)), call. = FALSE, domain = NA) 1: library("rJava") For the record, I have Java SDK installed and on the PATH: > Sys.which("javac") javac "C:\\PROGRA~1\\Java\\JDK17~1.0_0\\bin\\javac.exe" > system("javac -version") javac 1.7.0_02 > Sys.which("java") java "C:\\PROGRA~1\\Java\\JDK17~1.0_0\\bin\\...
2010 Jul 15
1
Problem installing rJava under FreeBSD
...a.o tools.o -L/usr/local/jdk1.6.0/jre/lib/i386/server -L/usr/local/jdk1.6.0/jre/lib/i386 -L/usr/local/jdk1.6.0/jre/../lib/i386 -L -L/usr/java/packages/lib/i386 -L/lib -L/usr/lib -L/usr/local/lib -ljvm -pthread -L/usr/local/lib/R/lib -lR (cd ../jri && make) make -C src JRI.jar /usr/local/bin/javac -target 1.4 -source 1.4 -d . javac: no source files Usage: javac <options> <source files> use -help for a list of possible options *** Error code 2 Stop in /tmp/Rtmp00B32A/R.INSTALL10d63af1/rJava/jri/src. *** Error code 1 Stop in /tmp/Rtmp00B32A/R.INSTALL10d63af1/rJava/jri. *** Error...
2019 Jan 23
0
So nearly there, but can't install rJava
...ork but no go. It fails with this information: >> >> checking Java support in R... present: >> interpreter : '/usr/lib/jvm/default-java/jre/bin/java' >> archiver : '/usr/lib/jvm/default-java/bin/jar' >> compiler : '/usr/lib/jvm/default-java/bin/javac' >> header prep.: '/usr/lib/jvm/default-java/bin/javah' >> cpp flags : '' >> java libs : '' >> configure: error: One or more Java configuration variables are not set. >> Make sure R is configured with full Java support (including JDK)....
2015 Oct 27
1
[PATCH] configure: Move language binding detection to separate files.
This commit starts to split our massive, monolithic configure.ac file into smaller files, using the m4_include mechanism to combine them. I don't know if we should really do this, so I'm open to comments about it. However: - Our configure.ac script is 1800+ lines long, and that's pretty long. - configure.ac lacks structure; splitting it up might improve that. - From what I read,
2008 May 16
2
Getting JRI/rJava to work
...cated API are a problem. But I do not know what causes the unsupported conversion messages. Versions used etc below. Any ideas please? Thanks for any help. Regards John Seers ######################################################################## #################### C:\temp\JRI\examples>javac -cp "C:/Program Files/R/mylibrary/rJava/jri/JRI.jar" rtest.java Note: rtest.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. C:\temp\JRI\examples>java -Djava.library.path="C:/Program Files/R/mylibrary/rJava/jri" -cp .;"C:/Pro...
2016 Sep 09
3
problem with bindings configure script
...IG=/home/John/xapian-core-1.4.0 --with-java and had two issues. The first I solved by doing make distclean in the xapian-core-1.4.0 directory. The second issue produces the following output from the xapian-bindings configure script: checking for java... /opt/java/jdk1.8.0_92/bin/java checking for javac... /opt/java/jdk1.8.0_92/bin/javac checking for jar... /opt/java/jdk1.8.0_92/bin/jar checking for jni.h... cat: confdefs.h: No such file or directory no checking for jni.h in /opt/java/jdk1.8.0_92/include... cat: confdefs.h: No such file or directory found, but not usable checking for jni.h in /opt...
2006 Aug 04
9
Mongril or Lighthttttp? Yes
I was writing my blob at http://railsblob.blogspot.com/ which is for new people who are new to Rubby and I was learning if Mongril or Lighthttttp? or Web Rick is better for me. Have you any advice. Thanks? Rails Blobber -- Posted via http://www.ruby-forum.com/.
2011 Nov 15
3
[PATCH 1/3] out of tree build: erlang
From: Hilko Bengen <bengen at hilluzination.de> --- erlang/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/erlang/Makefile.am b/erlang/Makefile.am index f336375..2c9e359 100644 --- a/erlang/Makefile.am +++ b/erlang/Makefile.am @@ -32,7 +32,7 @@ erlang_bindir = $(libdir)/erlang/lib/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/ebin erlang_bin_DATA = guestfs.beam