tencrocs / fb4linux

Automatically exported from code.google.com/p/fb4linux
0 stars 0 forks source link

Support for x64 eclipse win OS #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I am working on Windows 7 x64 with standard Flash Builder 4.5 from Adobe. 
Unfortunately due to some bugs in it, I often have Out of Memory errors after 
several Cleaning of my projects. We are building big system, so I have like 15 
flex projects in my workspace.

I would like to have ability to launch Flash Builder with x64 Eclipse/Java 
(just in order to configure more than 1.3G heap size, to make it work longer 
with no need to restart). Standard Flash Builder does not support x64 eclipse.  

My first try was to move to linux and try to use your FB in it. It works fine 
but it's hard-to-impossible to move to linux as I am using some software that 
is not runnable on linux (like MSSQL server). Virtual machines setup is not 
under consideration due to performance issues. Wine is not an option as well.

I tried to use your fb4linux on windows 7 x64 with eclipse x64 and jdk 6 x64. 
To my surprise it almost works fine except 1 issue that is  critical and 
show-stopper, though I feel like it is easily fixable.

Neither "Debug", nor "Run" works. The following exception occurs:

java.lang.NullPointerException
    at com.adobe.flexide.launching.internal.playertrust.PlayerTrustWarningTracker.doIsPlayerAlreadyLoaded(PlayerTrustWarningTracker.java:131)
    at com.adobe.flexide.launching.internal.playertrust.PlayerTrustWarningTracker.isPlayerAlreadyLoaded(PlayerTrustWarningTracker.java:119)
    at com.adobe.flexide.launching.LaunchingUtils.warnFlashPlayerTrust(LaunchingUtils.java:364)
    at com.adobe.flexide.launching.AbstractFdbLaunchHandler.preLaunchCheck(AbstractFdbLaunchHandler.java:124)
    at com.adobe.flexide.launching.AbstractFdbLaunchDelegate.preLaunchCheck(AbstractFdbLaunchDelegate.java:49)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:809)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:928)
    at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1132)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

Original issue reported on code.google.com by radz...@gmail.com on 31 Jul 2011 at 1:58

GoogleCodeExporter commented 8 years ago
This software is designed to run on Linux because there is an official version 
of Flash Builder that runs on windows. 
http://www.adobe.com/products/flash-builder.html

Original comment by LiraNuna on 8 Sep 2011 at 5:56

GoogleCodeExporter commented 8 years ago
As I mentioned in my original post, I am working on x64 Windows 7 and would 
like to use java x64 and eclipse x64. Just to configure more memory for 
eclipse. There is no Adobe support for such configuration, that is why I am to 
some extent in the same situation as linux user. 

Original comment by radz...@gmail.com on 8 Sep 2011 at 10:15

GoogleCodeExporter commented 8 years ago
as for mssql, simply use on a different server machine through jdbc driver. 
there is no need your develop workstation to be w7 too. 

Original comment by vittorio.ballestra on 22 Sep 2011 at 10:08

GoogleCodeExporter commented 8 years ago
mssql was just an example, there a lot of software in our development stack. 
moreover I can not choose development OS, as it is our corporate decision to 
use windows for it.

Original comment by radz...@gmail.com on 22 Sep 2011 at 10:59