[
https://issues.jboss.org/browse/JBIDE-11493?page=com.atlassian.jira.plugi...
]
Yahor Radtsevich commented on JBIDE-11493:
------------------------------------------
It should be not hard to create a script which will pack BrowserSim plugins and SWT
library in runnable .jar.
When I did it in Eclipse with Export > Runnable JAR File, it generated a 3 MB runnable
jar.
Create standalone BrowserSim application
----------------------------------------
Key: JBIDE-11493
URL:
https://issues.jboss.org/browse/JBIDE-11493
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Affects Versions: 3.3.0.Beta3
Reporter: Denis Golovin
Assignee: Yahor Radtsevich
When I was looking for other Browser Simulator implementations I could not found anything
downloadable for personal consumption :) would be good to provide standalone application
for anyone to run. Because now to run it as standalone one need to know java and go with
something like
{code}
java -cp /path/with/browsersim/jars;/path/to/platform/dependent/swt.jar
org.jboss.tools.vpe.browsersim.ui.BrowserSim
{code}
In case of application it would need just a little:
# Download archive
# Unpack it
# Run browsersim(.exe)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira