I�m new to java programming and my major is computer Network. I want to write a PPPoE client software with java for windows xp .I don�t know any about pppoe programming in java Please inform me
A Ridolfi
Greenhorn
Joined: Nov 25, 2007
Posts: 10
posted
0
For that you'd be better of writing the PPPoE module natively in C (or any other native language) and linking it with your Java application via JNI.