Hi Roland,
thank you for reply - this helps with editors, thank you. But there is
still problem, that for example package explorer didn't think, this is
Java file and didn't work with this as a Java class. For example, it
doesn't compile automaticaly and I cannot find it using Class browser
etc. Is there any sollution to tell Eclipse, that is shlould handle
this files as regular Java?
Thank you,
Jindra
> > Hi,
> >
[quoted text clipped - 12 lines]
> associate the Java Editor with it.
> Repeat for other files.
Roland de Ruiter - 02 Aug 2006 13:48 GMT
> Hi Roland,
>
[quoted text clipped - 4 lines]
> etc. Is there any sollution to tell Eclipse, that is shlould handle
> this files as regular Java?
I don't think that is possible with Eclipse (at least not without some
custom written plugin). Couldn't find it mentioned in the JLS (Java
Language Specification), but the commandline compiler (javac) mandates
that Java source files have .java suffixes (see
<http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javac.html>).
Eclipse probably follows this convention.
What is the reason that you cannot just have *.java file names?

Signature
Regards,
Roland
sarsonj@gmail.com - 02 Aug 2006 14:41 GMT
There are generated files from Bea workshop (jws files) and also other
generated javas from bea tools. Those are normal java files, only the
extension is other.
Jindra
> > Hi Roland,
> >
[quoted text clipped - 13 lines]
>
> What is the reason that you cannot just have *.java file names?