I updated a 1.3.50 project to 1.3.61 and suddenly ...
# announcements
r
I updated a 1.3.50 project to 1.3.61 and suddenly
javaClass.getResourceAsStream
returns null, any idea? I can see the file in the jar when I open it, I don't know what's happening
I used
MyClass::class.java
instead... Not sure why it no longer works
t
I think I was also affected by this... OMG, I spent hours trying to debug this.
d
What object/type did you previously call
javaClass
on?
r
An instance of
MyClass
a
This looks like a bug, can you please report this to http://kotl.in/issue with a sample project to reproduce if possible? Thanks!