JavaCC Eclipse Plug-in
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
October 2023 | 144/421 | 11 (0.08%) | 1 |
September 2023 | 109/663 | 363 (0.12%) | 20 |
August 2023 | 209/673 | 96 (0.03%) | 12 |
July 2023 | 163/669 | 175 (0.06%) | 27 |
June 2023 | 153/670 | 211 (0.07%) | 8 |
May 2023 | 149/672 | 246 (0.07%) | 12 |
April 2023 | 183/668 | 150 (0.05%) | 7 |
March 2023 | 135/688 | 340 (0.09%) | 10 |
February 2023 | 163/668 | 211 (0.06%) | 17 |
January 2023 | 145/677 | 236 (0.07%) | 18 |
December 2022 | 150/805 | 243 (0.07%) | 21 |
November 2022 | 135/808 | 352 (0.09%) | 13 |
Unsuccessful Installs in the last 7 Days: 1
Count | Error Message |
---|---|
1 | Cannot continue the operation. There is another install operation in progress. |
Tuesday, October 3, 2023 - 03:23
Reviews Sign in to post reviews
JavaCC / JJDoc does not handle spaces in file paths properly
Submitted by WANDERSON RIGO on Tue, 2023-04-25 10:13
Hello. I installed the JavaCC plugin on Eclipse 2023. However, when I try to generate documentation for a .jj file using the menu, the HTML file is not generated. I suspect that the reason is because the path to the .jj file contains a whitespace, which is not being handled properly. I was able to generate the HTML file by creating a .bat file with the following content:
java -classpath C:\Users\Wanderson.p2\pool\plugins\sf.eclipse.javacc_1.5.33\jars\javacc-6.0.jar jjdoc -OUTPUT_FILE=C:\Users\Wanderson\Downloads\ParserBNF.html "D:\IFC\Google Drive\MyProject\src\lookahead\Lookahead.jj"
Note that the paths are enclosed in quotation marks to handle the space in "Google Drive".
On the other hand, the JavaCC console in Eclipse says:
java -classpath C:\Users\Wanderson.p2\pool\plugins\sf.eclipse.javacc_1.5.33\jars\javacc-6.0.jar jjdoc -OUTPUT_FILE=C:\Users\Wanderson\Downloads\ParserBNF.html D:/IFC/Google Drive/aulas/Compiladores/eclipse/JavaCC/src/lookahead/Lookahead.jj
Re: JavaCC / JJDoc does not handle spaces in file paths properly
Submitted by Marc Mazas on Fri, 2023-06-30 11:46
Hi Rigo. Version 1.6.0 has the fix for this.
Java CC version
Submitted by Gabriele Pezzini on Thu, 2020-09-10 10:09
The plugin has the javacc version 1.5.33, which is of some years ago.
Right now java cc is at level 7.0.9.
Have in in plan to support the newer version of javacc or are there any ways to use the newer version of java CC in this plugin?
Thanks
Re: Java CC version
Submitted by Marc Mazas on Wed, 2020-11-04 10:22
Hi. 1.5.33 is the plugin's version, not javacc's version. The plugin embeds some versions of javacc and jtb, but you can set for each project any javacc.jar that you have downloaded on your workstation.
Neon
Submitted by Floris Thijssen on Fri, 2016-10-14 10:17
Doesn't support installation on Eclipse Neon. Is it planned or is the plug-in dead?
The plugin works on Neon and
Submitted by Marc Mazas on Mon, 2016-10-17 11:56
The plugin works on Neon and below. May be the installation from the Eclipse Market Place does not work (because things have not been updated ?). You can still install it by going to SourceForge.
Does not Work for Luna
Submitted by Silvia Takahashi on Wed, 2016-08-17 12:49
I have preciously installed it on kepler, and it works fine, but not in Una.
Cant install on Luna
Submitted by Silvia Takahashi on Wed, 2016-08-17 12:47
I install, relaunch eclipse but the plugin is not installed. It appears under installed software, but I cannot create a new javaCC project, nor can I ru JavaCC on an imported project.
Installation on Luna
Submitted by Marc Mazas on Fri, 2016-08-19 03:36
Hi. The plugin indeed works on Luna as on others.