Posts by Lucas Daniel • 11 points
1 post
-
1
votes1
answer104
viewsQ: getClass(). getResource() returns null
The following code normally functions: package com.lucasdaniel; package com.lucasdaniel; import java.net.URL; public class Main { public static void main(String[] args) { new Subclass(); } static…