Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Error when transfering java projects from eclipse under windows to eclipse under linux(Error when transfering java projects from eclipse under windows to eclipse under linux)
Error when transfering java projects from eclipse under windows to eclipse under linux [message #1860446] Sun, 06 August 2023 03:58 Go to next message
Eclipse UserFriend
Hi, I hope I'm in the right forum: I have a question about eclipse JRE 2023-06 with JDK-20.

I created a folder containing about 20 java projects using the eclipse ide under windows 10. Then I transfered this folder to a linux mint system and defined it as my workspace running the eclipse ide under this linux. While under windows there were no errors in the projects and every project could be run without any problem, under linux every single project was tagged as containing an error and could not be executed any more. In both cases (i.e. under windows-eclipse as well as under linux-eclipse) I was using JRE 2023-06 with JDK-20.
(When I create a new java project using my linux-eclipse from the beginning everything is working fine.)

How can I transfer, without errors?

[Updated on: Mon, 07 August 2023 04:43] by Moderator

Re: Error when transfering java projects from eclipse under windows to eclipse under linux [message #1860451 is a reply to message #1860446] Mon, 07 August 2023 02:01 Go to previous message
Eclipse UserFriend
You cannot reuse a workspace across different machines, even different machines with the same operating system. Use File -> Export -> General -> Archive File to export just the project contents and use File -> Import -> General -> Existing Projects into Workspace using the "Select archive file" option.
Previous Topic:Java Compiler Version does not get saves
Next Topic:Project erroring
Goto Forum:
  


Current Time: Tue Jun 17 07:51:11 EDT 2025

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

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

Back to the top