I downloaded jdk1.8.40 installed it to /opt/java-oracle folder, but in java -version I these strings. This is my java version. root@debian:/home/user# java -version java version "1.8.0_40" Java(TM) SE Runtime Environment (build 1.8.0_40-b26) Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode)
Is it right? Best regards, Alexey Gorbachev. Понедельник, 13 апреля 2015, 16:07 -04:00 от Mauricio Tavares <[email protected]>: >On Mon, Apr 13, 2015 at 3:58 PM, Alexey Gorbachev < [email protected] > wrote: >> Hi, everybody! >> I downloaded release ofbiz 13.07 as zip archieve from apache site, then >> compiled it under windows 7 (and also with win server 2008 R2) with jdk8 and >> ant 1.9.4. Everything is OK. >> Then I need to compile ofbiz under debian 7.8. I tried to do this also with >> jdk8 and ant 1.9.4, but got errors. >> Could you help me? >> This is log. >> root@debian:/opt/ofbiz/apache-ofbiz-13.07.01# ./ant >> Buildfile: /opt/ofbiz/apache-ofbiz-13.07.01/build.xml >> >[...] >> classes: >> [javac16] Compiling 11 source files to >> /opt/ofbiz/apache-ofbiz-13.07.01/applications/party/build/classes >> [javac16] warning: [options] bootstrap class path not set in conjunction >> with -source 1.6 >> [javac16] >> /opt/ofbiz/apache-ofbiz-13.07.01/applications/party/src/org/ofbiz/party/communication/CommunicationEventServices.java:139: >> error: cannot access DataResourceWorkerInterface > > Smells like a path (or lack thereof) issue. Are you sure you >told it which java compiler to use? How and where did you install >jdk8? > >I might be completely wrong but that is where I would start at. ----------------------------------------------------------------------
