this is the code: public class paint extends JFrame{ public paint(){ setLayout(new FlowLayout()); setLocation(0, 0); setSize(200, 200); setDefaultCloseOperation(DISPOSE_ON_CLOSE); Container con=getContentPane(); con.add(new draw()); } public static v…
在Mars.Kepler的版本裡,時常會出現以下錯誤導致eclipse無法進行運作 Error.log org.eclipse.swt.SWTError: No more handles at org.eclipse.swt.SWT.error(SWT.java:4517) at org.eclipse.swt.SWT.error(SWT.java:4406) at org.eclipse.swt.SWT.error(SWT.java:4377) at org.e…
# sudo /etc/init.d/jenkins restartERROR: No Java executable found in current PATH: /bin:/usr/bin:/sbin:/usr/sbinIf you actually have java installed on the system make sure the executable is in the aforementioned path and that 'type -p java' returns t…