[Midpoint-dev] Java version hard-coded

Peter Procházka prochazka at evolveum.com
Tue Apr 8 15:43:46 CEST 2014


Hi, David.

Also if your not have enough experience with Java compiling via maven, 
please use already prepared binary version.
But you still need Java 7.

try to type in your command line

java -version

And this show you your current configured version of JVM runtime.

and you need to get number 1.7.0 without this version or higher you not 
be able to run midPoint.
How to upgrade see http://www.java.com/en/download/faq/java_mac.xml

Best regards,

Peter





On 7. 4. 2014 16:01, Kramer, David wrote:
> Thanks.  I'm new to the Mac and wasn't sure where the JVM is set, but 
> I have that straightened out and things are much happier now.
>
> Thanks again.
>
> From: Viliam Repan <vilo.repan at evolveum.com 
> <mailto:vilo.repan at evolveum.com>>
> Date: Friday, April 4, 2014 at 5:17 PM
> To: McGraw Hill Companies <david.kramer at mheducation.com 
> <mailto:david.kramer at mheducation.com>>
> Cc: "midpoint-dev at lists.evolveum.com 
> <mailto:midpoint-dev at lists.evolveum.com>" 
> <midpoint-dev at lists.evolveum.com <mailto:midpoint-dev at lists.evolveum.com>>
> Subject: Re: [Midpoint-dev] Java version hard-coded
>
> Hi David,
>
> I'm pretty sure your maven installation is using Java 1.6 :)
> Can you please send us a result of "mvn -version" command?
> It should be something like this:
>
> Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
> Maven home: /usr/local/apache-maven-3.0.4
> *Java version: 1.7.0_51, vendor: Oracle Corporation*
> Java home: /usr/lib/jvm/java-7-oracle/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "3.5.0-48-generic", arch: "amd64", family: 
> "unix"
>
> Configuration for source and target to "1.7:" version is necessary, 
> because it tells version of source code (java files) to javac and 
> target bytecode (classes) version.
>
> Best regards
>
> Vilo
>
> On 04/04/2014 10:58 PM, Kramer, David wrote:
>> Hi.  I'm just starting to look into midPoint.  We got a server up and 
>> running, and I want to try out the web service interface using the 
>> sample program mentioned on 
>> https://wiki.evolveum.com/display/midPoint/Model+Web+Service+Client+Sample so 
>> I got the source code from Git.
>>
>> I had troubles building part of it:
>> [ERROR] Failed to execute goal 
>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile 
>> (default-compile) on project test-ng: Compilation failure
>> [ERROR] Failure executing javac,  but could not parse the error:
>> [ERROR] javac: invalid target release: 1.7
>> [ERROR] Usage: javac <options> <source files>
>> [ERROR] use -help for a list of possible options
>> [ERROR] -> [Help 1]
>>
>> I think the problem is caused by testing/systest/pom.xml
>>
>>  <groupId>org.apache.maven.plugins</groupId>
>>
>> <artifactId>maven-compiler-plugin</artifactId>
>>
>> <version>2.3.2</version>
>>
>> <configuration>
>>
>>   <source>1.7</source>
>>
>>   <target>1.7</target>
>>
>>   <fork>true</fork>
>>
>>   <meminitial>128m</meminitial>
>>
>>   <maxmem>768m</maxmem>
>>
>>   <showDeprecation>true</showDeprecation>
>>
>>   <showWarnings>true</showWarnings>
>>
>> </configuration>
>>
>>
>>
>> I'm running 1.7.0_51.  Is it really customary to hard-code Java 
>> versions in this way?
>> Is that the source of the problem?
>> Can I  just change the target?
>>
>> Full mvn clean compile output attached.
>>
>> Thanks.
>>
>> ------------------------------------------------------------------------
>> The information contained in this message is intended only for the 
>> recipient, and may be a confidential attorney-client communication or 
>> may otherwise be privileged and confidential and protected from 
>> disclosure. If the reader of this message is not the intended 
>> recipient, or an employee or agent responsible for delivering this 
>> message to the intended recipient, please be aware that any 
>> dissemination or copying of this communication is strictly 
>> prohibited. If you have received this communication in error, please 
>> immediately notify us by replying to the message and deleting it from 
>> your computer. McGraw-Hill Education reserves the right, subject to 
>> applicable local law, to monitor, review and process the content of 
>> any electronic message or information sent to or from McGraw-Hill 
>> Education e-mail addresses without informing the sender or recipient 
>> of the message. By sending electronic message or information to 
>> McGraw-Hill Education e-mail addresses you, as the sender, are 
>> consenting to McGraw-Hill Education processing any of your personal 
>> data therein.
>>
>>
>> _______________________________________________
>> midPoint-dev mailing list
>> midPoint-dev at lists.evolveum.comhttp://lists.evolveum.com/mailman/listinfo/midpoint-dev
>
> -- 
> Ing. Viliam Repán(
> Evolveum, s.r.o.
>
> tel: +421 910 797978
> mail:vilo.repan at evolveum.com
>
> ------------------------------------------------------------------------
> The information contained in this message is intended only for the 
> recipient, and may be a confidential attorney-client communication or 
> may otherwise be privileged and confidential and protected from 
> disclosure. If the reader of this message is not the intended 
> recipient, or an employee or agent responsible for delivering this 
> message to the intended recipient, please be aware that any 
> dissemination or copying of this communication is strictly prohibited. 
> If you have received this communication in error, please immediately 
> notify us by replying to the message and deleting it from your 
> computer. McGraw-Hill Education reserves the right, subject to 
> applicable local law, to monitor, review and process the content of 
> any electronic message or information sent to or from McGraw-Hill 
> Education e-mail addresses without informing the sender or recipient 
> of the message. By sending electronic message or information to 
> McGraw-Hill Education e-mail addresses you, as the sender, are 
> consenting to McGraw-Hill Education processing any of your personal 
> data therein.
>
>
> _______________________________________________
> midPoint-dev mailing list
> midPoint-dev at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolveum.com/pipermail/midpoint-dev/attachments/20140408/80ee1dd7/attachment-0001.html>


More information about the midPoint-dev mailing list