Last modified by Samuel Pelletier on 2025/12/03 16:46

From version 14.1
edited by D Tim Cummings
on 2021/11/11 22:49
Change comment: There is no comment for this version
To version 16.1
edited by D Tim Cummings
on 2021/11/12 00:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -22,7 +22,7 @@
22 22  
23 23  === Install in Eclipse 2021-09 ===
24 24  
25 -In "Help > Eclipse Marketplace" install "Java 17 Support for Eclipse 2021-09 (4.21)" (Don't need patch sources). This should not be needed for Eclipse 2021-12.
25 +In "Help > Eclipse Marketplace" install "Java 17 Support for Eclipse 2021-09 (4.21)" (accept default packages). This should not be needed for Eclipse 2021-12.
26 26  
27 27  In "Eclipse > Preferences > Java > Installed JREs" click [Add...] (next) [MacOS X VM] (next)
28 28  
... ... @@ -34,10 +34,19 @@
34 34  
35 35   [Finish]
36 36  
37 +The "~-~-add-exports" is not required for hotswap but is required to run WebObjects applications in Java 17.
38 +
39 +=== Troubleshooting ===
40 +
41 +a. Some versions of macOS may prevent this java from running because of security quarantining. Try removing quarantine from java folder.
42 +
43 +
37 37  \\
38 38  
39 -{{{}}}
46 +{{{sudo xattr -r -d com.apple.quarantine /Library/Java/JavaVirtualMachines/jbrsdk_dcevm-17_0_1-osx-x64-b164.4}}}
40 40  
48 +b. In the "Project" menu, "Build Automatically" should be selected for hot swap to work.
49 +
41 41  = DCEVM and Hotswap Agent for Java 8 =
42 42  
43 43  === Prerequisites ===