Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/serkan-ozal/vaadin-s4v-demo
- Owner: serkan-ozal
- Created: 2014-05-02T20:18:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T12:51:05.000Z (over 10 years ago)
- Last Synced: 2024-10-17T00:12:05.004Z (30 days ago)
- Language: JavaScript
- Size: 21.7 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.