[Jadclipse-develop] [ jadclipse-Patches-1086142 ] Jadclipse not working in Eclipse 3.0.1
Status: Beta
Brought to you by:
vovikg
|
From: SourceForge.net <no...@so...> - 2005-12-05 10:33:58
|
Patches item #1086142, was opened at 2004-12-15 15:46 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1086142&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Jadclipse not working in Eclipse 3.0.1 Initial Comment: Hi, This was working prior, but now when I click on a class file I get this error in the editor window Class File Editor Source not found Eclipse info Version: 3.0.1 Build id: 200409161125 Jad info: C:\Documents and Settings\gkaplan>jad Jad v1.5.8f. My pc WinXp SP1 I followed all instrucions in the jadclipse readme file I have jad in my %PATH% variable (I can run jad from command line) I did associate *.class files w/ jad in eclipse I even changed the Jadclipse preferences path to decompiler to the actual location of the jad exe c:\download\jadnt158\jad.exe (according to the jad readme, this is not necessary) I do see the jad buttons in the toolbar. I do not see any jad error's in eclipse's log The funny thing is this worked previously and I tweaked some settings I also deleted the entire jadclipse folder from plugins directory and unzipped it again to there Thanks Gideon gk...@po... ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-05 02:33 Message: Logged In: NO I got more info : I have the following error when trying to open a class : java.lang.NullPointerException at jadclipse.JadclipsePlugin.logError(JadclipsePlugin.java:98) at jadclipse.JadclipseClassFileEditor.doOpenBuffer(JadclipseClassFileEditor.java:128) at jadclipse.JadclipseClassFileEditor.init(JadclipseClassFileEditor.java:56) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:773) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:572) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2325) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258) at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2250) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2212) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:263) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:140) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:141) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:226) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198) at org.eclipse.jdt.internal.ui.javaeditor.JavaElementHyperlink.open(JavaElementHyperlink.java:55) at org.eclipse.jface.text.hyperlink.HyperlinkManager.mouseUp(HyperlinkManager.java:388) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:137) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163) 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.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-12-01 02:26 Message: Logged In: NO Hello, I use Eclipse, Version: 3.1.0 (Build id: I20050627-1435), and I have tried installing Jad 1.58 and JadClipse 3.2.0 on a W2K PC. Jad works fine, and after I added the jad.exe in my JAVA_HOME, it's now in my PATH and I can call it from anywhere. But I could not make JadClipse work. It was keeping opening the classes with Eclipse's class file viewer, so I had a loot at the Eclipse's preferences. I found out .class files were actually associated first with 'JadClipse class file viewer' and secondly with the default class file viewer, which seems fine. But the <b>Java > JadClipse sub-menu </b>of the preferences gave me much better informations : <blockquote> Unable to create the selected page. Reason : plug-in "jadclipse" was unable to instanciate class "jadclipse.ui.JadClipsePreferencePage". Detail : java.lang.NullPointerException </blockquote> Manfred. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-11-07 01:10 Message: Logged In: NO ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-10-26 18:53 Message: Logged In: NO a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-10-13 21:58 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2005-09-28 23:47 Message: Logged In: YES user_id=7927 Hi, Opening a class file with Navigate > Open Type... or opening a class file from the Navigator works for me with JadClipse 3.1.0 (tested on Windows, Linux GTK, and Mac) in Eclipse 3.1 (not tested for Eclipse 3.0). However, File > Open File... doesn't work with class files. Please refer to bug 1307225, I'll fix it ASAP. - Johann - Johann ---------------------------------------------------------------------- Comment By: DerManiac (dermaniac) Date: 2005-09-28 06:09 Message: Logged In: YES user_id=1352347 Got the same problem with the new version for 3.1 Is nobobody of the developers able to respond to this thread? ---------------------------------------------------------------------- Comment By: hedgehog_suzuki (hedgehog_suzuki) Date: 2005-08-23 01:18 Message: Logged In: YES user_id=1333535 a ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-11 20:05 Message: Logged In: NO aaaaa ---------------------------------------------------------------------- Comment By: Yoshinobu (vox37) Date: 2005-08-04 22:23 Message: Logged In: YES user_id=928679 thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-08-04 21:50 Message: Logged In: NO thanks ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-06 20:03 Message: Logged In: NO thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-07-05 04:20 Message: Logged In: NO d ---------------------------------------------------------------------- Comment By: dokokano_panda (dokokano_panda) Date: 2005-06-23 03:08 Message: Logged In: YES user_id=1301619 ? ---------------------------------------------------------------------- Comment By: dokokano_panda (dokokano_panda) Date: 2005-06-23 03:07 Message: Logged In: YES user_id=1301619 thanks ---------------------------------------------------------------------- Comment By: saiki (senova) Date: 2005-06-13 02:21 Message: Logged In: YES user_id=1295629 ? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-06-05 19:57 Message: Logged In: NO thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-05-18 22:47 Message: Logged In: NO zxc ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-20 21:47 Message: Logged In: NO thank you! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-18 21:24 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Yukibo (yukibo) Date: 2005-04-04 00:26 Message: Logged In: YES user_id=1252365 thank you ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-03 17:59 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-04-03 05:19 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: s-ichi (highload00) Date: 2005-03-17 23:42 Message: Logged In: YES user_id=1241693 test ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-28 17:01 Message: Logged In: NO thank you. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-21 19:26 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-21 03:59 Message: Logged In: NO 1 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-08 18:22 Message: Logged In: NO thx ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-08 12:51 Message: Logged In: NO Is there anyway to debug this thing.. I'm going crazy here :( ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-02-07 08:11 Message: Logged In: NO hello ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-19 02:40 Message: Logged In: NO I have the same behavior with "Class File Editor" and "Source not found". Hanno ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-01-19 02:39 Message: Logged In: NO I have the same behavior with "Class File Editor" and "Source not found". ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-30 09:08 Message: Logged In: NO I just tried it on my PC (Win XP SP2) with Eclipse 3.0.1 and Jadclopse 2.0.8 downloaded from pataches area, it works fine. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427344&aid=1086142&group_id=40205 |