Click here to Skip to main content
15,889,200 members
Home / Discussions / Java
   

Java

 
AnswerRe: to develop an application Pin
Richard MacCutchan12-Mar-14 3:50
mveRichard MacCutchan12-Mar-14 3:50 
GeneralRe: to develop an application Pin
Hari Kiran B M12-Mar-14 5:46
Hari Kiran B M12-Mar-14 5:46 
GeneralRe: to develop an application Pin
Richard MacCutchan12-Mar-14 6:03
mveRichard MacCutchan12-Mar-14 6:03 
GeneralRe: to develop an application Pin
Hari Kiran B M12-Mar-14 6:23
Hari Kiran B M12-Mar-14 6:23 
GeneralRe: to develop an application Pin
Richard MacCutchan12-Mar-14 7:00
mveRichard MacCutchan12-Mar-14 7:00 
GeneralRe: to develop an application Pin
Hari Kiran B M12-Mar-14 5:52
Hari Kiran B M12-Mar-14 5:52 
GeneralRe: to develop an application Pin
Richard MacCutchan12-Mar-14 6:03
mveRichard MacCutchan12-Mar-14 6:03 
AnswerRe: to develop an application Pin
jschell12-Mar-14 11:23
jschell12-Mar-14 11:23 
Presumably as a school project it is sufficient to encrypt files within a folder not the entire folder.

You can control this via java via the following process.
- FIND a command line utility (run via the console window NOT a UI/GUI app).
- Learn how to use that tool, by figuring out how to encrypt/decrypt and pay attention to the OUTPUT.
- After the above two steps then learn how to use Java java.lang.Process or Runtime.exec(). They are basically the same thing. Using these will REQUIRE using threads. If you are not using threads then you are not going to succeed.
- After you learn java.lang.Process then you can use it to run the tool above within your java application.
Questionsolve this expression Pin
Member 1065814310-Mar-14 4:10
Member 1065814310-Mar-14 4:10 
AnswerRe: solve this expression Pin
Richard MacCutchan10-Mar-14 4:52
mveRichard MacCutchan10-Mar-14 4:52 
GeneralRe: solve this expression Pin
Bernhard Hiller11-Mar-14 0:36
Bernhard Hiller11-Mar-14 0:36 
GeneralRe: solve this expression Pin
Richard MacCutchan11-Mar-14 0:57
mveRichard MacCutchan11-Mar-14 0:57 
AnswerRe: solve this expression Pin
jschell11-Mar-14 8:26
jschell11-Mar-14 8:26 
Questionreading word/pdf documents Pin
Padma4u6-Mar-14 23:41
Padma4u6-Mar-14 23:41 
SuggestionRe: reading word/pdf documents Pin
Richard Deeming6-Mar-14 23:59
mveRichard Deeming6-Mar-14 23:59 
AnswerRe: reading word/pdf documents Pin
Peter Leow7-Mar-14 0:05
professionalPeter Leow7-Mar-14 0:05 
QuestionJava Database Connection Pin
Thirunavukkarasu Dhanushkodi5-Mar-14 5:17
Thirunavukkarasu Dhanushkodi5-Mar-14 5:17 
AnswerRe: Java Database Connection Pin
Richard MacCutchan5-Mar-14 5:40
mveRichard MacCutchan5-Mar-14 5:40 
GeneralRe: Java Database Connection Pin
Thirunavukkarasu Dhanushkodi5-Mar-14 5:46
Thirunavukkarasu Dhanushkodi5-Mar-14 5:46 
GeneralRe: Java Database Connection Pin
Richard MacCutchan5-Mar-14 6:10
mveRichard MacCutchan5-Mar-14 6:10 
GeneralRe: Java Database Connection Pin
Thirunavukkarasu Dhanushkodi5-Mar-14 6:19
Thirunavukkarasu Dhanushkodi5-Mar-14 6:19 
QuestionUnicode conversion in java - Reg Pin
Member 106426054-Mar-14 4:53
Member 106426054-Mar-14 4:53 
AnswerRe: Unicode conversion in java - Reg Pin
Richard MacCutchan4-Mar-14 5:31
mveRichard MacCutchan4-Mar-14 5:31 
Questionthe main method in java Pin
Meem Baa1-Mar-14 1:35
Meem Baa1-Mar-14 1:35 
AnswerRe: the main method in java Pin
Tom Marvolo Riddle1-Mar-14 1:44
professionalTom Marvolo Riddle1-Mar-14 1:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.