コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Jar files Update in 6.4 upgrade process.

Avatar

Level 2

Hi,

As part of 6.2 to 6.4 net new upgrade process I need to update latest uber file in parent pom and some java files. All I have is compiled Jar file and I don't have source code. Is there any way to update files in jar file and recompile.

--Santhosh

1 受け入れられたソリューション

Avatar

正解者
Level 10

You would run into issues where API contracts have been modified or deprecated even in case you reverse engineer the code. You'd need to have base project setup files (archetypes/library versions etc.) which are missing in this case.

How would you even identify what library version is being used and what should be the new version to make it work in 6.4? You'd definitely need to have the source code.

元の投稿で解決策を見る

2 返信

Avatar

正解者
Level 10

You would run into issues where API contracts have been modified or deprecated even in case you reverse engineer the code. You'd need to have base project setup files (archetypes/library versions etc.) which are missing in this case.

How would you even identify what library version is being used and what should be the new version to make it work in 6.4? You'd definitely need to have the source code.

Avatar

Level 2

Thank you for the response.