Deeplinking Developer?

As it’s possible with SmartClient to Deeplink (eg http://localhost:8080/servoy-client/ser … lution=crm) I’m hoping that there’s a simple way to edit the servoy_developer.bat file to load a chosen application each time, by passing the Open Solution dialog. I’ve tried a few variations of the line
java -Xmx256m -Xms64m -classpath servoy_developer.jar Servoy
but haven’t found how to do it yet. Any idea if it’s possible?

Simply enter ‘deeplink’ in the google field on the top right of the forum and you will get three hits (after you hit the search button) :)

One of them is : How to turn off Servoy Menu Bar At Top Of Screen - #5 by david - Classic Servoy - Servoy Community

Hi Marcel,

Surprisingly, I have already checked the forum ;-)
These refs are all for SmartClient. I want to achieve the same effect for Servoy Developer (aka Servoy Offline), which runs from the bat file, not a URL. Not sure how to achieve that.

Tony

Oops, I didn’t read well I guess :oops:

As far as I know that’s not possible…

Easier than I thought

java -Xmx256m -Xms64m -classpath servoy_developer.jar Servoy crm

where crm is the solution to launch.

Ah, ok that’s doable but imho not what you really want.

You are editing the classpath now. At least not what I would do.

On the one hand, it’s not ideal
On the other hand, it works :shock: