Dear all, This post explains how to "create a new Remote Java Application":
http://eclipse.dzone.com/articles/how-debug-remote-java-applicat []s, Menezes 2009/1/8 Marcin Miłkowski <[email protected]> > CARLOS EDUARDO DANTAS DE MENEZES pisze: > > Thomas, >> >> We are trying to debug new version of CoGrOO (3.0.2) but it sounds a >> bit difficult. >> >> mene...@possante:~$ /opt/broffice.org3/program/soffice -writer >> terminate called after throwing an instance of >> 'com::sun::star::uno::RuntimeException' >> sh: crash_report: not found >> >> Do you have any tip to easy this task? >> > > Did you try debugging the Java code by attaching the debugger as described > here? (I believe CoGrOO was using a small Java interface to call the > standalone CoGrOO installation). > > See here: > > http://cedric.bosdonnat.free.fr/wordpress/?p=57 > > This is really a very useful technique - if a grammar checker gets > registered and called (on opening a text document), you will be able to set > breakpoints and get into the code to see what happens. From my experience, I > can tell you that most problems come from not setting the return values - > they are not for fun, they cannot be null, they can be at most empty. > > Regards > Marcin > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
