Felipe Requeno

Greenhorn
+ Follow
since Jan 30, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Felipe Requeno

Do you teach how to build an Eclipse plugin from the scratch with a practical example in your Book?

I always wanted to build my own Eclipse Plugin for my partners and me. But, for several reasons, I haven't been able to get on with it.

Greetings,

Felipe
Most of the plugins I have seen are very limited or are vendor oriented...
The WTP project has a visual editor for JSP and JSF but it isn't that good.

But you have to keep in mind that an IDE does not evolve as fast as a framework does...

Best regards,

Felipe.
You can also use the -vm parameter when calling the eclipse executable.
Something like this: eclipse.exe -vm=%JAVA_HOME%\bin\javaw.exe (if you're using windows)

Greetings...

Felipe.