Does anyone know how to take Java code and turn it into html code, or the other way

  • Thread starter Thread starter Mariah J
  • Start date Start date
M

Mariah J

Guest
around? My group project is to take information in Java and export a calendar in a html table.
 
Hello,
I don't know of any specific program to do this because JAVA can has completely different functions than HTML and they both serve different purposes. The only way that I can think of is to hand translate it.
-Colin
 
Back
Top