1. 首先下載Flex Builder 。
1).下載地址一:
http://download.macromedia.com/pub/flex/flex_builder/FB3_win.exe
大小: 424 MB ;未進(jìn)行壓縮的 Flex Builder 3 安裝文件
不用注冊登錄,可以直接下載。
2).下載地址二: http://trials.adobe.com/Applications/.../FB3_WWEJ.exe]http://trials.adobe.com/Applications/.../FB3_WWEJ.exe
大小: 385.84 MB ;已經(jīng)壓縮的 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
冰是沒有未來的,因為它的永恒 閱讀(2841)
評論(0) 編輯 收藏 所屬分類:
flex