-
Whether hot swap is supported?Something like DCEVM https://github.com/dcevm/dcevm
-
Hello, guys.
I'm getting this error from eclipse console:
```
HOTSWAP AGENT: 14:20:18.288 INFO (org.hotswap.agent.plugin.hibernate.HibernatePlugin) - Hibernate plugin initialized - Hibernate Co…
-
jdk: TravaOpenJDK-8u282b08
os: CentOS-7
List of classes in which the retransform operation is problematic:
`java.net.URL`,
`java.io.File`,
`java.io.ByteArrayInputStream`,
`java.io.InputStrea…
-
Hello,
I encountered an error when I executed the following commands in Colab. It worked two days ago, but now it shows "Building wheel for minerl (setup.py) ... error".
!sudo add-apt-repositor…
-
On hotswap I get some linkage errors like:
```
INFO: (Enh120375): AspectJ attempting reweave of 'myapp/web/search/SearchController'
java.lang.reflect.InvocationTargetException
at java.base/jdk.i…
-
Missing library on GAMA 1.8.2 with JDK on Linux happening on java2D and charts display :
```
-- Surface bounds set to 0 0 | 1339 871
org.eclipse.swt.SWTError: Unspecified error [Error while star…
-
To run tests against 2022.2 EAP, I need to [patch `probe.resolvers.jbr.repositories`](https://github.com/VirtusLab/git-machete-intellij-plugin/pull/959/files):
```
jbr.repositories = [
…
-
It crash when start up the java application. I have not reload any classes yet.
the crash log is:
A fatal error has been detected by the Java Runtime Environment:
Internal Error (sharedRuntime…
-
I found that I use annotation to mock one final class in one test class, but this also affects other tests that not suppose to be mocked.
Is it possible to only mock the class when annotated in the…
-
When running my KWeb application in debug mode from the IDE, I would like to have the browser reload the page when there are code changes.