The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-06-2008
surinder surinder is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 2
Post how can compile cpp code containing references to java classes

hi
there is example (on link given below )of such code that contains java class reference in c++ program.


http://slackware.cs.utah.edu/pub/sla...-Monitor-HOWTO

I am new in linux environment. and not able to compile it.
when i compile it through gcc it gives error regarding java classes like StringTokenizer.
plz tell how i can compile such code.