Feed on
 Posts
 Comments
Java Beans dot Asia

Just a few simple tutorials …

I installed few days ago new version of Eclipse (Ganymede) and today I tried to install flex builder v3.

The installation went fine, but I got the following exception when trying to open Flex editor in Eclispe: “…org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed…”.

After Googling for some time I came across the following fix. So… there you go

GD Star Rating
loading...

Related posts:

  1. Right Tool For the Right Job
    I wanted to start a discussion what is the better choice for an application server when building an enterprise J2E application? Should one...
  2. Serialize POJO to XML
    Today my colleague, Chandana was trying to convert POJO to an XML file. In our company we are working with dom4j library, but...
  3. Marshalling VS Serialization
    The two terms are very very similar, and often treated the same. Quite few responds on various forums contradict each other, which made...
  4. Hack any Java class using reflection attack
    Have you ever thought how secure your application is? Well reflection attack can demonstrate how vulnerable Java classes are. In this post, I...
  5. Brainteaser: Broken Comparator
    Question: The following program returns result “1″, which indicates that first Integer value is greater than the second, why? import java.util.*; public class...