We have an AEM 6.3 project. Most of our devs are on windows and mac. We are trying to replicate the building of the package on ubuntu 16.04 but the build is getting an error.
On an example linuxmachine where the package builds successfully:
Maven config of our Ubuntu machine
JDK is installed on this machine:
Our error:
Views
Replies
Total Likes
We noticed: JAVA_HOME should be pointed to JDK and not to JRE; Java home: /usr/lib/jvm/java-8-oracle/jre?
Views
Replies
Total Likes
That's a great point, however, I am not finding any specific documentation for where that should point to.
which javac returns
which cannot be set as $JAVA_HOME
Views
Replies
Total Likes
Most ppl point to the installed JAVA JDK - my JAVA_HOME --
C:\Program Files\Java\jdk1.8.0_111
Views
Replies
Total Likes
For those reading this thread - here is a great overview of setting up an AEM DEV environment:
Views
Replies
Total Likes
We followed these instructions to install the JDK
https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-ubuntu-16-04
Views
Replies
Total Likes
It says: "There is another default Java installation called the JDK (Java Development Kit). The JDK is usually only needed if you are going to compile Java programs or if the software that will use Java specifically requires it."
Set your Java HOME to Java JDK - make sure you install version 8 from Java download page.
Views
Replies
Total Likes
Thanks for the help so far.
I went to the Oracle site, downloaded java 8 and installed it. My new Maven Output
$mvn -version
I deleted my .M2 folder and tried again to build the package
Unfortunatly I get the same error
Views
Replies
Total Likes
Set the Java HOME to: /opt/jdk/jdk1.8.0_162
Views
Replies
Total Likes
Then try to build a Maven 11 project -- Scott's Digital Community: Creating an Adobe Experience Manager 6.3 Project using Adobe Maven Archet...
Views
Replies
Total Likes
Were you able to build this project?
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies