Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Any help
Any help [message #1866684] Wed, 05 June 2024 06:27 Go to next message
june brewer is currently offline june brewerFriend
Messages: 1
Registered: June 2024
Junior Member
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 13:52 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4507
Registered: July 2009
Senior Member

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.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Any help [message #1869408 is a reply to message #1867158] Thu, 15 August 2024 22:28 Go to previous message
Arthur Chan is currently offline Arthur ChanFriend
Messages: 7
Registered: March 2020
Junior Member
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: Tue Jan 21 13:24:10 GMT 2025

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

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

Back to the top