Skip to content

strdistance installation and StataJavaUtilities binary #6

Open
@MatthewLGibbons

Description

@MatthewLGibbons

I've installed the net inst strutil code and tried the demonstration program. However, I got the below result. I'm using Stata 15 over a remote server. W Buchanan has stated: "Looks like you need the StataJavaUtilities binary as well". More details at some point about what I need to install would be helpful.

strdist state state2, coss(cosine_sim) cosd(cosine_dist) damerau(dam) jaccards(jaccard_sim) jaccardd(jaccard_dist)

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.stata.Javacall.load(Javacall.java:132)
at com.stata.Javacall.load(Javacall.java:92)
Caused by: java.lang.NoClassDefFoundError: org/paces/Stata/MetaData/Meta
at org.paces.Stata.StringUtils.Similarity.DistanceMet rics.(DistanceMetrics.java:169)
at org.paces.Stata.StringUtils.StringUtilities.distan ce(StringUtilities.java:53)
... 6 more
r(5100);

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions