Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
getResource method returns null. when i ma runnig it on JBoss 5.0 then it gives value but when runnig on JBoss 6.4 null value returns.

What I have tried:

C#
when i ma runnig it on JBoss 5.0 then it gives value but when runnig on JBoss 6.4 null value returns.
Posted
Updated 15-Dec-16 21:11pm

1 solution

I the documentation[^] they state 'the best way' is using getResourceAsStream. However, I see there are differerce between different versions of JBoss. Fortunately some folks had your same problem: you are encouraged to wisely use Google.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900