muh6mm3d / jannocessor

Automatically exported from code.google.com/p/jannocessor
Other
3 stars 1 forks source link

Class reloading for hot code swap fails on Linux (Thanks to Mariyan Nenchev) #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hot swap fails on Linux due to path construction bug for the ".class" files.

Original issue reported on code.google.com by nikolce.mihajlovski on 12 Nov 2011 at 6:22

GoogleCodeExporter commented 9 years ago
Part of the stacktrace:

...
Caused by: java.lang.ClassNotFoundException: Couldn't read class: 
org.jannocessor.config.Processors
at 
org.jannocessor.util.JannocessorClassLoader.findClass(JannocessorClassLoader.jav
a:34)
at 
org.jannocessor.util.JannocessorClassLoader.loadClass(JannocessorClassLoader.jav
a:44)
at org.jannocessor.util.Jannocessor.reloadClass(Jannocessor.java:51)
... 35 more

Original comment by nikolce.mihajlovski on 12 Nov 2011 at 6:29

GoogleCodeExporter commented 9 years ago
This issue was closed by revision a9da70b5c518.

Original comment by nikolce.mihajlovski on 12 Nov 2011 at 6:39