Window > Preferences > General > check "Show heap status"
You can see current heap size and memory usage
"click bin icon for garbage collection"
Wednesday, 24 February 2010
Thursday, 11 February 2010
[Flex] RSL - Error
==== Error Message after change to RSL Way ===
VerifyError: Error #1014: Class mx.effects::TweenEffect could not be found.
- Reason
framework.swc or some flex library does not load
- Solution : Change the loading library
- How
Click right button from project > Properties
> Flex Build Path > Library path > extend Flex 3.4
>Move up "framework.swc and datavisulaization.swc"
VerifyError: Error #1014: Class mx.effects::TweenEffect could not be found.
- Reason
framework.swc or some flex library does not load
- Solution : Change the loading library
- How
Click right button from project > Properties
> Flex Build Path > Library path > extend Flex 3.4
>Move up "framework.swc and datavisulaization.swc"
Wednesday, 10 February 2010
[Flex] BlazDs
1. Create Flex project
2. select option J2EE
3. Finsh Create Flex project
4. Click properties from project
5. Change URL and Context root form "Flex Server"
Root URL : http://localhost:8080/BlazeDS
Context root : BlazeDS
6. "Flex Compiler" -services "C://Unithru/Flex/BlazeDs/WebContent/WEB-INF/flex/services-config.xml" -locale en_US
http://mcchae.egloos.com/5202864 - step 1
http://mcchae.egloos.com/5202859 - setp 2
2. select option J2EE
3. Finsh Create Flex project
4. Click properties from project
5. Change URL and Context root form "Flex Server"
Root URL : http://localhost:8080/BlazeDS
Context root : BlazeDS
6. "Flex Compiler" -services "C:/
http://mcchae.egloos.com/5202864 - step 1
http://mcchae.egloos.com/5202859 - setp 2
Tuesday, 9 February 2010
[Error] Tomcat start Error with Eclipse
=== Error message =====
Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.
=== Solution =====
Double click from "servers" console in eclipse
and change start time from "Timeouts"
Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.
=== Solution =====
Double click from "servers" console in eclipse
and change start time from "Timeouts"
Friday, 5 February 2010
[Flex] Swiz sample
http://www.webappsolution.com/wordpress/2010/01/06/swiz-passive-view-example-part-1/
Subscribe to:
Posts (Atom)