i updated last night , can't compile java. everytime go run error. attached error message(i think). tried fresh install, deleting scripts folder , re adding scripts. still doesn't work. tips?
-
- file size:
- 29.5 kb
- views:
- 65
i'm having issue. has bolded line have no idea how fix it. has solution?
here's compiling script i'm using.
tell application "textwrangler"
save text document 1
set the_file file of text document 1
end tell
set applescript's text item delimiters ":"
set source_file last text item of (the_file string)
tell application "finder"
set the_folder container of the_file alias
end tell
tell application "terminal"
activate
set shell_script "cd " & (quoted form of posix path of the_folder) & ¬
"; javac " & source_file
if (count windows) 0 then
do script shell_script
else
do script shell_script in front window
end if
end tell
update: found quick fix now. uninstall textwrangler 4.0 , reinstall previous version
here's link: http://www.barebones.com/support/textwrangler/updates.html
Forums Macs Mac Programming
- iPhone
- Mac OS & System Software
- iPad
- Apple Watch
- Notebooks
- iTunes
- Apple ID
- iCloud
- Desktop Computers
- Apple Music
- Professional Applications
- iPod
- iWork
- Apple TV
- iLife
- Wireless
Comments
Post a Comment