SnoCad

For discussions related to ski/snowboard construction/design methods and techniques.

Moderators: Head Monkey, kelvin, bigKam, skidesmond, chrismp

sammer
Posts: 933
Joined: Wed Dec 19, 2007 10:37 pm
Location: Fernie B.C.
Contact:

Post by sammer »

Java is up to date on both my machines. It's grafs web site that's down as far as I can tell.

CouldNotLoadArgumentException[ Could not load file/URL specified: http://www.grafsnowboards.com/bits/snoCAD-X.jnlp]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

If you guys can run it... good for you, but must be just from cache.
Definitely not working here.

sam
You don't even have a legit signature, nothing to reveal who you are and what you do...

Best of luck to you. (uneva)
User avatar
vinman
Posts: 1388
Joined: Fri Nov 09, 2007 4:16 pm
Location: The tin foil isle
Contact:

Post by vinman »

That looks like the error I get too Sam
Fighting gravity on a daily basis
www.Whiteroomcustomskis.com
User avatar
vinman
Posts: 1388
Joined: Fri Nov 09, 2007 4:16 pm
Location: The tin foil isle
Contact:

Post by vinman »

Does anyone know Dan Graf? I wonder if he'd let someone else host Snocad so that it stays available, stable and continues to benefit the community?
Fighting gravity on a daily basis
www.Whiteroomcustomskis.com
sammer
Posts: 933
Joined: Wed Dec 19, 2007 10:37 pm
Location: Fernie B.C.
Contact:

Post by sammer »

I know Dan used to post here once in a while but hasn't for a few years.
I'm pretty sure his user name was dg, you could try pm-ing him.
I re-downloaded boardcrafter trial version but it's pretty basic as far as shapes go but if worse comes to worst I may have to give Dante the $15. so I can print sidecut patterns.
I definitely prefer snocad.
It's nice to be able to drag tip shapes around and be able to zoom in. Boardcrafter doesn't do that.

sam
You don't even have a legit signature, nothing to reveal who you are and what you do...

Best of luck to you. (uneva)
User avatar
vinman
Posts: 1388
Joined: Fri Nov 09, 2007 4:16 pm
Location: The tin foil isle
Contact:

Post by vinman »

Yeah, I already Pm'd him. Not confident I will get a response.
Fighting gravity on a daily basis
www.Whiteroomcustomskis.com
User avatar
tufty
Posts: 105
Joined: Thu Mar 11, 2010 11:55 am
Location: Northern Alps

Post by tufty »

Vinman wrote:I tried uninstalling and re-installing, updating the JRE and tried time machine to before I re-installed the OS, no luck.
The first issue appears to be that graf's site is down, so you can't even et to the web start file. If / when it comes back up, the thing to do would be to grab the following files:

http://www.grafsnowboards.com/bits/snoCAD-X.jar
http://www.grafsnowboards.com/bits/lib/jlgr-1_0.jar
http://www.grafsnowboards.com/bits/lib/ ... ut-1.0.jar
http://www.grafsnowboards.com/bits/lib/DXFExporter.jar
http://www.grafsnowboards.com/bits/lib/iText-2.1.4.jar

store them locally, and then modify the web start file to point to them locally using a file:// url in the "codebase" attribute of the jnlp tag (see below)

That *should* work, it might also be possible to wrap the jar files above into a standalone application.


The web strt file looks like this, and should be named "snoCAD-X.jnlp"

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for snoCAD-X -->
<jnlp
  spec="1.0+"
  codebase="http&#58;//www.grafsnowboards.com/bits"
  href="snoCAD-X.jnlp">
  <componen-desc></componen-desc>
  <information>
    <title>snoCAD-X</title>
    <association mime-type="application-x/snoCAD-X-file" extensions="snx"><description>snoCAD-X File</description><icon href="icons/board.png"/></association>
    <vendor>www.grafsnowboards.com</vendor>
    <homepage href="http&#58;//www.grafsnowboards.com"/>
    <description>snoCAD-X</description>
    <icon kind="default" href="icons/sno2.gif"/>
    <icon kind="splash" href="icons/xxxyyxxx.png"/>
    <offline-allowed/> 
    <shortcut online="false">
      <desktop/>
      <menu submenu="snoCAD-X"/>
    </shortcut>
  </information>
  <security>
      <all-permissions/>
  </security>
  <resources>
    <j2se version="1.6+" java-vm-args="-esa -Xnoclassgc -Xms10m -Xmx1024m"/>
    <jar href="snoCAD-X.jar"/>
    <jar href="lib/jlfgr-1_0.jar"/>
    <jar href="lib/swing-layout-1.0.jar"/>
    <jar href="lib/DXFExporter.jar"/>
    <jar href="lib/iText-2.1.4.jar"/>
  </resources>
  <application-desc main-class="snocadx.Main"/>
</jnlp>
User avatar
vinman
Posts: 1388
Joined: Fri Nov 09, 2007 4:16 pm
Location: The tin foil isle
Contact:

Post by vinman »

Is it possible to use those files from someone else's computer?

Ie copy them and then install them manually?
Fighting gravity on a daily basis
www.Whiteroomcustomskis.com
User avatar
vinman
Posts: 1388
Joined: Fri Nov 09, 2007 4:16 pm
Location: The tin foil isle
Contact:

Post by vinman »

Am I correct that boardercraft software is for PC only? I think I remember this but I can't find anything on the site that indicates this.
Fighting gravity on a daily basis
www.Whiteroomcustomskis.com
ProbsMagobs
Posts: 73
Joined: Mon Sep 10, 2012 6:22 pm
Location: South Eastern Pennsylvania

Post by ProbsMagobs »

for any pc guys having trouble launching it, I tried running as an administrator and it worked fine
User avatar
cainguy
Posts: 36
Joined: Mon May 21, 2012 9:00 am

Post by cainguy »

I just tried again and it's working fine
User avatar
tufty
Posts: 105
Joined: Thu Mar 11, 2010 11:55 am
Location: Northern Alps

Post by tufty »

Vinman wrote:Is it possible to use those files from someone else's computer?

Ie copy them and then install them manually?
I would imagine so. I'm not sure if Dan would be happy about that, though, which is why I didn't suggest it. Obviously, if someone with a working copy could find the cached files and accidentally drop them onto the web...
User avatar
vinman
Posts: 1388
Joined: Fri Nov 09, 2007 4:16 pm
Location: The tin foil isle
Contact:

Post by vinman »

I'm waiting to hear back from Dan about hosting snocad on a stable server....hopefully I get an answer back....
Fighting gravity on a daily basis
www.Whiteroomcustomskis.com
Dtrain
Posts: 549
Joined: Wed May 18, 2011 12:03 pm
Location: Prince Rupert/Terrace B.C.

Post by Dtrain »

I have snowcad on a flash drive. dont even need an internet connection to open it. no install or anything. just copy paste it to your desktop and open it.

Dont remember how I did it, but it works.
User avatar
vinman
Posts: 1388
Joined: Fri Nov 09, 2007 4:16 pm
Location: The tin foil isle
Contact:

Post by vinman »

No response did Dan yet :(

I might try a new install on a new profile. Not confident that will work.
Fighting gravity on a daily basis
www.Whiteroomcustomskis.com
Post Reply