Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の Java アプリケーションは、いくつかのネイティブ ライブラリに依存しています。したがって、アーキテクチャ固有の deb を作成する必要があります (つまり、アーキテクチャ フィールドを amd64 または x86 に設定する必要があります)。install4jでこれを行うにはどうすればよいですか?
Is there any shortcut or better way to typecast List<bool> to List<object>?
List<bool>
List<object>
I know i can do that by looping and casting individual item but i want to know is thi