When I select 'Java' and create a file, the name doesn't allow capital letters except for the first letter. Usually, java classes are in the project are as follows.
EmployeeProfileData.class
InternalBusinessException.class
They are getting converted to
Employeeprofiledata.class
Internalbusinessexception.class
Due to this, I have to change the name references of these classes else where in the project and then re-upload.
On karavan, Go to project>Files>Create
When I select 'Java' and create a file, the name doesn't allow capital letters except for the first letter. Usually, java classes are in the project are as follows. EmployeeProfileData.class InternalBusinessException.class
They are getting converted to Employeeprofiledata.class Internalbusinessexception.class
Due to this, I have to change the name references of these classes else where in the project and then re-upload.