Is there any possibility to retrieve scala.html file from java file which is contains raw data of HTML?
6 views
Skip to first unread message
krishna sai Charan
unread,
Apr 18, 2019, 1:05:05 PM4/18/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to playone
I have a java file which contains scala.html data which is decompiled from a jar file. I did a lot of research to retrieve the sacal.html from java file but I didn't get any solution. I manually extracting code from java file and I cleaned up the code. I want a solution if we can directly convert the java file into scala.html.