function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
HyderabadHyderabad 

How to Convert Java Code to Apex Code

Hi Guys,

 

I have a Class in Java, i'd like to convert that Java Code to Apex..

Please anybody help me.........

It's very Urgent..

 

*werewolf**werewolf*

There is no one-for-one conversion from Java to Apex.  Java does a lot of things Apex does not, and vice versa.  You'll probably have to rewrite the class.

Pradeep_NavatarPradeep_Navatar

I think you need to do it manually, I don't think tool to convert java code to apex code is available. Syntax of java and apex is almost similar. You need to catch hold of some person who knows VF & APEX well and who can understand your code and get it converted.

HyderabadHyderabad

ok, then what's about pakages, how can i handle the packages in APEX