Building OpenJDK7 on NB

View: New views
3 Messages — Rating Filter:   Alert me  

Building OpenJDK7 on NB

by Vaibhav Choudhary :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello All,

I was trying to build OpenJDK7 on Netbeans6. I am facing the following
problem:

1. We are getting some wired error like expecting % in some gmk file.
Any idea what is this ? - We are getting some error of Binary Plugs -
path is set to the folder containing  installed binary
plug(ALT_BINARY_PLUGS_PATH)

2. If anyone of you have build setup then please share it with me.

Thanks,
Vaibhav

Re: Building OpenJDK7 on NB

by david.bristor :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Vaibhav Choudhary wrote:
> Hello All,
>
> I was trying to build OpenJDK7 on Netbeans6. I am facing the following
> problem:
>
> 1. We are getting some wired error like expecting % in some gmk file.
> Any idea what is this ? - We are getting some error of Binary Plugs -
> path is set to the folder containing  installed binary
> plug(ALT_BINARY_PLUGS_PATH)

Could you please be specific about the error?

The NetBeans projects have not been updated to take advantage of the binary
plugs, and still require a full JDK 7 in order to work.  In other words, the
current documentation provided with the NetBeans projects is correct.

> 2. If anyone of you have build setup then please share it with me.

In my ~/.openjdk/build.properties:

bootstrap.jdk=/data/bin/solaris/i386/jdk1.7.0
jtreg.home=/data/lib/jtreg
make.options=\
     ALT_BINARY_PLUGS_PATH=/data2/ws/6-open/openjdk-binary-plugs \
     ALT_BOOTDIR=/data/bin/solaris/i386/jdk1.6.0

        Dave
>
> Thanks,
> Vaibhav

Re: Building OpenJDK7 on NB

by Vaibhav Choudhary :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Dave. Get rid of all problems.

Thanks for the help.
Vaibhav

Dave Bristor wrote:

> Vaibhav Choudhary wrote:
>> Hello All,
>>
>> I was trying to build OpenJDK7 on Netbeans6. I am facing the
>> following problem:
>>
>> 1. We are getting some wired error like expecting % in some gmk file.
>> Any idea what is this ? - We are getting some error of Binary Plugs -
>> path is set to the folder containing  installed binary
>> plug(ALT_BINARY_PLUGS_PATH)
>
> Could you please be specific about the error?
>
> The NetBeans projects have not been updated to take advantage of the
> binary plugs, and still require a full JDK 7 in order to work.  In
> other words, the current documentation provided with the NetBeans
> projects is correct.
>
>> 2. If anyone of you have build setup then please share it with me.
>
> In my ~/.openjdk/build.properties:
>
> bootstrap.jdk=/data/bin/solaris/i386/jdk1.7.0
> jtreg.home=/data/lib/jtreg
> make.options=\
>     ALT_BINARY_PLUGS_PATH=/data2/ws/6-open/openjdk-binary-plugs \
>     ALT_BOOTDIR=/data/bin/solaris/i386/jdk1.6.0
>
>     Dave
>>
>> Thanks,
>> Vaibhav