Error to Choose the type of server to create [message #1854774] |
Fri, 09 September 2022 09:53 |
|
Hi.
My name is Andrea and I have a big issue with Eclipse.
I bought a new laptop with windows ten and I installed Eclipse, the last release.
Before write here I tried everything I could, I read many websites page and many video on YouTube. I tried to install different version of Eclipse, Java, C/C++, PHP. I tried also to install separately, and all together add in help -> install software. I tried to cheek if there are any update available.
I installed the last release of XAMPP and JDK.
However, I still have the same problem when I try to install a server.
I press the botton to install a server and it open a window where there is write "Choose the type of server to create" but there are not servers to choose.
Someone can help me to fix it, please.
Regards Andrea
-
Attachment: error.PNG
(Size: 21.85KB, Downloaded 109 times)
|
|
|
|
|
Re: Error to Choose the type of server to create [message #1854797 is a reply to message #1854796] |
Sun, 11 September 2022 21:43 |
Dieter Schmidt Messages: 6 Registered: January 2021 |
Junior Member |
|
|
XAMPP expects the files in the XAMPP directory under \htdocs\.
On Windows I create symbolic links from folder \htdocs\ to the eclipse workspace directory (via 'mklink /d linkname target')
For example:
cd path-to-xampp\htdocs
mklink /d project1 c:\users\sirecognizer\eclipse-workspace\project1
Through the symlink, XAMPP 'sees' the eclipse workspace in its htdocs/project1 directory. However, the files are modified in the eclipse workspace.
Please be careful with the symlinks and read the doc!
The project is then called as follows: http://localhost/project1
--------------------------------------------
Eclipse IDE for PHP Developers
Version: 2022-06 (4.24.0)
Build id: 20220609-1112
|
|
|
Powered by
FUDForum. Page generated in 0.04118 seconds