Originally posted by jamesbrown
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Java debugger stopped working in Eclipse 2020-03
Collapse
X
-
-
That may be so, but I bet his dad is bigger than your dad!!!Originally posted by jamesbrown View PostPeople also make money from using appropriate tools for the job/client and not getting too ideological or caught up with fads. I’ll code in more or less anything that is the best solution for the client and pays my exorbitant rate
Comment
-
Sorry I missed this one,Originally posted by NotAllThere View PostI'm busy writing a plug-in for Eclipse, when all of a sudden, Java debugging stops. The log shows the error:
!MESSAGE Unable to find location of java.lang.Thread.setName() in debuggee JVM, for type java.lang.Thread
Tried restarting, rebooting... but no joy. Any ideas? (Note, as I'm developing a plug-in for Eclipse, I can't use another better IDE).
You want to reconcile your JDKs. Make sure eclipse and the process you are running under eclispe are the same java. It will be a JDK issue,
My main gig is java, and I've used eclipse since 2003, eclipse jut got really unstable after JDK9. VSC for me now.Comment
-
I've entirely removed oracle Java from my system. I've reinstalled eclipse and switch to the openSDK "SAPMachine" - which is what they use for developing the ADT tool, for which I'm creating a plugin. But today is a public holiday, so tomorrow I'll see what happens.Originally posted by minestrone View PostSorry I missed this one,
You want to reconcile your JDKs. Make sure eclipse and the process you are running under eclispe are the same java. It will be a JDK issue,
My main gig is java, and I've used eclipse since 2003, eclipse jut got really unstable after JDK9. VSC for me now.Down with racism. Long live miscegenation!Comment
-
You wanna nail down the java JDK before eclipse starts...
eclipse.ini - Eclipsepedia
...with the -vm option. You are probably running under some desktop JRE that Ellison has injected into your PC. 90% of the time that fixes eclipse issues.
but.. java is trying to kick off a thread, and failing. You should try running eclipse as admin.Comment
-
Bung in SAPMachine, reset the environment variables and everything sprang into life. No need for admin rights to run eclipse - although I needed them to set the environment variables how I wanted them.
So, thanks to all.
Next bit - from the eclipse editor, in the launch method of my implementation of org.eclipse.debug.ui.ILunachShortcut - how do I get the name of the object being edited and what kind of object it is from editorPart?
Down with racism. Long live miscegenation!Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Loan Recall Case Study: Amanda Today 06:00
- How IR35 inflated an £8.5bn consultancy bill — and tests Burnham at the Budget Aug 28 07:47
- Autumn Budget 2026: FCSA’s 5 contractor asks of John Healey Aug 27 04:15
- Andy Burnham's Zoom gripe doesn’t apply to IT contractors, say recruiters Aug 26 03:41
- Check your Loan Recall paperwork for the Isle of Man: it could matter Aug 25 03:27
- Budget 2026: Contractor advisers ask for ‘IR35 reset’ Aug 24 04:57
- Why might an umbrella company fail to pay its total tax bill to HMRC? Aug 18 06:08
- Contractors, here are the late payment fixes that the Lords just turned down Aug 17 08:03
- How will HMRC's Direct Debit plan affect contractors paying VAT and PAYE? Aug 13 23:54
- HMRC's new 'reckless' tax offence: an IR35 game-changer for contractors? Aug 13 13:50

Comment