cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Mobile client development for laptop

Former Member
0 Kudos

hi,

im trying to create a mobile client for laptop using the existing SAP mobile framework, my intention is instead of creating the entire Client from scratch , i would like to use the existing Framework services of SAP mobile client and include the Client frontend in swings based java technology, which will replace the existing WDP client which SAP Mobile is currently having,

to start with this is what i did:

i opened startup.bat file and removed call to WDP application and inserted a call to my Swings Client ,but then doing so it didnt started any framework services, so i had replace back call to WDP client in .bat file.

further i decompiled startup.class file and changed it to make a call to My Swings client exactly down where it ismaking a call to WDP client, but then i get ClassLoader error which says that SAP Client has its own classloader(CommonClassLoader) to load all its classes and my Swing Client is using default classloader provided by sun,

im not sure im going in right direction or not.

Does anyone has worked in such scenarios of enhancing SAP standard client to incorporate new features on top of it,

Basically, i want to create a newer addon version of Mobile Client where inside still using the functionalities of SAP Mobile

please give suggestions

regards

Sameer

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member206242
Active Participant
0 Kudos