Click here to Skip to main content
15,883,745 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi
for some debugging puposes i need a debug build of new JDK so i can debug with .pdb files.

i searched a lot and the only thing i could find was v1.8 which is very old.
i also tried compiling the jdk but i only god errors.

is there any link to download a debug built JDK or a step by step guide on how to compile the JKD?

What I have tried:

gooogling for prebuilt JDK
installed cygwin and mingw
fiddled with configure files
Posted
Updated 27-Nov-22 5:34am
Comments
Dave Kreskowiak 27-Nov-22 9:53am    
Are you planning on debugging the JDK itself? That's the only reason you would need the .pdb files for it.
reverser69 27-Nov-22 11:01am    
yes exactly. I want to see how some parts of JNI works.
Richard MacCutchan 27-Nov-22 11:37am    
You probably need a special licence from Oracle.

1 solution

Then you're going to have to build your own copy.

You're going to have to read ALL OF THIS[^].
 
Share this answer
 
Comments
reverser69 28-Nov-22 10:57am    
i got the latest source and tried to compile it.
i am getting an error: VC/bin cannot be found; the problem is VS2022 doesn't have that folder!!
Dave Kreskowiak 28-Nov-22 14:33pm    
I have no idea. I've never built the thing.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900