Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
java x 8
Member Avatar for laveena

hi, I want a code for opening a particular folder on button click. I'm developing an file searching application for linux which gives result in jtable. I want to open the containing folder of selected file I able to retrive the parent folder path from jtable. I just want to …

Member Avatar for javaAddict
0
83
Member Avatar for laveena

how can i make my java application dynamic so that if any user rename the folder- Download,Music,Documents of Filesystem automatically reflects changes to my application

Member Avatar for peter_budo
0
51
Member Avatar for laveena

i want my java application to access windows drive and pen drive. how can i mount drives in linux root using java. so that it will be easy to access files #mount -U34D5-FCF7 /mnt/c: is a linux commnad i want this to be executed by my java application

Member Avatar for peter_budo
0
57
Member Avatar for laveena

i hv written code of seraching specific folder on user choice with threading implemented. but im getting nullpointer exception at l.statsWith() in thread class two and not with normal searching [CODE]public class onlyfolder { static String z,l,w,e; static String y; static File f; static JFrame frame; static JPanel panel; static …

Member Avatar for cale.macdonald
0
1K
Member Avatar for laveena

Ihv writtten a prog of file searching and the result is to be displayed in table Im geting exception of stringindexoutofbound: String index out of range: -1 at java.lang.string.substring(unknown source) if i changed the path E:/ to e:/programs (program is some folder) then prog run correctly but i want to …

Member Avatar for laveena
0
164