Click here to Skip to main content
15,901,035 members
Home / Discussions / Java
   

Java

 
Questionjava code for Genetic algorithm Pin
LukeWonders28-Mar-12 3:13
LukeWonders28-Mar-12 3:13 
AnswerRe: java code for Genetic algorithm Pin
Richard MacCutchan28-Mar-12 5:48
mveRichard MacCutchan28-Mar-12 5:48 
AnswerRe: java code for Genetic algorithm Pin
BobJanova28-Mar-12 5:55
BobJanova28-Mar-12 5:55 
AnswerRe: java code for Genetic algorithm Pin
TorstenH.28-Mar-12 21:48
TorstenH.28-Mar-12 21:48 
AnswerRe: java code for Genetic algorithm Pin
The-Mad-Pirate18-Apr-12 14:40
The-Mad-Pirate18-Apr-12 14:40 
GeneralRe: java code for Genetic algorithm Pin
LukeWonders18-Apr-12 21:44
LukeWonders18-Apr-12 21:44 
Questionbuild a java firewall for windows Pin
haythem_hjbb24-Mar-12 1:06
haythem_hjbb24-Mar-12 1:06 
AnswerRe: build a java firewall for windows Pin
TorstenH.26-Mar-12 3:41
TorstenH.26-Mar-12 3:41 
A firewall with Java...

Well, simple said: this is impossible.
Java programs are running in a Java Runtime Environment (JRE). That is kind of like a "container", which makes it pretty independent, but also limits it's possibilities.

A firewall needs to filter ALL sockets, all connections to the "outer world". Java would need some connection to the system resources that are capable to do so. But unfortunately is this not standard in Java and only to be reached by using some special libraries like JNI and so, which are also limited in it's possibilities.


But to give you a hook for a good project:

Take a look here: http://mindprod.com/project/projects.html[^]

and also talk to your teacher. The project should not be too big, so you can accomplish it in time.
regards Torsten
When I'm not working

Questionontology Pin
RORY1723-Mar-12 12:22
RORY1723-Mar-12 12:22 
AnswerRe: ontology Pin
jschell23-Mar-12 14:15
jschell23-Mar-12 14:15 
GeneralRe: ontology Pin
RORY1724-Mar-12 22:54
RORY1724-Mar-12 22:54 
GeneralRe: ontology Pin
TorstenH.26-Mar-12 0:24
TorstenH.26-Mar-12 0:24 
QuestionApplication gives a java.lang.OutOfMemoryError when run from CLI Pin
Bill.Moo22-Mar-12 4:48
Bill.Moo22-Mar-12 4:48 
AnswerRe: Application gives a java.lang.OutOfMemoryError when run from CLI Pin
Nagy Vilmos22-Mar-12 5:45
professionalNagy Vilmos22-Mar-12 5:45 
GeneralRe: Application gives a java.lang.OutOfMemoryError when run from CLI Pin
Bill.Moo22-Mar-12 22:10
Bill.Moo22-Mar-12 22:10 
GeneralRe: Application gives a java.lang.OutOfMemoryError when run from CLI Pin
jschell23-Mar-12 14:20
jschell23-Mar-12 14:20 
AnswerRe: Application gives a java.lang.OutOfMemoryError when run from CLI Pin
TorstenH.22-Mar-12 21:42
TorstenH.22-Mar-12 21:42 
QuestionEncryption and Decryption Pin
Savonr Chor18-Mar-12 16:47
Savonr Chor18-Mar-12 16:47 
AnswerRe: Encryption and Decryption Pin
Bernhard Hiller18-Mar-12 22:39
Bernhard Hiller18-Mar-12 22:39 
GeneralRe: Encryption and Decryption Pin
Savonr Chor20-Mar-12 0:05
Savonr Chor20-Mar-12 0:05 
GeneralRe: Encryption and Decryption Pin
TorstenH.20-Mar-12 4:43
TorstenH.20-Mar-12 4:43 
Questioncrm code development Pin
simbabruno18-Mar-12 4:53
simbabruno18-Mar-12 4:53 
AnswerRe: crm code development Pin
Richard MacCutchan18-Mar-12 22:48
mveRichard MacCutchan18-Mar-12 22:48 
AnswerRe: crm code development Pin
TorstenH.19-Mar-12 20:24
TorstenH.19-Mar-12 20:24 
QuestionSOS Pin
Boukhezna18-Mar-12 4:09
Boukhezna18-Mar-12 4:09 

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.