On Sat, Sep 11, 2021 at 6:54 PM Geertjan Wielenga
<geertjan.wiele...@googlemail.com.invalid> wrote:

> Best to provide complete step by step instructions for someone to
> reproduce the problem so they can help you.
>
> Gj
>

$ git clone https://github.com/oracle/visualvm.git
< set your jdk to 1.8 >
$ cd visualvm/visualvm
$ unzip nb124_platform_21062021.zip
$ ant build-zip
...
BUILD SUCCESSFUL

Launch NB 12.4

Open Project
<Navigate in to the visualvm directory, open the VisualVM project>
On the root project (VisualVM) right click->Properties->Libraries->Java
Platform, set it appropriately (i.e. 1.8)
On the root project, right click->Package as->ZIP Distribution
...
/tmp/vm/visualvm/visualvm/uisupport/src/org/graalvm/visualvm/uisupport/ProfilerTabbedPane.java:52:
error: package sun.swing does not exist
import sun.swing.SwingUtilities2;
1 error

Note at the top of the build output that it's also running the same
build-zip target.

Regards,

Will Hartung

Reply via email to