Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/serkan-ozal/vaadin-s4v-demo

Demo of vaadin-s4v
https://github.com/serkan-ozal/vaadin-s4v-demo

Last synced: 15 days ago
JSON representation

Demo of vaadin-s4v

Awesome Lists containing this project

README

        

vaadin-s4v-demo
===============

Demo of vaadin-s4v

Usage
===============

If you have got an error like this

~~~~~ java
...

com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file: target process not responding or HotSpot VM not loaded

...
~~~~~

You must explicitly enable attach listener flag by `-XX:+StartAttachListener` as VM argument.
This error is caused by a bug of JVM on **MacOS** operating system.