Questions tagged [eclipse]

Eclipsellipsemse mimics the radiant beauty of a celestial event, serving as an open gateway to innovation and application development. With its expansive collection of magnificently diverse plugins catering to numerous programming languages and various development-oriented utilities (think modeling and database browsing), Eclipsellipsemse ensures unparalleled versatility and efficiency. Marked exclusively for inquiries relating to Eclipse IDE or platform specifics, this tag should not be employed for generalized discussions on programming topics like Java or others.

Greetings, I am encountering an issue with my code within Eclipse while conducting Selenium testing

I am currently working on a code where I need to compare the text stored in variable Y with the text from variable X. However, I am encountering an issue where Eclipse is not saving the text from the locator into variable X. When I print out variable X, ...

What is the best way to configure PyDev to automatically format code with a specific character limit per line?

I rely on PyDev for Python coding within Eclipse. Can PyDev be configured to automatically format my code and restrict the maximum number of characters per line? ...

"An ExceptionInInitializer error occurred - Can you provide more details,

An Issue Has Arisen: Exception in thread "main" java.lang.ExceptionInInitializerError at com.PoseidonTechnologies.caveworld.level.WoRe.<init>(WoRe.java:46) at com.PoseidonTechnologies.caveworld.CaveWorld.start(CaveWorld.java:80) at com.P ...

Is it possible to configure the Eclipse Javascript formatter to comply with JSLint standards?

I'm having trouble setting up the Eclipse Javascript formatting options to avoid generating markup that JSLint complains about, particularly with whitespace settings when the "tolerate sloppy whitespace" option is not enabled on JSLint. Is it possible to c ...

What is the best way to conduct testing on our Chrome extension using the Selenium tool?

I have developed a Chrome extension and am working on creating an automatic Selenium test to ensure its functionality. Below is the Java code I have written for this purpose: public static void main(String[] args) throws InterruptedException { WebDr ...

The class Actions is not functioning properly in the ChromeDriver

Having trouble with the import of the Actions class in ChromeDriver. My setup includes chromedriver 2.29 + selenium webdriver 3.4.0 + Chrome 58.0.3029.96 + Eclipse Neon.3 Release (4.6.3). When I attempt to use the shortcut Ctrl + Shift + O for auto importi ...

Issue Encountered During Eclipse Vue.js Codemix Installation

When attempting to install Vue.js :: CodeMix from the "Eclipse Marketplace," an error occurred: Cannot complete the installation process because one or more required items could not be found. Software being installed: Vue.js Pack :: CodeMix 1.1.0 (com.ge ...

Multiple WAR files are nestled within an EAR file, facilitating the sharing of classes

Currently, my development setup involves Eclipse Neon and Maven. My projects consist of two main entities: Project 1 for all the Web services (SOAP and RESTful) and database access implementations, and Project 2 which houses the Angular implementation for ...

The Eclipse IDE is experiencing issues with the functionality of the JavaScript Number class

In my latest project, I decided to create a Dynamic Web Project using the Eclipse IDE 2019-12 along with Apache Tomcat 8.5.55 server. The main functionality of this project is that a user can input integers and receive their sum as an output. To ensure dat ...

Eclipse PDT - a convenient method to effortlessly close files with just a doubleclick

Can anyone provide guidance on customizing file closure methods in Eclipse? Is there a way to specify that files can be closed simply by double clicking on the file tab? https://i.stack.imgur.com/LbLnP.png Your assistance is greatly appreciated. ...

Neglecting to log out of Gmail using Selenium WebDriver

Following my successful login code for gmail through webdriver, I attempted to implement the logout functionality using the code below, but unfortunately encountered an error: // To open the account menu where the sign out button is located driver.findEle ...