Is JDK6 still maintained and provides security updates or has it reached
end of life already / will reach soon (when)?
Is the size of jre/lib/amd64 directory somehow dependent on build system
(old|new) or build configuration?
Old build system for openjdk7:
19M ./jre/lib/amd64
New build system with obuildfactory (https://github.com/hgomez/obuildfactory
):
118M ./jre/lib/amd64
Why it can differ so much?
Do I need to set JAVA and JAVAC explicitly? What should be the values here?
2015-01-30 11:41 GMT+01:00 Magnus Ihse Bursie :
> On 2015-01-30 10:40, matchew wrote:
>
> $ grep JAVA
> /opt/openjdk/8/build/linux-x86_64-normal-server-release/spec.gmk
> ENABLE_SJAVAC:=no
>
ting configuration and generating it cleanly
> as the warning suggested?
>
> David
>
>
> On 30/01/2015 8:03 AM, matchew wrote:
>
>> No, configure was successful. Here is the summary:
>>
>>
>> A new
g the same build script/procedure I was using before and it was totally
fine with last tag from http://hg.openjdk.java.net/jdk8/jdk8.
2015-01-30 1:57 GMT+01:00 Magnus Ihse Bursie
:
> On 2015-01-29 23:03, matchew wrote:
>
> No, configure was successful. Here is the summary:
>
>
>
a
proper build. Failure to do so might result in strange build problems.
In the past I was using http://hg.openjdk.java.net/jdk8/jdk8 but recently
switched to http://hg.openjdk.java.net/jdk8u/jdk8u and faced above problems.
2015-01-29 22:02 GMT+01:00 Magnus Ihse Bursie :
> On 2015-01-29 1
When it comes to JDK compilation (i am executing *make all*) I am getting
this error:
## Starting jdk
Compiling 162 files for BUILD_TOOLS
/bin/sh: 1:
-Xbootclasspath/p:/opt/openjdk/8/build/linux-x86_64-normal-server-release/langtools/dist/bootstrap/lib/javac.jar:
not found
make[2]: ***
[/opt/openj
Thanks. How about build number. Setting variable BUILD_NUMBER does to have
any effect - b00 is taken by default.
Thanks in advance
--
Mateusz
2013/7/31 David Holmes
> On 31/07/2013 6:46 PM, matchew wrote:
>
>> Hey All,
>>
>> I try to build above version. Since i want
Hey All,
I try to build above version. Since i want to provide custom cacert file as
well as java compiler I set this env variables (that is how it worked for 6
& 7):
export ALT_BOOTDIR=[JAVA_COMPILER_DIR]
export ALT_CACERTS_FILE=[CUSTOM_CACERTS_FILE]
Configure script passes and proper java comp