Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Any help
Any help [message #1866684] Wed, 05 June 2024 02:27 Go to next message
Eclipse UserFriend
I am very new to Eclipse and I want to create an application that goes to a specific URL, extracts a required string, and displays it on the screen. What I need to know is how to define which part of the website should be stored as my string. For example, how do I specify that I want the third line down in the middle of the page? How can I tell the application which string to look for and store from a website? Any help is greatly appreciated.
Re: Any help [message #1867158 is a reply to message #1866684] Mon, 17 June 2024 09:52 Go to previous messageGo to next message
Eclipse UserFriend
This is a generic Java programming question, not specific to the JDT. You might try asking somewhere like Stack Overflow of JavaRanch for a more suitable audience.
Re: Any help [message #1869408 is a reply to message #1867158] Thu, 15 August 2024 18:28 Go to previous message
Eclipse UserFriend
In my current Eclipse version 2024-06, the method does not display the list of functions when I create an instance of the method in the Controller class. Yes, I have imported and autowired the service.
For example Students student = studentService.getById(sId);
The function getById() and others like updateStud(sId) etc are not displayed for me to choose from. Yes, I can navigate to the service and choose the functions, but that takes me away from the Controllers, so its not a show-stopper, just annoying.
Can anyone help me fix this please?
Previous Topic:Getting Started with Java Programming in VS Code
Next Topic:Display list of functions in methods to select from
Goto Forum:
  


Current Time: Thu Jun 19 10:18:38 EDT 2025

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

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

Back to the top