| View previous topic :: View next topic |
| Author |
Message |
monty_hall
Joined: 05 Nov 2008 Posts: 50
|
Posted: Fri Jan 23, 2009 1:51 am Post subject: Profiler Source Code - Port to FreeBSD |
|
|
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 |
|
 |
Tomas Hurka Posted via mailing list.
|
Posted: Fri Jan 23, 2009 6:55 am Post subject: Profiler Source Code - Port to FreeBSD |
|
|
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: 13
|
Posted: Fri May 29, 2009 7:36 am Post subject: Re: Profiler Source Code - Port to FreeBSD |
|
|
| 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 |
|
 |
Tomas Hurka Posted via mailing list.
|
Posted: Fri May 29, 2009 9:16 am Post subject: Profiler Source Code - Port to FreeBSD |
|
|
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: 13
|
Posted: Wed Jun 03, 2009 6:39 am Post subject: Re: Profiler Source Code - Port to FreeBSD |
|
|
| 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 |
|
 |
Tomas Hurka Posted via mailing list.
|
Posted: Wed Jun 03, 2009 3:56 pm Post subject: Profiler Source Code - Port to FreeBSD |
|
|
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: 13
|
Posted: Thu Jun 04, 2009 7:14 am Post subject: Re: Profiler Source Code - Port to FreeBSD |
|
|
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 |
|
 |
rfolkerts
Joined: 22 Jan 2009 Posts: 3 Location: Germany
|
Posted: Sat Feb 06, 2010 5:11 pm Post subject: |
|
|
Hi,
has there been any progress with getting the Netbeans Profiler to run on a (native) FreeBSD JDK (be it openjdk or the jdk15 or jdk16)?
Would be really nice & cool to be able to profile on FBSD.
Cheers,
_ralf_ |
|
| Back to top |
|
 |
Tomas Hurka Posted via mailing list.
|
Posted: Tue Feb 09, 2010 8:55 am Post subject: Re: Profiler Source Code - Port to FreeBSD |
|
|
Hi Ralf,
On 6 Feb 2010, at 18:11, rfolkerts wrote:
| Quote: |
has there been any progress with getting the Netbeans Profiler to
run on a (native) FreeBSD JDK (be it openjdk or the jdk15 or jdk16)?
| I am sorry, there is no progress.
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 |
|
| Back to top |
|
 |
rfolkerts
Joined: 22 Jan 2009 Posts: 3 Location: Germany
|
Posted: Wed Feb 10, 2010 6:25 pm Post subject: |
|
|
Hi Thomas,
thank you very much for the reply!
Cheers,
_ralf_ |
|
| Back to top |
|
 |
Drizzt321
Joined: 16 Apr 2010 Posts: 3
|
Posted: Fri Apr 16, 2010 5:40 pm Post subject: |
|
|
Any update on this? I have a real need for doing remote profiling on a FreeBSD host. The Diablo JVM on the server gives me the following on java-version:
java version "1.6.0_07"
Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02)
Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode)
Is this the version you tried and it had missing parts? Is this newer than the one you tried?
The Profiler at http://www.yourkit.com/features/index.jsp#multiplatform supports FreeBSD, apparently with the same version (Diablo 1.6.0-7) as the one installed. Could this be the version that has what is needed for NetBeans? |
|
| Back to top |
|
 |
carolyny476
Joined: 26 Aug 2010 Posts: 1 Location: canada
|
Posted: Thu Aug 26, 2010 4:24 am Post subject: Re: Profiler Source Code - Port to FreeBSD |
|
|
| tinca wrote: | | 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 |
Such a very amazing link!
Thanks you for the post. |
|
| Back to top |
|
 |
norrow5210
Joined: 14 Mar 2011 Posts: 3
|
Posted: Mon Mar 14, 2011 3:58 am Post subject: |
|
|
| hello,every body ,nice to met you ,here... |
|
| Back to top |
|
 |
apo2
Joined: 22 May 2011 Posts: 4
|
Posted: Sun May 22, 2011 3:02 am Post subject: |
|
|
| I tried to compile it on PC-BSD, but immediately had problems. Has there been any progress on this? Its been over a year since this thread was active, hopefully there has been some progress? |
|
| Back to top |
|
 |
Tomas Hurka Posted via mailing list.
|
Posted: Wed May 25, 2011 7:33 pm Post subject: Re: Profiler Source Code - Port to FreeBSD |
|
|
Hi,
On 22 May 2011, at 05:02, apo2 wrote:
| Quote: | I tried to compile it on PC-BSD, but started had problems. Has there been any progress on this? Its been over a year since this thread was active, hopefully there has been some progress?
| I am sorry, there is no progress.
Bye,
--
Tomas Hurka <mailto:address-removed>
NetBeans Profiler http://profiler.netbeans.org
VisualVM http://visualvm.java.net
Software Developer
Oracle, Praha Czech Republic |
|
| Back to top |
|
 |
|