<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/eclipse-javacc/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/eclipse-javacc/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 30 Dec 2014 18:10:01 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/eclipse-javacc/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#15 utf-8 windows</title><link>https://sourceforge.net/p/eclipse-javacc/support-requests/15/?limit=25#ab2f</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; v1.0 (example)&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marc MAZAS</dc:creator><pubDate>Tue, 30 Dec 2014 18:10:01 -0000</pubDate><guid>https://sourceforge.netcb73fefd52b1a8c1859df1ef594f9b0dc531405c</guid></item><item><title>utf-8 windows</title><link>https://sourceforge.net/p/eclipse-javacc/support-requests/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I use JavaCC on a windows computer and a linux computer. On the linux machine the JavaCC grammar file is always interpreted as utf-8, which is fine, as it is a utf-8 file. Also the generated files are utf-8 encoded.&lt;br /&gt;
If I try to compile the same grammer file in eclipse on a windows machine it won't work. I have to use the GRAMMAR_ENCODING option to tell the plugin that the grammer file is utf-8. If I do that, compiling works. But the generated files are still not utf-8 encoded but windows standard. It seems that the plugin always uses the system standard although the project is set to utf8.&lt;br /&gt;
Is there any way to tell JavaCC Plugin to use utf-8 to encode the generated files?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 13 Jan 2013 13:03:56 -0000</pubDate><guid>https://sourceforge.net2c932643fa80c62641be8d80643e564c9d1da0eb</guid></item><item><title>utf-8 windows</title><link>https://sourceforge.net/p/eclipse-javacc/support-requests/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 15 has been modified: utf-8 windows&lt;br /&gt;
Edited By: Marc MAZAS (mmazas)&lt;br /&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;br /&gt;
_milestone updated: '' =&amp;gt; u'v1.0 (example)'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 13 Jan 2013 13:03:56 -0000</pubDate><guid>https://sourceforge.net1731a116f46e84b573308d1334526894ff40b596</guid></item><item><title>Problem with lexical actions</title><link>https://sourceforge.net/p/eclipse-javacc/support-requests/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello, I don't know if that's they way I should ask a question about implementation, sorry if it's not.&lt;/p&gt;
&lt;p&gt;I'm making a lexical analizer and I need to call a method every time a certain token appears. This method is declared at the main class called parser.&lt;br /&gt;
I need to add the readed token into a hashtable.&lt;/p&gt;
&lt;p&gt;Here is an example:&lt;/p&gt;
&lt;p&gt;TOKEN: //Comando&lt;br /&gt;
{&lt;br /&gt;
&amp;lt;COMAND: "\\"&amp;lt;WORD&amp;gt; &amp;gt;{parser.addTable(image);}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Doing that "parser.addTable(image)" image is a variable founded at parserTokenManager.java but the object parser is not.&lt;br /&gt;
I need a way to bring from the main class the object "parser" or send "image" to the main class.&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ismael Requena</dc:creator><pubDate>Fri, 07 Dec 2012 09:12:01 -0000</pubDate><guid>https://sourceforge.net16c7c39b6d89268bcc9708c0dc195ec2220c1310</guid></item><item><title>does not compile from CVS</title><link>https://sourceforge.net/p/eclipse-javacc/support-requests/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've got the version from CVS. &lt;/p&gt;
&lt;p&gt;I want to quickly hack it, so that it's source code formatter generates linux (ln) rather than dos (crlf) line endings.&lt;/p&gt;
&lt;p&gt;Anyhow, fresh from CVS I got two errors&lt;/p&gt;
&lt;p&gt;The first was easy, JJOutlinePageContentProvider.java:&lt;/p&gt;
&lt;p&gt;Changed 'd�b' to 'dob', fixed.&lt;/p&gt;
&lt;p&gt;But the second is more involved, do I need to run an ANT task or something?&lt;/p&gt;
&lt;p&gt;Description Resource    Path    Location    Type&lt;br /&gt;
ASTident_bnf_decl cannot be resolved to a type    JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 519    Java Problem&lt;br /&gt;
ASTident_bnf_decl cannot be resolved to a type    JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 519    Java Problem&lt;br /&gt;
ASTident_reg_expr_label cannot be resolved to a type JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 1147   Java Problem&lt;br /&gt;
ASTident_reg_expr_label cannot be resolved to a type JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 1147   Java Problem&lt;br /&gt;
ASTident_reg_expr_private_label cannot be resolved to a type    JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 1162   Java Problem&lt;br /&gt;
ASTident_reg_expr_private_label cannot be resolved to a type    JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 1162   Java Problem&lt;br /&gt;
ASTident_use cannot be resolved to a type  JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 157    Java Problem&lt;br /&gt;
ASTident_use cannot be resolved to a type  JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 157    Java Problem&lt;br /&gt;
ASTident_use cannot be resolved to a type  JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 1079   Java Problem&lt;br /&gt;
ASTident_use cannot be resolved to a type  JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 1079   Java Problem&lt;br /&gt;
ASTident_use cannot be resolved to a type  JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 1188   Java Problem&lt;br /&gt;
ASTident_use cannot be resolved to a type  JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 1188   Java Problem&lt;br /&gt;
ASTident_use cannot be resolved to a type  JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 1260   Java Problem&lt;br /&gt;
ASTident_use cannot be resolved to a type  JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 1260   Java Problem&lt;br /&gt;
ASTJavaIdentifierInClassOrInterfaceDeclaration cannot be resolved to a type JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 1705   Java Problem&lt;br /&gt;
ASTJavaIdentifierInClassOrInterfaceDeclaration cannot be resolved to a type JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 1705   Java Problem&lt;br /&gt;
ASTJavaIdentifierInMethodDeclarator cannot be resolved to a type    JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 2374   Java Problem&lt;br /&gt;
ASTJavaIdentifierInMethodDeclarator cannot be resolved to a type    JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 2374   Java Problem&lt;br /&gt;
ASTnode_desc_bnf_decl cannot be resolved to a type   JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 554    Java Problem&lt;br /&gt;
ASTnode_desc_bnf_decl cannot be resolved to a type   JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 554    Java Problem&lt;br /&gt;
ASTnode_desc_in_exp cannot be resolved to a type JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 943    Java Problem&lt;br /&gt;
ASTnode_desc_in_exp cannot be resolved to a type JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 943    Java Problem&lt;br /&gt;
ASTnode_desc_in_meth cannot be resolved to a type    JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 2310   Java Problem&lt;br /&gt;
ASTnode_desc_in_meth cannot be resolved to a type    JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 2310   Java Problem&lt;br /&gt;
ASTregexpr_kind cannot be resolved to a type   JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 836    Java Problem&lt;br /&gt;
ASTregexpr_kind cannot be resolved to a type   JavaCCParser.java   /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 836    Java Problem&lt;br /&gt;
Error: Could not create file : JavaCCParserTokenManager.java    JavaCC15.jj /sf.eclipse.javacc/src-plugin/sf/eclipse/javacc/parser  line 1  Problem&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bryan hunt</dc:creator><pubDate>Mon, 28 May 2012 11:04:34 -0000</pubDate><guid>https://sourceforge.net9508e15aa802b8451e533ebfed055b2979591b96</guid></item><item><title>argStack is not visible</title><link>https://sourceforge.net/p/eclipse-javacc/support-requests/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Eclipse tells me that "The field StrFormUni.argStack is not visible." StrFormUni.java is one of the files generated by StrFormUni.jj. One forum says that message indicates that the field had been declared private in the source file. But argStack is a static method of a public class. &lt;/p&gt;
&lt;p&gt;I would be grateful for an explanation of what I might be doing wrong. This code has been run before in Java, but not in Eclipse.&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Bob&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Wengert</dc:creator><pubDate>Wed, 15 Feb 2012 20:09:27 -0000</pubDate><guid>https://sourceforge.net2423defc99a5ecba9c849747be6e2624d0267abc</guid></item><item><title>unable to get javacc working on fedora eclipse</title><link>https://sourceforge.net/p/eclipse-javacc/support-requests/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've been compiling and using javacc on windows with eclipse JEE. this works fine, no problems.&lt;br /&gt;
However when trying on FC12 I cant get it to work. A small list of problems:&lt;br /&gt;
- no template, the "add template" screen reopens after i press finish.&lt;br /&gt;
- when creating the file manually i cant compile. It gives me a file not found error. The filename has an added quote before the name. so the error looks like:&lt;br /&gt;
error setting input: org.javacc.jjtree.JJTreeIOExeption: File "new_file.jjt not found.&lt;/p&gt;
&lt;p&gt;The command itself has the trailing quote to.: &amp;gt;java -classpath /home/.../javacc.jar jjtree "new_file.jjt&lt;/p&gt;
&lt;p&gt;I tried using the fedora eclipse. that did not work, then i tried eclipse jee from the eclipse site.&lt;br /&gt;
Both windows and linux eclipses use jre1.6. In fedora I tried the open and sun jdk's. Both had the same non working result.&lt;/p&gt;
&lt;p&gt;Any other things I could try?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 23 Feb 2010 00:21:31 -0000</pubDate><guid>https://sourceforge.netb249bd2037845af2ab25acb3f577979633408d3f</guid></item><item><title>Mac OS X 10.5; Eclipse v3.4: not supported</title><link>https://sourceforge.net/p/eclipse-javacc/support-requests/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Apple - Mac OS X Leopard (10.5); with Eclipse v3.4 is not supported, because some classes are compiled with Java v1.6. JVM 1.6 is not supported on OS X 10.5. (Maybe use compiler option source as 1.6, target output as 1.5)&lt;br /&gt;
See for javac options details &lt;a href="http://java.sun.com/javase/6/docs/technotes/tools/solaris/javac.html" rel="nofollow"&gt;http://java.sun.com/javase/6/docs/technotes/tools/solaris/javac.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Would be nice to see support for JVM 1.5 as no everyone is always on the front line :)&lt;/p&gt;
&lt;p&gt;PS: Mac OS X Snow Leopard (10.6); has support for JVM 1.6&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tjeerd Verhagen</dc:creator><pubDate>Tue, 01 Sep 2009 19:34:12 -0000</pubDate><guid>https://sourceforge.net685643e2ffa72a844fc1532307d16d919f49bb63</guid></item><item><title>Problem with installation</title><link>https://sourceforge.net/p/eclipse-javacc/support-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br /&gt;
I can't get the plugin to work. On fresh eclipse install (3.4.2) I used "http://eclipse-javacc.sourceforge.net/" as update site, installation goes on with no particular message. On eclipse restart plugin features don't appear and if I try to force the editor to open a .jj file (creating the file then double clicking on it) I get the following exception:&lt;/p&gt;
&lt;p&gt;Could not open the editor: An unexpected exception was thrown.&lt;/p&gt;
&lt;p&gt;java.lang.NullPointerException&lt;br /&gt;
at sf.eclipse.javacc.editors.JJReconcilingStrategy.search(JJReconcilingStrategy.java:98)&lt;br /&gt;
at sf.eclipse.javacc.editors.JJReconcilingStrategy.calculatePositions(JJReconcilingStrategy.java:90)&lt;br /&gt;
at sf.eclipse.javacc.editors.JJReconcilingStrategy.update(JJReconcilingStrategy.java:56)&lt;br /&gt;
at sf.eclipse.javacc.editors.JJReconcilingStrategy.setDocument(JJReconcilingStrategy.java:34)&lt;br /&gt;
at org.eclipse.jface.text.reconciler.MonoReconciler.reconcilerDocumentChanged(MonoReconciler.java:85)&lt;br /&gt;
at org.eclipse.jface.text.reconciler.AbstractReconciler$Listener.inputDocumentChanged(AbstractReconciler.java:294)&lt;br /&gt;
at org.eclipse.jface.text.TextViewer.fireInputDocumentChanged(TextViewer.java:2714)&lt;br /&gt;
at org.eclipse.jface.text.TextViewer.setDocument(TextViewer.java:2763)&lt;br /&gt;
at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:541)&lt;br /&gt;
at org.eclipse.jface.text.source.projection.ProjectionViewer.setDocument(ProjectionViewer.java:369)&lt;br /&gt;
at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:496)&lt;br /&gt;
at org.eclipse.ui.texteditor.AbstractTextEditor.initializeSourceViewer(AbstractTextEditor.java:3808)&lt;br /&gt;
at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:3364)&lt;br /&gt;
at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53)&lt;br /&gt;
at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:394)&lt;br /&gt;
at sf.eclipse.javacc.editors.JJEditor.createPartControl(JJEditor.java:102)&lt;br /&gt;
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)&lt;br /&gt;
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:428)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594)&lt;br /&gt;
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:306)&lt;br /&gt;
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)&lt;br /&gt;
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)&lt;br /&gt;
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)&lt;br /&gt;
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)&lt;br /&gt;
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)&lt;br /&gt;
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)&lt;br /&gt;
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1608)&lt;br /&gt;
at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)&lt;br /&gt;
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)&lt;br /&gt;
at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)&lt;br /&gt;
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)&lt;br /&gt;
at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)&lt;br /&gt;
at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:217)&lt;br /&gt;
at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207)&lt;br /&gt;
at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:779)&lt;br /&gt;
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:678)&lt;br /&gt;
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:639)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2817)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2729)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2721)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2673)&lt;br /&gt;
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2652)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2643)&lt;br /&gt;
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:646)&lt;br /&gt;
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:605)&lt;br /&gt;
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:318)&lt;br /&gt;
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:160)&lt;br /&gt;
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:228)&lt;br /&gt;
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:207)&lt;br /&gt;
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:274)&lt;br /&gt;
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:250)&lt;br /&gt;
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:363)&lt;br /&gt;
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$5.open(PackageExplorerPart.java:603)&lt;br /&gt;
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:820)&lt;br /&gt;
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)&lt;br /&gt;
at org.eclipse.core.runtime.Platform.run(Platform.java:880)&lt;br /&gt;
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)&lt;br /&gt;
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)&lt;br /&gt;
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:818)&lt;br /&gt;
at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1079)&lt;br /&gt;
at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1183)&lt;br /&gt;
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:263)&lt;br /&gt;
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:257)&lt;br /&gt;
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:297)&lt;br /&gt;
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;br /&gt;
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)&lt;br /&gt;
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)&lt;br /&gt;
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)&lt;br /&gt;
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)&lt;br /&gt;
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)&lt;br /&gt;
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)&lt;br /&gt;
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)&lt;br /&gt;
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)&lt;br /&gt;
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)&lt;br /&gt;
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)&lt;br /&gt;
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)&lt;br /&gt;
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br /&gt;
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;br /&gt;
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;br /&gt;
at java.lang.reflect.Method.invoke(Unknown Source)&lt;br /&gt;
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)&lt;br /&gt;
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)&lt;br /&gt;
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)&lt;/p&gt;
&lt;p&gt;I tried to run eclipse with "-clean", uninstall reinstall plugin, yet the same error occurs...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aymeric L</dc:creator><pubDate>Tue, 05 May 2009 10:23:13 -0000</pubDate><guid>https://sourceforge.net00106743e81cb1ed34bb2df46619b18a3de3a4a2</guid></item><item><title>Eclipse 3.4</title><link>https://sourceforge.net/p/eclipse-javacc/support-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am trying to install the plug-in on to Eclipse 3.4 on my MAC OS. I have JVM 1.5. Even replacing the jar files with the ones compiled for JVM 1.5 (available at &lt;a href="http://pagesperso-orange.fr/eclipse_javacc/EclipseJavaCC-1.5.13.zip\" rel="nofollow"&gt;http://pagesperso-orange.fr/eclipse_javacc/EclipseJavaCC-1.5.13.zip\&lt;/a&gt;) does not seem to solve the situation&lt;/p&gt;
&lt;p&gt;Here's the stacktrace I get when I open a jjt file I created using a previous release&lt;/p&gt;
&lt;p&gt;java.lang.UnsupportedClassVersionError: Bad version number in .class file&lt;br /&gt;
at java.lang.ClassLoader.defineClass1(Native Method)&lt;br /&gt;
at java.lang.ClassLoader.defineClass(ClassLoader.java:675)&lt;br /&gt;
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:165)&lt;br /&gt;
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:554)&lt;br /&gt;
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:524)&lt;br /&gt;
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:455)&lt;br /&gt;
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass_LockClassLoader(ClasspathManager.java:443)&lt;br /&gt;
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:423)&lt;br /&gt;
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:193)&lt;br /&gt;
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:368)&lt;br /&gt;
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:444)&lt;br /&gt;
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)&lt;br /&gt;
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)&lt;br /&gt;
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)&lt;br /&gt;
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)&lt;br /&gt;
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:313)&lt;br /&gt;
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)&lt;br /&gt;
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1274)&lt;br /&gt;
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)&lt;br /&gt;
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:867)&lt;br /&gt;
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)&lt;br /&gt;
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:267)&lt;br /&gt;
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:263)&lt;br /&gt;
at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(EditorDescriptor.java:233)&lt;br /&gt;
at org.eclipse.ui.internal.EditorManager.createPart(EditorManager.java:846)&lt;br /&gt;
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:606)&lt;br /&gt;
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:428)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594)&lt;br /&gt;
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:306)&lt;br /&gt;
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)&lt;br /&gt;
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)&lt;br /&gt;
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)&lt;br /&gt;
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)&lt;br /&gt;
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)&lt;br /&gt;
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)&lt;br /&gt;
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1608)&lt;br /&gt;
at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)&lt;br /&gt;
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)&lt;br /&gt;
at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)&lt;br /&gt;
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)&lt;br /&gt;
at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)&lt;br /&gt;
at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:217)&lt;br /&gt;
at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207)&lt;br /&gt;
at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:779)&lt;br /&gt;
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:678)&lt;br /&gt;
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:639)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2817)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2729)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2721)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2673)&lt;br /&gt;
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2652)&lt;br /&gt;
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2643)&lt;br /&gt;
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:646)&lt;br /&gt;
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:605)&lt;br /&gt;
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:318)&lt;br /&gt;
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:160)&lt;br /&gt;
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:228)&lt;br /&gt;
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:207)&lt;br /&gt;
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:274)&lt;br /&gt;
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:250)&lt;br /&gt;
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:363)&lt;br /&gt;
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$5.open(PackageExplorerPart.java:603)&lt;br /&gt;
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:820)&lt;br /&gt;
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)&lt;br /&gt;
at org.eclipse.core.runtime.Platform.run(Platform.java:880)&lt;br /&gt;
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)&lt;br /&gt;
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)&lt;br /&gt;
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:818)&lt;br /&gt;
at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1079)&lt;br /&gt;
at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1183)&lt;br /&gt;
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:263)&lt;br /&gt;
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:257)&lt;br /&gt;
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:297)&lt;br /&gt;
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;br /&gt;
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)&lt;br /&gt;
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)&lt;br /&gt;
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)&lt;br /&gt;
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1360)&lt;br /&gt;
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3474)&lt;br /&gt;
at org.eclipse.swt.widgets.Control.sendTrackEvents(Control.java:3024)&lt;br /&gt;
at org.eclipse.swt.widgets.Control.kEventControlTrack(Control.java:2104)&lt;br /&gt;
at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:375)&lt;br /&gt;
at org.eclipse.swt.widgets.Display.controlProc(Display.java:862)&lt;br /&gt;
at org.eclipse.swt.internal.carbon.OS.CallNextEventHandler(Native Method)&lt;br /&gt;
at org.eclipse.swt.widgets.Tree.kEventMouseDown(Tree.java:2599)&lt;br /&gt;
at org.eclipse.swt.widgets.Widget.mouseProc(Widget.java:1326)&lt;br /&gt;
at org.eclipse.swt.widgets.Display.mouseProc(Display.java:2925)&lt;br /&gt;
at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)&lt;br /&gt;
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3047)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)&lt;br /&gt;
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)&lt;br /&gt;
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)&lt;br /&gt;
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)&lt;br /&gt;
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)&lt;br /&gt;
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)&lt;br /&gt;
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)&lt;br /&gt;
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)&lt;br /&gt;
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)&lt;br /&gt;
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)&lt;br /&gt;
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br /&gt;
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;br /&gt;
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;br /&gt;
at java.lang.reflect.Method.invoke(Method.java:585)&lt;br /&gt;
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)&lt;br /&gt;
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)&lt;br /&gt;
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luigi</dc:creator><pubDate>Thu, 11 Sep 2008 09:25:57 -0000</pubDate><guid>https://sourceforge.netd206fae185e4cbc9f7bf71842d82c4d3acdf22e5</guid></item></channel></rss>