It sounds like the agent loading itself is perhaps failing. There
should be eclipsec.exe or eclipsec.bat or some such, which should give
you the output. I'm guessing it'll say something along the lines of
agent not found. -console and friends don't work on windows because
unless java.exe instead of javaw.exe is used, there's no terminal to
write to. Apps can't go "Oh, hey, look, a terminal! I'll use that!"
like in linux and os x. I believe eclipsec addresses that is (and you
might ALSO have to pass in -console, I'm not sure, I don't have a
windows machine here to test this on).
If this is no help I'll fire up a virtual machine image and see if I
can reproduce what you're seeing, or if I can figure out how to make
eclipse output messages. I'm positive I've managed it before.
On May 21, 7:59 am, Maaartin <
grajc...@seznam.cz> wrote:
> I've just downloaded Lombok 0.9.2 and wanted to install it over my old
> 0.8.5.
>
> I copied it into my eclipse directory and started from there, which
> was wrong, since it truncated itself to length 0, most probably
> because of not recognizing that the destination and source files are
> the same. This is a minor issue, I can live with.
>
> The real problem is my eclipse not starting anymore. The eclipse.ini
> looks just like it was before, ending with
> -javaagent:lombok.jar
> -Xbootclasspath/a:lombok.jar
> that's fine. I get no logfile, neither in eclipse directory, nor in
> configuration, nor in workspace. I get no output to console although I
> tried all the options -console, -consoleLog, and -debug (both
> individually and together). I tried -cleanup as well, whatever it
> does. Eclipse just exits with error code 1 and that's the only
> information I can get.
>
> Removing the javaagent line helps, so the problem is definitely
> related to lombok. I'm using XP64, eclipse 3.5.0, and Java 1.6.0_13-
> b03.
>
> --
> You received this message because you are subscribed to the Google
> Groups group forhttp://
projectlombok.org/