Получил снимки сделанные в лаборатории.
На диске записан viewer для macos и windows.
Просмотрщики под android показывали только одну ось, а мне нужен был сагитальный срез.
скопировал java viewer на винт и убрал из скрипта запуска параметры для macos
-Xdock:name='Planmeca Romexis Viewer' -Xdock:icon=../Xtras/Romexis.icns
и память прописал явно
вместо -Xmx$1m -Xmx2048m
Итого скрипт выглядит так
На диске записан viewer для macos и windows.
Просмотрщики под android показывали только одну ось, а мне нужен был сагитальный срез.
скопировал java viewer на винт и убрал из скрипта запуска параметры для macos
-Xdock:name='Planmeca Romexis Viewer' -Xdock:icon=../Xtras/Romexis.icns
и память прописал явно
вместо -Xmx$1m -Xmx2048m
Итого скрипт выглядит так
# scriptPath="${0%/*}" # export PATH=$PATH:${scriptPath} # export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:${scriptPath}/dylib export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:./dylib java -Xmx2048m -Dj3d.rend=ogl -classpath '*' romexis_client_viewer.ui.RxViewer -new3d $2 $3 &Для удобства проставил права chmod +x start.sh
3 комментария:
Hello, I'm trying to make the romexis viewer work under MX linux (based on debian stable). It always stops on loading the images and returns to the beginning screen.
I used Wine to run the viewer. I understand you found a way to make it work, but I don't know what you are doing precisely. Do you use Wine to run the exe-file, where do you run the script? Do you still have the script as a file?
I would very much appreciate it if you could give me some help here.
Kind regards,
Dr. Geert Van Loo, Belgium
PS: I speak dutch, french, german and english, but no Russian, sorry.
Hello.
You don't need wine to run the viever, it can run natively in Java. So make sure you have it installed on your system.
Then in "planmeca_romexis_viewer" folder, find start.sh file and replace its content with with content in the original post. Save and execute it.
Добрый день,а что подразумевается под class romexis_client_viewer.ui.RxViewer где его можно найти?
Отправить комментарий