Originally posted by Maximilian Trenks:
Hi there,
I installed the 1.4.1 runtime and tried to let it run with eclipse. In the preferences I set JVM version to 1.4. In the project settings I replaced the old rt.jar with the new rt.jar .
And I also put the new JRE into the Installed JREs in preferences/Java.
Guess what, it doesn't work ....
Originally posted by Marina Popova:
After doing this I really appreciated JBuilder's ease of adding directories/files to the projects... You create a new project there and
then just do "Add files..." to your project from any directory and it is smart enough to figure out what package they are in and add the whole
directory to the project...
I still hope that it is rather my inexperience with Eclipse that prevents me from creating projects this way. Could somebody explain what I did wrong in setting up this project?
Another problem I found is when I tried to define the "WEBLOGIC610" classpath variable. It shows the default value of "C:/....". No matter how
many times I tried to edit it - next time I examine the classpath variable the old value is there again, and Lomboz (a J2EE plugin) is using the wrong value in its Server Definitions...
Originally posted by Anders Olsen:
In my project, I have some Java classes where the declared package statement in the classes does not match the path to the source file. I'm well aware of that, and I have good reasons for it, so I'm not about to change it.
Eclipse sees this as an error, and complains that "The declared package does not match the expected package". How do I tell Eclipse to accept my package statement as it is? The Java compiler has no problems with it.
Thanks
Regards
Anders