![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| login to unix using java | dowell | UNIX for Advanced & Expert Users | 2 | 05-18-2008 10:11 AM |
| Java with Unix (Redirection + Piping) | fluke_perf | High Level Programming | 3 | 04-30-2008 08:52 AM |
| How to set path for java in UNIX | subhotech | UNIX for Dummies Questions & Answers | 2 | 07-12-2007 07:57 AM |
| newbie need help to run java in UNIX | uci | UNIX for Dummies Questions & Answers | 5 | 03-09-2005 11:01 PM |
| run a java file on UNIX? | leotopia | UNIX for Dummies Questions & Answers | 3 | 07-17-2003 08:44 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
java on unix
hi
java packages or libraries which are being used on windows will they successfully run on unix environment. import com.jscape.inet.smtp.*; Import com.jscape.inet.email.*; these are the two packages which i want to use. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
That really depends on the package you are using, whether they take advantage of platform-dependent features. Those using JNI, for instance, have platform dependent sections. But I guess most Java packages are platform independent, so you may probably assume so.
|
|||
| Google The UNIX and Linux Forums |