Skip to main content



      Home
Home » Language IDEs » AspectJ » can't create class
can't create class [message #1051301] Sun, 28 April 2013 11:07 Go to next message
Eclipse UserFriend
Hello
I just start study programing in java
I am trying to create a class in elipse 1.5 but when I finish create and it show me "Could not open the editor: Group not found: show.ext"
hope anyone can help me Sad
  • Attachment: hinh.png
    (Size: 140.00KB, Downloaded 601 times)
Re: can't create class [message #1051460 is a reply to message #1051301] Sun, 28 April 2013 16:57 Go to previous messageGo to next message
Eclipse UserFriend
Click on the details button and copy/paste the stack trace here. Also, go into the error log and paste any relevant errors: Window -> Show view -> Other -> Error log.
Re: can't create class [message #1051640 is a reply to message #1051301] Sun, 28 April 2013 23:52 Go to previous messageGo to next message
Eclipse UserFriend
when I click on detail and it show me
java.lang.IllegalArgumentException: Group not found: show.ext
at org.eclipse.jface.action.ContributionManager.addToGroup(ContributionManager.java:131)
at org.eclipse.jface.action.ContributionManager.appendToGroup(ContributionManager.java:145)
at org.eclipse.jface.action.SubContributionManager.appendToGroup(SubContributionManager.java:82)
at org.eclipse.jface.action.SubContributionManager.appendToGroup(SubContributionManager.java:73)
at org.eclipse.jdt.internal.ui.javaeditor.BasicJavaEditorActionContributor.contributeToMenu(BasicJavaEditorActionContributor.java:156)
at org.eclipse.jdt.internal.ui.javaeditor.BasicCompilationUnitEditorActionContributor.contributeToMenu(BasicCompilationUnitEditorActionContributor.java:107)
at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditorActionContributor.contributeToMenu(CompilationUnitEditorActionContributor.java:48)
at org.eclipse.ui.part.EditorActionBarContributor.init(EditorActionBarContributor.java:167)
at org.eclipse.ui.part.EditorActionBarContributor.init(EditorActionBarContributor.java:146)
at org.eclipse.jdt.internal.ui.javaeditor.BasicJavaEditorActionContributor.init(BasicJavaEditorActionContributor.java:127)
at org.eclipse.jdt.internal.ui.javaeditor.BasicCompilationUnitEditorActionContributor.init(BasicCompilationUnitEditorActionContributor.java:179)
at org.eclipse.ui.internal.EditorManager.createEditorActionBars(EditorManager.java:323)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:790)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:647)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:271)
at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1429)
at org.eclipse.ui.internal.EditorManager$5.runWithException(EditorManager.java:942)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4041)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
at org.eclipse.ui.internal.Workbench$31.runWithException(Workbench.java:1567)
at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4041)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2548)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.epf.rcp.ui.MainApplication.createWorkbenchAdvisor(MainApplication.java:116)
at org.eclipse.epf.rcp.ui.MainApplication.start(MainApplication.java:82)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
Re: can't create class [message #1051643 is a reply to message #1051640] Sun, 28 April 2013 23:56 Go to previous messageGo to next message
Eclipse UserFriend
OK. That error message indicates that something went wrong earlier in the startup. Can you look at your error log as described above?
Re: can't create class [message #1051885 is a reply to message #1051643] Mon, 29 April 2013 06:21 Go to previous messageGo to next message
Eclipse UserFriend
I tried to open this box but I can't see it @@
Re: can't create class [message #1052047 is a reply to message #1051885] Mon, 29 April 2013 10:55 Go to previous message
Eclipse UserFriend
Well, I don't know what is wrong, but it looks like your installation is somehow broken. I'd recommend deleting your existing install of Eclipse and unzipping a new one.
Previous Topic:problem with eclipse
Next Topic:A simple parametrized class question
Goto Forum:
  


Current Time: Fri May 23 14:01:41 EDT 2025

Powered by FUDForum. Page generated in 0.03863 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top