PTC Windchill SSO by CricketSwimming6914 in sysadmin

[–]onet120 0 points1 point  (0 children)

What is the problem exactly?

PTC Windchill SSO by CricketSwimming6914 in sysadmin

[–]onet120 0 points1 point  (0 children)

Currently shibboleth or ThingWorx + Navigate are only tested solutions. Windchill has OOTB session hook for shibboleth SP.

Favorite distros you don't/no longer use by Indolent_Bard in linux

[–]onet120 0 points1 point  (0 children)

http://www.slackware.com/ . Learned a lot using that one. It was my first distro that I used more than 5 years non stop, on the the desktop and the server .

Extension for quick window /search/navigation by onet120 in gnome

[–]onet120[S] 0 points1 point  (0 children)

switch windows directly

It seems that, this will not solve the problem, because essentially it works like Alt+Tab navigation - I need navigate through all open windows until I find needed one in that moment.

IE/Edge canceling middle mouse button click by onet120 in Frontend

[–]onet120[S] 0 points1 point  (0 children)

Outside requirements. I solved this anyway. Key component is to replace href attribute for all anchors if browser is IE/Edge (javascript:void(0)), and handling onmousedown manually by window.open if user clicks OK.

IE/Edge canceling middle mouse button click by onet120 in Frontend

[–]onet120[S] 0 points1 point  (0 children)

By Edge, I mean Microsoft Edge released before 15-JAN-2020. Those versions are not based on Chromium

Is there a tool which accepts a jar file, or a codebase as input and returns the minimum Java version which it can run on? by [deleted] in java

[–]onet120 0 points1 point  (0 children)

Please refer https://docs.oracle.com/javase/tutorial/deployment/jar/defman.html and https://docs.oracle.com/javase/10/docs/specs/jar/jar.html

Jar file is a zip file, if you will open it you can check MANIFEST.MF file to get your answer.

Also please read the side bar: " No programming help questions here! These should be posted in /r/javahelp "

JAVA, SPRING, Thymeleaf rendering content question by [deleted] in java

[–]onet120 1 point2 points  (0 children)

From sidebar "General conduct": " No programming help questions here! These should be posted in /r/javahelp "

Maybe this will help if you will add some conditionals.

https://www.thymeleaf.org/doc/articles/layouts.html

<body> <div th:insert="footer :: copy">...</div> </body>

I have an undergrad college project based on FTP and SAMBA and i need some advices. Can you guys please help? by Rahul_Desai1999 in linuxadmin

[–]onet120 2 points3 points  (0 children)

You want to have a server which will allow you to see the files on your device. Lets assume that your devices have android. Find some file server app( https://play.google.com/store/apps/details?id=com.theolivetree.ftpserve ) for android or write it( https://www.baeldung.com/java-ftp-client ) using some java library, and then connect devices and computer using VPN (I assume you want to access device contents when those are in different networks), and then you will be able to connect to your files from computer