Forums Register Login

Reading a .txt file from SystemClassloader

+Pie Number of slices to send: Send
Hi Guys,

I am somehow not able to read a .txt file from a SystemClassloader.

I think I am missing out on something but unable to findout.

I would really appreciate if someone could help me out as I have a deadline tday.

I have a file which is saved on my C:\Server\temp33 folder.

This path I have included in my System class path when I start my Weblogic server in its startweblogic.cmd file

here is the snippet:

CLASSPATH=%CLASSPATH%.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;%WL_HOME%\config\mydomain\applications\DefaultWebApp\WEB-INF\lib;%WL_HOME%\config\mydomain\applications\DefaultWebApp\WEB-INF\classes;%WL_HOME%\config\mydomain\applications\DefaultWebApp\WEB-INF\conf;C:\Server\temp33\;.;

Now I want to read a file which is stored in the temp33 folder in my applet which is a part of a WAR which is a part of an EAR.

Snippet of The Applet where I am trying to read the file:

datainputstream = new DataInputStream(ClassLoader.getSystemClassLoader().getResourceAsStream(filename));
System.out.println("GOT ^^^^^^^^^^^^^^^^^^^^^ ** ");
System.out.println("GOT INPUTSTREAM -**> "+ datainputstream.available());

But I am getting a null pointerexception at GOT INPUTSTREAM -**

The filename is a variable which I am passing to the applet through my JSP.

It could be anything like xyz.txt.

I think I am doing all the steps properly but may be I am missing out on something .

Regards,
Navin Keswani.
It means our mission is in jeapordy! Quick, read this tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 812 times.
Similar Threads
ERROR 404 /HOW TO CONFIGURE WEBLOGIC
WebLogic 6.0 -- The Hello World Example
SystemClassLoader
reading a .txt file from systemclassloader
reading a .txt file from systemclassloader
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 17:43:13.