[jbosstools-issues] [JBoss JIRA] (JBIDE-11047) BrowserSim: the features should be disabled for 64-bit Java on 64-bit Windows
Denis Golovin (JIRA)
jira-events at lists.jboss.org
Tue Mar 20 20:08:47 EDT 2012
[ https://issues.jboss.org/browse/JBIDE-11047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678182#comment-12678182 ]
Denis Golovin commented on JBIDE-11047:
---------------------------------------
here is the patch:
{code}Index: META-INF/MANIFEST.MF
===================================================================
--- META-INF/MANIFEST.MF (revision 39670)
+++ META-INF/MANIFEST.MF (working copy)
@@ -15,3 +15,8 @@
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: JBoss by Red Hat
+Eclipse-PlatformFilter: (|
+ (&(osgi.ws=win32)(osgi.os=win32)(osgi.arch=x86))
+ (&(osgi.ws=cocoa)(osgi.os=macosx) (|(osgi.arch=x86)(osgi.arch=x86_64)) )
+ (&(osgi.ws=gtk)(osgi.os=linux) (|(osgi.arch=x86)(osgi.arch=x86_64)) )
+ )
{code}
> BrowserSim: the features should be disabled for 64-bit Java on 64-bit Windows
> -----------------------------------------------------------------------------
>
> Key: JBIDE-11047
> URL: https://issues.jboss.org/browse/JBIDE-11047
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Visual Page Editor core
> Affects Versions: 3.3.0.Beta1
> Reporter: Yahor Radtsevich
> Assignee: Denis Golovin
> Priority: Blocker
> Fix For: 3.3.0.Beta3
>
> Attachments: screenshot-1.png
>
>
> BrowserSim cannot be run with 64-bit Java on 64-bit Windows (JBIDE-11046). The platform filters of plugins should be changed to disable BrowserSim there.
--
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
More information about the jbosstools-issues
mailing list