1. 首先下载Flex Builder 。
1).下载地址一:
http://download.macromedia.com/pub/flex/flex_builder/FB3_win.exe
大小: 424 MB ;未进行压缩的 Flex Builder 3 安装文件
不用注册登录,可以直接下载。
2).下载地址二: http://trials.adobe.com/Applications/.../FB3_WWEJ.exe]http://trials.adobe.com/Applications/.../FB3_WWEJ.exe
大小: 385.84 MB ;已经压缩的 Flex Builder 3 安装文件
需要注册登录,才可下载
2. 安装 Flex Builder 3
双击下载下来的FLXB_3.0_Win_WWE.exe,并选择一个安装目录。
3.编译替换zornproject.jar
编译FlexBuilder3License ,重新 打zornproject.jar替换x:\Adobe\Flex Builder 3 Plug-in\eclipse\plugins\com.adobe.flexbuilder.project_3.0.194161\zornproject.jar
package com.adobe.flexbuilder.project.asn.flexbuilder3;
import com.adobe.asneu.a;
import com.adobe.flexbuilder.project.asn.d;
import java.util.Calendar;
import java.util.Date;
public final class FlexBuilder3License implements d {
public static final boolean fIsBeta = false ;
public static final int defaultTrialDays = 61 ;
public static final int sixtyDayTrialExtension = 61 ;
public static final int ninetyDayTrialExtension = 91 ;
public static final FlexBuilder3License BAD_LICENSE = new FlexBuilder3License();
public static final FlexBuilder3License TRIAL_LICENSE = new FlexBuilder3License(
false );
public static final FlexBuilder3License BETA_LICENSE = new FlexBuilder3License(
false );
private boolean fValid;
private Date fExpireDate;
private boolean fIsEdu;
private boolean fIsPro;
private boolean fIsNFR;
private int fIsTryout;
private FlexBuilder3License() {
fValid = false ;
fExpireDate = new Date();
fIsEdu = false ;
fIsPro = false ;
fIsNFR = false ;
fIsTryout = 0 ;
}
private FlexBuilder3License( boolean flag) {
fValid = false ;
fExpireDate = new Date();
fIsEdu = false ;
fIsPro = false ;
fIsNFR = false ;
fIsTryout = 0 ;
fValid = true ;
}
public FlexBuilder3License(a a1) {
fValid = false ;
fExpireDate = new Date();
fIsEdu = false ;
fIsPro = false ;
fIsNFR = false ;
fIsTryout = 0 ;
fIsPro = true ;
}
public boolean isValid() {
return fValid;
}
public int getMajorVersion() {
return 2 ;
}
public Date getExpirationDate() {
Calendar calendar = Calendar.getInstance();
calendar.set( 2 , 2 );
calendar.set( 5 , 15 );
calendar.set( 1 , 2888 );
fExpireDate = calendar.getTime();
return fExpireDate;
}
public int getEvalDays() {
return 9999 ;
}
public long getEvalDaysLeft() {
return 9999 ;
}
public boolean isExpired() {
return false ;
}
public String getEdition() {
return Messages3.getString( " FlexBuilderLicense.Pro " );
}
public boolean isTrial() {
return false ;
}
public String getLastWarningMessage() {
return null ;
}
public boolean isDateBased() {
return false ;
}
public String toString() {
return Messages3.getString( " FlexBuilderLicense.ProductName " );
}
public boolean isMxmlCompileEnabled() {
return false ;
}
public boolean isIPRestricted() {
return false ;
}
public boolean isTimeoutRestricted() {
return false ;
}
public boolean isEducationalVersion() {
return false ;
}
public boolean isPro() {
return true ;
}
public boolean isUpgrade() {
return false ;
}
public boolean isUpsell() {
return false ;
}
public boolean isNFR() {
return false ;
}
public boolean isUpgradeable() {
return ! fIsEdu && ! fIsNFR && ! fIsPro;
}
public int isTryout() {
return fIsTryout;
}
public int extendTrial() {
return 1 ;
}
}
posted on 2008-08-26 14:27
冰是没有未来的,因为它的永恒 阅读(2836)
评论(0) 编辑 收藏 所属分类:
flex