Eclipse
Supported Versions
Version 4.25+ (2022-09+)
Gathering extension logs
In Eclipse, logs are written to the following paths:
- Mac/Linux: ~/.codeium/codeium.log
- Windows: C:\Users<username>.codeium\codeium.log
How to reset or change your Enterprise URL
-
Open the settings/preferences dialog.
-
Select Codeium.
-
Set the Portal URL to
<NEW_URL>
. Then click the Apply and Close button.
Known IDE issues and solutions
Codeium isn’t starting
If Codeium isn’t starting up, use the logs to debug what the cause could be (See above). If you are not able to resolve the issue, file a help request by submitting a ticket at help.codeium.com. Make sure to include the logs referenced above to help our team debug the issue as quickly as possible.
Codeium Chat shows an empty screen
If you are using Windows 10, it’s possible you need to install WebView2 to switch the Eclipse web renderer from Internet Explorer to Edge.
You can see if this is the case by right-clicking —> Properties
and seeing if there is an Internet Explorer icon.
Certificate issue
This issue may be indicated by the following errors in the logs:
Unlike other IDEs, Eclipse does not use the OS certificate store. You will have to load the certificates to the Java keystore.
- SaaS users will have to load the Codeium Github URL
- Self-hosted (On-prem) users will have to load their Codeium Enterprise domain URL as well as the Codeium Github URL
Note: This is an example for SaaS users, but the process is the same. For enterprise users - Your certificate is issued and managed by your local IT or Admin team. Please reach out to them for assistance with installing the necessary certificates on your system.
- Export the certificate for https://exafunction.github.io/ from the browser as
githubio.cer
file
In Chrome: navigate to the website, click the padlock, click Connection is secure
, click Certificate is valid
, go to the Details
tab, press the Copy to File...
button
- Import in JDK/JRE keystore: (Need to run from cmd prompt opened with “Administrator” privilege)
- Verify that the certificate is added to the Keystore by executing:
Enter the Keystore password.
-
Restart Eclipse and browse the marketplace extension from an internal browser. You should be directed to trust the unsigned content.
-
In some cases you might also need to pass the certificates path in VM arguments by editing your eclipse.ini file and adding the path: