Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Preventing navigation (Open Decleratio) to .class
Preventing navigation (Open Decleratio) to .class [message #145146] Wed, 25 February 2004 03:47 Go to next message
Eclipse UserFriend
I use the F3 all the time (Open Decleration) but I often nevigate to
ClassName.class instead of ClassName.java which makes my life complicated
if I need to modify the file.

Is there any way to filter .class files? I tries filtering through the
Package Explorer - but it didn't help.

Anyone else have this problem? Any ideas?
Re: Preventing navigation (Open Decleratio) to .class [message #145154 is a reply to message #145146] Wed, 25 February 2004 05:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Alon wrote:

>I use the F3 all the time (Open Decleration) but I often nevigate to
>ClassName.class instead of ClassName.java which makes my life complicated
>if I need to modify the file.
>
>Is there any way to filter .class files? I tries filtering through the
>Package Explorer - but it didn't help.
>
>Anyone else have this problem? Any ideas?
>
>
This looks like a build path problem. Verify the your output folder
isn't on the build path.

Dani
Re: Preventing navigation (Open Decleratio) to .class [message #145178 is a reply to message #145146] Wed, 25 February 2004 06:26 Go to previous message
Eclipse UserFriend
It sounds like you're misusing class folders vs source folders. Class
folders are libraries that you almost never change.
If you often edit a .java file, you should not put the corresponding .class
file in a class folder on your build path. Instead just put the .java file
in a source folder.

Jerome

"Alon" <arachimi@yahoo.com> wrote in message
news:c1hnfj$nsd$1@eclipse.org...
> I use the F3 all the time (Open Decleration) but I often nevigate to
> ClassName.class instead of ClassName.java which makes my life complicated
> if I need to modify the file.
>
> Is there any way to filter .class files? I tries filtering through the
> Package Explorer - but it didn't help.
>
> Anyone else have this problem? Any ideas?
>
Previous Topic:Custom javadoc tags
Next Topic:How to look up a constant (final) value?
Goto Forum:
  


Current Time: Tue Jul 22 03:27:34 EDT 2025

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

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

Back to the top