- This topic has 5 replies, 4 voices, and was last updated 21 years, 1 month ago by
Riyad Kalla.
-
AuthorPosts
-
dduckworthMemberHello, I’ve just paid for my upgrade and downloaded
eclipse (eclipse-SDK-3.0M4-win32.zip) and accompanying
myeclipse (EnterpriseWorkbenchInstaller_030603.exe).
I’ve also installed sdk 1.4 and pointed eclipse to
this JAVA_HOME. myeclipse starts ok, but when I try
to open a .java, I get the following error: “Cannot
open default editor on ServiceManager.java. File does
not exist.”The default editor is a java editor as indicated in
Window->Preferences, Workbench–>File Associations[/code]
support-michaelKeymasterThis is odd behavior since internally MyEclipse does not impose new code or configuraiton on the Eclipse JDT configuration or Java editor. Try this:
1) uninsall MyEclipse
2) start up Eclipse 3M4
3) create a Java project and test java class with the wizards
4) double click on the Java file to launch the Java editor
5) if #4 is successful (editor opens as expected) perform steps 5-8
6) shutdown Eclipse
7) reinstall MyEclipse
8) restart MyEclipse and test step #4Michael
MyEclipse Support
dduckworthMemberProblem fixed. I re-extracted eclipse 30m4 and I can now open java files. i suspect i had corrupted my installation.
dduckworthMemberWell, the reason it worked was because I created the file from within eclipse. Once I created a new project and linked a source folder, none of the .java files will open! However, if I create a new package using the menu and create a new class using the menu, the file will open in the browser.
Scott AndersonParticipantThere’s a bug in Eclipse 3.0M4 related to link traversal that is most likely the cause. One of our users notified us about it here:
https://www.genuitec.com/forums/topic/external-source-files-linked-resources-closed/It’s a bit of a showstopper for M4 if external link support is a must for you.
–Scott
MyEclipse Support
Riyad KallaMemberI am closing this bug because it was a M4 issue that was fixed in M5.
-
AuthorPosts