cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying Java application to 64-bit WebAS

Former Member
0 Kudos

Hello all,

I'm wondering whether I can deploy a java application which developed using NetWeaver Developer Studio on Windows XP(32bit) to 64-bit UNIX SAP Web Application Server.

Is there any problem between 64-bit server and 32-bit IDE?

I know they have different Java compiler, but I'm not sure whether I have to consider that point or not.

Any comments would be appreciated.

Best regards,

Ikue

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ikue,

short and simple answer:

since java is platform independent there is no problem doing that.

Regards

Sebastian

Former Member
0 Kudos

Sebastian,

Thanks for your so quick answer!

So, Will the java application be recomplied on WebAS when I deploy it?

Best regards,

Ikue

Former Member
0 Kudos

Hi Ikue,

do you have set up an NWDI environment? If this is the case the application should be recompiled.

Regards

Sebastian

Former Member
0 Kudos

Hi Sebastian,

No. I don't use NWDI at all.

So I have no need to consider recompiling, right?

Best regards,

Ikue

Former Member
0 Kudos

Hi Ikue,

in general you can write once and run anywhere. There are a few exceptions i.e. when the application uses JNI (Java Native Interface).

Give it a try.

Regards

Sebastian

Answers (1)

Answers (1)

Former Member
0 Kudos

REFER J2EE BOOK