Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle.properties in the right folder? #38

Open
eaglerainbow opened this issue Aug 5, 2018 · 0 comments
Open

Bundle.properties in the right folder? #38

eaglerainbow opened this issue Aug 5, 2018 · 0 comments

Comments

@eaglerainbow
Copy link

# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Is this file really in the correct folder?
I ran into a trouble with

Exception in thread "main" java.util.MissingResourceException: Can't find bundle for base name org/netbeans/lib/profiler/heap/Bundle, locale en_US
 	at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1573)
 	at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1396)
 	at java.util.ResourceBundle.getBundle(ResourceBundle.java:782)
 	at org.netbeans.lib.profiler.heap.HprofByteBuffer.readHeader(HprofByteBuffer.java:140)

and if I look into http://central.maven.org/maven2/org/gridkit/jvmtool/hprof-heap/0.10.1/hprof-heap-0.10.1.jar into folder /org/netbeans/lib/profiler/heap I don't see the Bundle.properties file there.
AFAIK, the file should be located in src/main/resources/org/netbeans/lib/profiler/heap instead of src/main/java/org/netbeans/lib/profiler/heap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant