Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 07:58 Go to next message
Django Angelo is currently offline Django AngeloFriend
Messages: 1
Registered: August 2023
Junior Member
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 08:43]

Report message to a 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 06:01 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33264
Registered: July 2009
Senior Member
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.

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Java Compiler Version does not get saves
Next Topic:Project erroring
Goto Forum:
  


Current Time: Sat Jan 18 05:11:16 GMT 2025

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

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

Back to the top