FeaturesPluginsDocs & SupportCommunityPartners

NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

Profiler Source Code - Port to FreeBSD

 
Post new topic   Reply to topic    NetBeans Forums -> Profiler Users
View previous topic :: View next topic  
Author Message
monty_hall



Joined: 05 Nov 2008
Posts: 27

PostPosted: Fri Jan 23, 2009 1:51 am    Post subject: Profiler Source Code - Port to FreeBSD Reply with quote

I wondering if the JFluid - or whatever Netbeans calls it.. - source code is available so that I can attempt to compile it for FreeBSD. I've just downloaded the NetBeans "main-golden" from mercurial repository and it looks like the lib's are precompiled. Any information appreciated.


Regards,

Monty
Back to top
View user's profile Send private message
Tomas Hurka
Posted via mailing list.





PostPosted: Fri Jan 23, 2009 6:55 am    Post subject: Profiler Source Code - Port to FreeBSD Reply with quote

Hi Monty,

On 23 Jan 2009, at 02:51, monty_hall wrote:

Quote:
I wondering if the JFluid - or whatever Netbeans calls it.. - source
code is available
Yes, it is.

Quote:
so that I can attempt to compile it for FreeBSD. I've just
downloaded the NetBeans "main-golden" from mercurial repository and
it looks like the lib's are precompiled.
I guess you are interested in JVMTI native agent sources, right? They
are in lib.profiler/native. I did compile it on FreeBSD (few months
ago), but the problem was that Diablo JDK is missing some parts in
JVMTI implementation that are needed by NetBeans Profiler. Is there
FreeBSD port of OpenJDK?

Bye,
--
Tomas Hurka <mailto:address-removed>
NetBeans Profiler http://profiler.netbeans.org
VisualVM http://visualvm.dev.java.net
Software Engineer, Developer Platforms Group
Sun Microsystems, Praha Czech Republic


---------------------------------------------------------------------
To unsubscribe, e-mail: address-removed
For additional commands, e-mail: address-removed
Back to top
tinca



Joined: 05 Mar 2009
Posts: 7

PostPosted: Fri May 29, 2009 7:36 am    Post subject: Re: Profiler Source Code - Port to FreeBSD Reply with quote

Tomas Hurka wrote:

... They
are in lib.profiler/native. I did compile it on FreeBSD (few months
ago), but the problem was that Diablo JDK is missing some parts in
JVMTI implementation that are needed by NetBeans Profiler. Is there
FreeBSD port of OpenJDK?


It is in the port system for some time:
http://www.freshports.org/java/openjdk6/

Is there any progress with the issue?
Thanks!

Zsolt
Back to top
View user's profile Send private message
Tomas Hurka
Posted via mailing list.





PostPosted: Fri May 29, 2009 9:16 am    Post subject: Profiler Source Code - Port to FreeBSD Reply with quote

Hi Zsolt,

On 29 May 2009, at 09:36, tinca wrote:

Quote:

Tomas Hurka wrote:
Quote:
... They
are in lib.profiler/native. I did compile it on FreeBSD (few months
ago), but the problem was that Diablo JDK is missing some parts in
JVMTI implementation that are needed by NetBeans Profiler. Is there
FreeBSD port of OpenJDK?

It is in the port system for some time:

http://www.freshports.org/java/openjdk6/
I am not able to find binaries. Can you please point me to the
binaries, which I can try.

Quote:
Is there any progress with the issue?

No progress so far.

Bye,
--
Tomas Hurka <mailto:address-removed>
NetBeans Profiler http://profiler.netbeans.org
VisualVM http://visualvm.dev.java.net
Software Engineer, Developer Platforms Group
Sun Microsystems, Praha Czech Republic


---------------------------------------------------------------------
To unsubscribe, e-mail: address-removed
For additional commands, e-mail: address-removed
Back to top
tinca



Joined: 05 Mar 2009
Posts: 7

PostPosted: Wed Jun 03, 2009 6:39 am    Post subject: Re: Profiler Source Code - Port to FreeBSD Reply with quote

Tomas Hurka wrote:
Can you please point me to the
binaries, which I can try.


Hello Tomas,

It may well be that there is no binary package yet. You can build one easily from the source via the the FreeBSD port system. If you do not want to spend time on it I may do for you. However, I have no experience how a complex piece of sw that is built under a different FreeBSD environment will behave on another one. I have two FreeBSD machines to my avail: one runs 7.2, the other 7.1, both compiled for the i386 arch and have fairly recent ports installed.
Back to top
View user's profile Send private message
Tomas Hurka
Posted via mailing list.





PostPosted: Wed Jun 03, 2009 3:56 pm    Post subject: Profiler Source Code - Port to FreeBSD Reply with quote

Hi tinca,

On 2 Jun 2009, at 23:39, tinca wrote:
Quote:
It may well be that there is no binary package yet. You can build
one easily from the source via the the FreeBSD port system.
I am sorry I don't know nothing about 'FreeBSD port system'. Can you
point me to some how-to?

Quote:
If you do not want to spend time on it I may do for you. However, I
have no experience how a complex piece of sw that is built under a
different FreeBSD environment will behave on another one. I have two
FreeBSD machines to my avail: one runs 7.2, the other 7.1, both
compiled for the i386 arch and have fairly recent ports installed.
I have PC-BSD 7.1 running, which I can use to build openjdk.

Bye,
--
Tomas Hurka <mailto:address-removed>
NetBeans Profiler http://profiler.netbeans.org
VisualVM http://visualvm.dev.java.net
Software Engineer, Developer Platforms Group
Sun Microsystems, Praha Czech Republic




---------------------------------------------------------------------
To unsubscribe, e-mail: address-removed
For additional commands, e-mail: address-removed
Back to top
tinca



Joined: 05 Mar 2009
Posts: 7

PostPosted: Thu Jun 04, 2009 7:14 am    Post subject: Re: Profiler Source Code - Port to FreeBSD Reply with quote

Hi Tomas,

Tomas Hurka wrote:
I am sorry I don't know nothing about 'FreeBSD port system'. Can you
point me to some how-to?
...
I have PC-BSD 7.1 running, which I can use to build openjdk.

Now, I am not familiar with PC-BSD. The only thing I know that is just basically a FreeBSD. On their site I found this:

http://wiki.pcbsd.org/index.php/PC-BSD_Users_Handbook#Switching_to_the_FreeBSD_LOCALBASE

On how to use FreeBSD port system:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
First, use portsnap to have the latest port-tree, then
normally you go to the desired port's dir (as root):
cd /usr/ports/java/openjdk1.6
and
make install
That's all. This will build and install all dependencies of that port, too. Managing on the long run your apps installed from ports (system) is made easy by using some tool. The handbook mentions portupgrade, I would recommend using portmaster (no ruby dep, faster op). Both of them are applications in the port system, use the above steps for installation.

I observed on the PC-BSD homepage, that there exists a utility (PBI builder), which also seems to be a viable route (if not the preferred one) for building a package a'la PC-BSD.

Zsolt
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> Profiler Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB