Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Project naming issue
Project naming issue [message #1856500] Tue, 13 December 2022 14:19 Go to next message
Name Harry is currently offline Name HarryFriend
Messages: 3
Registered: December 2022
Junior Member
existing project "Swing 1" is in "C:\Users\Anh\eclipse-workspace\Swing1"
and Iam creating a new java project in
a different location : "C:\Users\Anh\Desktop\New folder".
But The Eclipse notify an error when I name the new java project "swing1".


Here the image:
index.php/fa/42782/0/index.php/fa/42783/0/index.php/fa/42784/0/
  • Attachment: 1.PNG
    (Size: 125.24KB, Downloaded 267 times)
  • Attachment: 2.jpg
    (Size: 303.04KB, Downloaded 246 times)
  • Attachment: 3.png
    (Size: 202.13KB, Downloaded 241 times)
Re: Project naming issue [message #1856503 is a reply to message #1856500] Tue, 13 December 2022 15:07 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
On Windows, you cannot have two projects with names that are case-insensitively equal in the same workspace. So stop try to create a project named Swing1 and a project named swing1 because that just doesn't work (because in <workspace>/.metadata/.plugins/org.eclipse.core.resources/.projects there will be a folder created for each project and because the Windows file system is case insensitive, one cannot create a folder Swing1 and a folder Swing2 in that .projects folder).

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Project naming issue [message #1856616 is a reply to message #1856503] Sat, 17 December 2022 15:39 Go to previous message
Thomas Wolf is currently offline Thomas WolfFriend
Messages: 576
Registered: August 2016
Senior Member
However, since there is already a project named "Swing1" in the Eclipse workspace, the New Java Project wizard should really not claim "The new project must be named 'Swing1'".
Previous Topic:Importing Java project in Eclipse from command line
Next Topic:AdoptOpenJDK update to adoptium OpenJDK
Goto Forum:
  


Current Time: Thu Apr 25 10:39:57 GMT 2024

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

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

Back to the top