JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 12.09.2024, 14:32
sgghostrider sgghostrider is offline
JD Alpha
 
Join Date: Oct 2013
Posts: 21
Question jDownloader Eclipse IDE Setup

I have been bashing my head for 1 hour now trying to run jdownloader from source, followed the guide from 2022(which is missing some key points that i had to discover by myself) but can't get any further than getting 1835 compile errors.

When adding the jdownloader project i get a window saying i'm missing 2 "natures"(whatever that even means) clicking "Show solutions" opens the initial window of the marketplace(nothing selected or in the search), so i decided to ignore it. But when i finish adding the 4 SVN projects, i get 1835 errors, which all seems related to missing dependences.

First time trying java and never used the Eclipse IDE until today, so i'm sure it's something stupid, but i can't figure it out.

Using JDK 22, just installed the latest eclipse from the official webpage, followed the guide step by step and fixed the "Java Build Path" of each project(checked the boxes from "Order and Export", not doing that produces 80k+ compile errors), i don't know what to do next, any help is appreciated.

I uploaded the images to imgur so everybody can see them: imgur.com/a/ALjJAUL
Reply With Quote
  #2  
Old 12.09.2024, 14:40
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,796
Default

Quote:
Originally Posted by sgghostrider View Post
followed the guide from 2022
Fyi that is just the date where the original article was added.
It has been updated multiple times, also in the year 2024
You can verify this by checking it via internet archive wayback machine.

Quote:
Originally Posted by sgghostrider View Post
First time trying java and never used the Eclipse IDE until today, so i'm sure it's something stupid, but i can't figure it out.
Atm I can't either.
I'am using the guide myself (also in order to keep it updated) and I did setup a fresh Eclipse just this year, without problems.
Please post a screenshot of Settings -> Java -> Installed JREs

Also please do not mis-understand me - once we figured out what went wrong I'm for sure going to update that support article!
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #3  
Old 12.09.2024, 14:41
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,796
Default

Addendum:
According to your screenshot, you didn't checkout the project "MyJDownloaderClient".
Do that and see if the warnings will disappear.

All projects are needed as e.g. code of JDBrowser is cross referenced in the other projects.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #4  
Old 12.09.2024, 14:51
sgghostrider sgghostrider is offline
JD Alpha
 
Join Date: Oct 2013
Posts: 21
Default

Quote:
Originally Posted by pspzockerscene View Post
Fyi that is just the date where the original article was added.
It has been updated multiple times, also in the year 2024
You can verify this by checking it via internet archive wayback machine.


Atm I can't either.
I'am using the guide myself (also in order to keep it updated) and I did setup a fresh Eclipse just this year, without problems.
Please post a screenshot of Settings -> Java -> Installed JREs

Also please do not mis-understand me - once we figured out what went wrong I'm for sure going to update that support article!
Just found the problem, it seems that apart from activating all checkboxes from "Java Build Path" -> "Order and Export" for each project properties, i had to as well check all boxes from "Project References"... just figured this out after posting while taking more screenshots...

Now it seem to launch correctly, the interface looks... modern(not the usual jdownloader theme) but i think everything is working as expected.

Thanks for the prompt reply btw
Reply With Quote
  #5  
Old 12.09.2024, 14:57
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,796
Default

Thanks for your feedback.

So atm I wasn't able to extract any info I should add to our article.
If you think something should be added, let me know.
It is in our interest that users are able to follow this guide without the need to ask us
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #6  
Old 12.09.2024, 14:58
sgghostrider sgghostrider is offline
JD Alpha
 
Join Date: Oct 2013
Posts: 21
Default

Quote:
Originally Posted by pspzockerscene View Post
Addendum:
According to your screenshot, you didn't checkout the project "MyJDownloaderClient".
Do that and see if the warnings will disappear.

All projects are needed as e.g. code of JDBrowser is cross referenced in the other projects.
Yes, i had them all 4 at the time of the screenshots, i had the 3rd one open in case the specific modules that were giving error might be a clue to what were missing, it just seemed that by default they don't know about each other when first added from the SVN.
Reply With Quote
  #7  
Old 12.09.2024, 15:04
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,796
Default

Quote:
Originally Posted by sgghostrider View Post
it just seemed that by default they don't know about each other when first added from the SVN.
Also can't confirm.

Just in case you do a re-install, please do a screen record.
That could make me understand better what went wrong.

Of course if I notice anything on my next re-install myself, I'll update the article.

Thanks for your feedback.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #8  
Old 12.09.2024, 15:07
sgghostrider sgghostrider is offline
JD Alpha
 
Join Date: Oct 2013
Posts: 21
Default

Quote:
Originally Posted by pspzockerscene View Post
Thanks for your feedback.

So atm I wasn't able to extract any info I should add to our article.
If you think something should be added, let me know.
It is in our interest that users are able to follow this guide without the need to ask us
I thinks it's only a problem for starters or people not familiar with the Eclipse IDE, a long time developer would see this very quickly.

But if it helps, adding into the guide that checking the boxes from:
- "Right click project -> Properties -> Java Build Path -> Order and Export"
and
- "Right click project -> Properties -> Project References"
for both "Jdownloader" and "myjdownloaderclient" projects might be required may be helpful.
Reply With Quote
  #9  
Old 12.09.2024, 15:37
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 73,796
Default

They are not checked here.

I'll discuss this with the team and edit the article if I see the need to.
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 20:12.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.